Jump to content

How do I intergrate Silent installation in win' setup


Recommended Posts

Posted

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:)


Posted

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?

Posted (edited)
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:)

Edited by doci
Posted
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

Posted
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...