
Command Line Configuration
SETUP.EXE options
The following table contains a partial list of MSIEXEC setup options:
Run the
setup.exe
portion of the MSI
in silent mode.
Run MSI
installation in
administrative
mode
Uninstall the
application
Force
setup.exe to
wait until the
installation is
complete before
exiting.
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.
Komentáře k této Příručce