SoftwareTipsandTricks Forum

Go Back   SoftwareTipsandTricks Forum > Operating Systems > Windows XP
User Name
Password


Windows XP Pro intergreted install

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes

  #1  
Old 06-04-2006, 04:34 AM
tomo222 Offline
Registered User
 
Join Date: Jan 2006
Posts: 108
Red face Windows XP Pro intergreted install

i wanted to intergrate SP2 (standalone ) into my SP1 Windows XP Disc also ive downloaded office 2007 professional plus i wanted to auto install this to I was gona put office into a rar archive but how would i get it to install in windows setup would i have have to put a commandline into the install or just make it copy a .Bat file with all the required files i wanted it to copy from this disc then copy another .bat file into system startup folder with install instructions.


Thanks a lot tomo
@echo Loading install.................................
@start c:\install\files.rar.sfx
Reply With Quote

  #2  
Old 06-04-2006, 08:16 AM
fritzi93's Avatar
fritzi93 Offline
Registered User
 
Join Date: Jan 2006
Location: Pennsylvania, U.S.A.
Posts: 516
Someone will answer your question directly, no doubt.

For anyone who would like to do this but is intimidated by the "normal" methods, look here:

http://www.win4lin.com/component/opt...145/mode,view/

If you don't mind installing NET 2, you can easily do it all from the nLite GUI. (Free). If you don't have any version of NET on your computer, there are runtimes that will allow you to use nLite without getting NET 2.

Good luck.

[EDIT] Don't let the Linux references put you off, the process outlined will work on your Windows machine.
Reply With Quote

  #3  
Old 06-04-2006, 09:47 AM
scouse's Avatar
scouse Offline
Registered User
 
Join Date: Aug 2002
Location: UK
Posts: 857
Here is a link that may interest you. http://labnol.blogspot.com/2005/05/s...-products.html
Reply With Quote

  #4  
Old 06-04-2006, 03:59 PM
yoni5002's Avatar
yoni5002 Offline
Registered User
 
Join Date: Oct 2005
Posts: 923
here are 2 cool sites...

http://www.theeldergeek.com/slipstreamed_xpsp2_cd.htm
http://unattended.msfn.org/unattended.xp/

I used them long time ago to learn and create my CDs
__________________
http://windowsedge.com
Yoni
Reply With Quote

  #5  
Old 06-06-2006, 01:07 PM
tomo222 Offline
Registered User
 
Join Date: Jan 2006
Posts: 108
Thanks alot i manegde to do it in the end i use the following command save it in word pad as command.bat

CLS
@echo off
ECHO.
ECHO Over the next few minutes you will see automated installations
ECHO of various sofware applications, windows updates, and registry
ECHO hacks being implemented. The computer will restart automatically
ECHO once the whole process has finished!
ECHO.
ECHO.
echo unrar Install Files (8 Minutes or longer)
%systemdrive%\install\unrar.exe x %systemdrive%\install\install %systemdrive%\install\
echo.
echo Installing some new Themes
xcopy "%systemdrive%\install\themes" "%systemroot%\Resources\Themes" /e /c /q /h /r /y
ECHO.
ECHO Please wait...
start /wait %systemdrive%\install\WinRAR\wrar320.exe /s
ECHO.
ECHO Installing OO Defrag Professional
ECHO Please wait...
start /wait %systemdrive%\install\OO_DefragPro\oo_defrag_pro.m si /QB
ECHO.
ECHO Registering OO Defrag Professional...
REGEDIT /S %systemdrive%\install\OO_DefragPro\register.reg
ECHO.
copy "%systemdrive%\install\readme.htm" "%systemdrive%\Documents and Settings\All Users\Start Menu\Programs\Startup\"
echo Copying Manual Install Files to Desktop
xcopy "%systemdrive%\install\desktop" "%systemdrive%\Documents and Settings\All Users\Desktop\Please Install" /e /c /h /r /y /i
echo.
echo Preparing Cleanup
copy %systemdrive%\install\delreboot.cmd "%systemdrive%\Documents and Settings\All Users\Start Menu\Programs\Startup\"
echo.
echo Running Autopatcher to Install latest XP Updates
start /wait %systemdrive%\install\AutoPatcher_XP_4.0_Final\Aut oPatcher_XP.exe /unattend /noeula /nobackup
EXIT

Ran setup ALL worked perfect SP2 iNSTALLED I ALSO made it bootable using an img file

Then this went to statup
CLS
@echo off
echo Deleting Install-Files
rd /S /Q %systemdrive%\install
echo.
echo Cleanup finished
EXIT

i used UNRAR wHICH EXTRACTED THE FIles Added so other things into setup I love command Prompt yey

Last edited by tomo222 : 06-06-2006 at 01:09 PM.
Reply With Quote

  #6  
Old 06-06-2006, 02:40 PM
yoni5002's Avatar
yoni5002 Offline
Registered User
 
Join Date: Oct 2005
Posts: 923
Nice, you could also ad the command "sleep" to set some time betwen installations and or information... also before the exit it would be nive to add

eho.
echo Installation Successfully Completed!
sleep 5
exit

That will give you info about the end of the installation, will wait 5 seconds and will exit the current work... Of course you have to add the sleep.exe to your system32 folder in order to make it work or you won't see the 5 seconds before exiting the window

Hope this help
__________________
http://windowsedge.com
Yoni

Last edited by yoni5002 : 06-06-2006 at 02:46 PM.
Reply With Quote

  #7  
Old 06-07-2006, 11:02 AM
tomo222 Offline
Registered User
 
Join Date: Jan 2006
Posts: 108
I need a program to extract contents of GHS file also how could i Make The installation so no user interaction was required Eg clciking next

should i use /passive?
Reply With Quote

  #8  
Old 06-07-2006, 01:15 PM
yoni5002's Avatar
yoni5002 Offline
Registered User
 
Join Date: Oct 2005
Posts: 923
Go to the unattended web page I posted before so you can learn about runonce command, scripts and unattended installations... My Windows XP installs itself + antispyware prog I use, Office, and some other things too.

All programs can not be installed using the same command cos' they are different type of compilations, so you need to know which one use in every prog. Visit that page and spend some time there, it's very good place to start. Members add their own progs for free to help others work easily...

Hope this help
__________________
http://windowsedge.com
Yoni
Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Formatting options for Windows KC_78 Windows XP 4 04-18-2006 01:35 PM
Which drivers do you install after installing Windows OS leslaurie Drivers 1 02-08-2005 02:32 PM
RealPlayer won't install windows xp gcontos Windows XP 0 01-02-2005 09:24 AM
xp restarts computer wishy Windows XP 2 04-05-2004 09:35 PM
formatting hard disk rhesusyee Windows XP 2 04-05-2004 05:54 PM



All times are GMT -5. The time now is 03:50 AM.


Designed by eXtremepixels. Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.