11.5

Table Of Contents
Chapter 5: Installing Dragon using the Windows installer (MSI)
msiexec /i "Dragon NaturallySpeaking 11.msi"
SERIALNUMBER=#####-###-####-####-##
DEFAULTSINI="C:\<full_path>\nsdefaults.ini"
INSTALLDIR="C:\<full_path>\Dragon11"
PRODUCTUPDATEFLAG=-1 /L*v "C:\Logs\logfile.log" /qn
Suppressing Reboot of computer After Installation
To suppress rebooting of the computer after installation of Dragon completes, you can pass Micro-
soft's REBOOT option set to ReallySuppress. Using this option also suppresses the reboot some-
times required by the installation of Visual C++ Runtime for Dragon, which setup.exe installs in
the background. Using this option is highly recommended if you are executing a silent installation
(But if system updates are pending, rebooting is required for DNS to work normally.
REBOOT=ReallySuppress
The altered command line would look like this:
setup.exe /s /v"SERIALNUMBER=#####-###-####-####-##
DEFAULTSINI=\"C:\<full_path>\nsdefaults.ini\"
INSTALLDIR=\"C:\<full_path>\Dragon11\" /qn
PRODUCTUPDATEFLAG=-1 REBOOT=ReallySuppress
/L*v C:\Logs\logfile.log /qn"
Suppressing Reboot of computer After Installation
To prevent the computer where you are installing Dragon from rebooting automatically after the
installation ends, you can pass Microsoft’s REBOOT option set to ReallySuppress:
REBOOT=ReallySuppress
The altered command line would look like this:
msiexec /i "Dragon NaturallySpeaking 11.msi"
SERIALNUMBER=#####-###-####-####-##
DEFAULTSINI="C:\<full_path>\nsdefaults.ini"
INSTALLDIR="C:\<full_path>\Dragon11"
PRODUCTUPDATEFLAG=-1
REBOOT=ReallySuppress
/L*v "C:\Logs\logfile.log" /qn
Setting Dragon to run in QuickStart Mode
To set Dragon to QuickStart mode and create a shortcut for Dragon in the Windows Startup
folder, set the QUICKSTART option to 1:
QUICKSTART=1
171