Help - Search - Members - Calendar
Full Version: How do I intergrate Silent installation in win' setup
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
doci
After viewing numerous messages I understand now how to make a silent installation.
I want to know how I can intergrate it in windows xp( where to put it so it will be activated) installation so i wouldn't need to install it manually.

Thank you:)
oioldman
if you follow the guide here:
http://unattended.msfn.org
it will take you through the process of adding applications and how to install them silently using teh correct switches, of which 99% can be found here by doing a search.

if that isn't what your after, what are you after?
doci
QUOTE (oioldman @ Jun 5 2006, 01:28 PM) *
if you follow the guide here:
http://unattended.msfn.org
it will take you through the process of adding applications and how to install them silently using teh correct switches, of which 99% can be found here by doing a search.

if that isn't what your after, what are you after?


Thank you, and one more other thing, in the Batch file I need to write
start /wait %systemdrive%\install\Applications\WinRAR\wrar320.exe /s

and not : start /wait %systemdrive%\$OEM$\$1\install\Applications\WinRAR\wrar320.exe /s

Because the 2nd command is by the folders in the windows xp cd.

So which one I need to do? and if this is for any other application? thanks:)
oioldman
QUOTE
Thank you, and one more other thing, in the Batch file I need to write
start /wait %systemdrive%\install\Applications\WinRAR\wrar320.exe /s

correct, as $oem$\$1\install is c:\install
it would be same for other applications as they would all be under Applications folder
doci
QUOTE (oioldman @ Jun 5 2006, 03:10 PM) *
QUOTE
Thank you, and one more other thing, in the Batch file I need to write
start /wait %systemdrive%\install\Applications\WinRAR\wrar320.exe /s

correct, as $oem$\$1\install is c:\install
it would be same for other applications as they would all be under Applications folder

thumbup.gif
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.