11.0

Table Of Contents
Dragon Administrator Guide version 11
DEFAULTSINI="C:\<full_path>\nsdefaults.ini"
INSTALLDIR="C:\<full_path>\Dragon11" PRODUCTUPDATEFLAG=-1
REBOOT=ReallySuppress ADDLOCAL=NatSpeak,ENUMedical
/L*v "C:\Logs\logfile.log" /qn
Separate the features/vocabularies for ADDLOCAL with commas, but do not put spaces in the
list. The names you must use for the vocabularies consist of a prefix for the language, then the
name of the vocabulary, such as ENU for English and Cardiology to form ENUCardiology. For a
list of the exact names for features/vocabularies you can assign to ADDLOCAL or ADVERTISE
on the command line, refer to Summary: MSI Options for Installing Dragon Features/Advanced
Options.
Particularly in a Dragon Medical installation, you might find it useful to have most vocabularies
available but not locally installed. You can take that action by setting ADDLOCAL to ALL and
then setting the ADVERTISE property to a list of vocabularies to not be installed locally, so that
you end up with a subset of the medical vocabularies locally installed and all others available only
on demand. The command line might look like the following:
msiexec /i "Dragon NaturallySpeaking 11.msi"
SERIALNUMBER=#####-###-####-####-##
DEFAULTSINI="C:\<full_path>\nsdefaults.ini"
INSTALLDIR="C:\<full_path>\Dragon11" PRODUCTUPDATEFLAG=-1
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:
164