User manual

SCM3712 REFERENCE MANUAL 29
6.1.1. Command line parameters for installation
A few parameters of the installer can be configured when launching the installer from the command
line
Silent mode of installation
Setup.exe /s /v“/qn”
Installation with no dialogs
Setup.exe /v”LIMITUI=1”
No reboot dialog
Setup.exe /v”REBOOTREQD=0”
6.1.2. Command line parameters for de-installation.
A few parameters of the installer can be configured when launching the installer from the command
line
Silent mode of de-installation
<system folder>\Msiexec.exe /x<path to msi file>\<msi
file name> /qn
De-installation with no dialogs <system folder>\Msiexec.exe /x<path to msi file>\<msi
file name> LIMITUI=1
No reboot dialog
<system folder>\Msiexec.exe /x<path to msi file>\<msi
file name> REBOOTREQD=0
6.2. Utilities
NA