11.0

Table Of Contents
Dragon Administrator Guide version 11
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 Microsofts 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
Installing the Same Roaming User Profile
Configuration on Additional computer(s)
Use the roamingdef.ini file you created during the initial installation as the input for the ROAM-
INGUSERINI option in this format (be sure to use the full path to the file when you pass the
option):
ROAMINGUSERINI="Y:\<full_path>\roamingdef.ini"
In the above example, Y: is mapped network drive, accessible from client computers.
162