System information
Command Line Configuration
SETUP.EXE options
The following table contains a partial list of MSIEXEC setup options:
Option
Command Line
Description
/s
setup.exe /s
Run the
setup.exe
portion of the MSI
in silent mode.
/a
setup.exe /a
Run MSI
installation in
administrative
mode
/x
setup.exe /x
Uninstall the
application
/w
setup.exe /w
Force
setup.exe to
wait until the
installation is
complete before
exiting.
/v
setup.exe /v
"parameters"
Pass the
parameters to
msiexec.exe.
NOTE: The /v
option requires
the complete set
of
parameter:value
pairs to be
enclosed in
double quotes.