/v Passes parameters to MSI package.
/s Causes setup.exe to be silent.
/l Specifies the setup language.
/a Performs administrative installation.
/j Installs in advertise mode.
/x Performs setup uninstall.
/f Launches setup in repair mode.
/w Setup.exe waits for the installation to finish before exiting.
/qn A Windows Installer MSI parameter that causes everything but setup.exe to be silent. This sets the user interface level to zero.


Comments
-
jmaclaurin
1 years 2 months 3 days 58 mins ago
-
jmaclaurin
1 years 2 months 3 days 52 mins ago
Please log in to commentYou missed a number of switches and should have expanded on syntax. Also, you will want to check the vendor's documentation in case they decided to hard code anything in their package. Here is a more extensive list.
http://kb.flexerasoftware.com/doc/Helpnet/installshield12helplib/IHelpSetup_EXECmdLine.htm
/f: is used to pass parameters to an MSI should there be one. The syntax is /f:"insertcommandhere" Note there is no space between the : and the first ". Not all MSI arguments are necessarily supported and the MSIEXEC syntax sometimes needs to be changed such as dropping " from TRANSFORMS=file.mst.