15.4

Table Of Contents
Appendix B: Options for MSI installations
Options Description
required to take this action during upgrading; however, you
should be familiar with the entire upgrade procedure before
proceeding with this option.
/L<parameter> "<full
path>\logfile.log"
Creates an installation log in the specified location. To log all
information, including verbose output, enter /L*v. You can
send this log to Nuance Technical Support should any
issues occur.
For available parameters, see https://-
technet.microsoft.com/en-us/library/cc759262
(v=ws.10).aspx#BKMK_SetLogging.
/q<parameter>
Sets the user interface level for the installation.
For an initial installation, pass the /qf option to ensure that
you see user interface prompts that help you diagnose any
issues that occur.
Use /qn for a silent installation.
For available parameters, see https://-
technet.microsoft.com/en-us/library/cc759262
(v=ws.10).aspx#BKMK_SetUI.
Sample command lines
msiexec.exe command line
msiexec.exe /i "Dragon 15.msi"
SERIALNUMBER=<serial_number>
DEFAULTSINI="C:\<full_path>\nsdefaults.ini"
INSTALLDIR="C:\Program Files\Nuance\NaturallySpeaking15"
PRODUCTUPDATEFLAG=1 REBOOT=ReallySuppress
PERIODIC_TASK="aco|lmo;admin;pswd;Mon, 01:00|Mon, 06:00"
ADDLOCAL=TTSENX,NatSpeak,ENUGeneral
/L*v "C:\Logs\logfile.log" /qn
setup.exe command line
setup.exe /s /v"SERIALNUMBER=<serial_number>
DEFAULTSINI=\"C:\<full_path>\nsdefaults.ini\"
INSTALLDIR=\"C:\Program Files\Nuance\NaturallySpeaking15\"
PRODUCTUPDATEFLAG=-1 REBOOT=ReallySuppress
PERIODIC_TASK="aco|lmo;admin;pswd;Mon, 01:00|Mon, 06:00"
ADDLOCAL=TTSENX,NatSpeak,ENUGeneral
/L*v C:\Logs\logfile.log /qn"
72