Help - Search - Members - Calendar
Full Version: What do the Runonce parameters mean ?
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
UnseenMenace
Im attempting to create my Runonceex.cmd file and although I do not currently appear to be having any major problem which I believe is due to luck. I would like to really understand what I am doing, as such I was wondering if anyone could tell me what the following parameters actually mean, and in what context you would use each

/silent
-p\"-s /v\"/qn\"\"
/qn
/s
/silent /noreboot /NO_UI
/qb-
/verysilent /sp-
/noqp /autoinstall
ToBe
I'll give a few a try:

/silent
As it says. A silent install, probably nothing visible during install

-p\"-s /v\"/qn\"\"
A combination of switches to make an install 'inside of the install' silent, not really sure what they all mean. -s probably silent, /qn same as below. The \" are used to get the quotation marks right in a batch file. Outside of a batch file it would look like -p"-s /v"/qn""

/qn
Quiet (same as silent), no user interface. Nothing visible during install.

/s
Short for silent

/silent /noreboot /NO_UI
Silent, without rebooting when install is done, No user interface (nothing visible)

/qb-
Quiet, basic user interface. The /qb switch specifies that no progress or error messages are displayed except the progress bar with a cancel button. the - at the end sets the cancel button disabled.

/verysilent /sp-
Not really sure what /sp- stands for. /verysilent stands for, well, VERY silent... biggrin.gif probably nothing visible during install.

/noqp /autoinstall
No Quick Pic icon in the taskbar tray, automatic install with default values. That's WinZip's version of silent.

Many programs use their own switches to make the install silent, or to set different values. What works with one program may not work with another.

Try to type app.exe /? at a command prompt to get more information about which switches the app supports. It will also give you a brief explanation of the switches.

Also the support pages of the developers homepage may be helpfull.

I would also recommend http://www.google.com.
Alanoll
Keep in mind, these are NOT RunOnceEX switches, but rather switches that belong to their respective programs.
randalldale
Go here for the complete listing and explanation of the switches. These are Standard Installer Command Line Options determined by Microsoft for program installs.

http://msdn.microsoft.com/library/default....ine_options.asp

Also select the 'Command Line Options' link for the rest of the list and explanations.




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.