11.5

Table Of Contents
Dragon Administrator Guide version 11.5
REBOOT=ReallySuppress ADDLOCAL=ALL
ADVERTISE=ENUCardiology,ENUEmergency,ENUGastroenterology
/L*v "C:\Logs\logfile.log" /qn
Installing Text-to-Speech Feature
To install Text-to-Speech locally, you would include the feature in the list of features for ADD-
LOCAL; for instance, you would add TTSENX for Text-to-Speech in English:
msiexec /i "Dragon NaturallySpeaking 11.msi"
SERIALNUMBER=#####-###-####-####-##
DEFAULTSINI="C:\<full_path>\nsdefaults.ini"
INSTALLDIR="C:\<full_path>\Dragon11" PRODUCTUPDATEFLAG=-1
REBOOT=ReallySuppress
ADDLOCAL=TTSENX,NatSpeak,ENUMedical
/L*v "C:\Logs\logfile.log" /qn
Reinstalling Dragon with Particular Set of Features
Sometimes you want to reinstall Dragon and add or remove particular features of the product. You
can also take this action on the command line using the REINSTALL and REINSTALLMODE
options of the MSI installer. You set REINSTALL to those features you want to install or to
ALL.
For example, to install a minor upgrade to Dragon, you might use this command line:
msiexec /i "Dragon NaturallySpeaking11.msi" REINSTALL=ALL REIN-
STALLMODE=vamus /qn
The vemus options: v indicates to reinstall from the source (reupdating cache), e indicates to
install the newer file if one is available, mu means to rewrite the registry settings, and s means to
reinstall all shortcuts and re-cache all icons. For more information on the REINSTALL and REIN-
STALLMODE settings, refer to Summary: MSI Options for Installing Dragon Fea-
tures/Advanced Options.
Note:A Minor upgrade involves upgrading to a higher point release within the same edition and
version of Dragon. For example, upgrading from Dragon 11.0 to Dragon 11.x.
Setting Day/Time for Scheduled Tasks
To retain the default schedule for data collection and modify schedules for acoustic model opti-
mization to Mondays at 1 AM and language model optimization to Mondays at 6 AM, you would
set the PERIODIC_TASK string as follows:
PERIODIC_TASK="aco|lmo;admin;pswd;Mon, 01:00|Mon, 06:00"
An MSI installation command line including the option setting this schedule would look like this:
msiexec /i "Dragon NaturallySpeaking 11.msi"
SERIALNUMBER=#####-###-####-####-##
174