11.5

Table Of Contents
Chapter 5: Installing Dragon using the Windows installer (MSI)
REBOOT=ReallySuppress QUICKSTART=1
WEBREGISTRATION=1 /L*v "C:\Logs\logfile.log"
msiexec /i "Dragon NaturallySpeaking 11.msi"
SERIALNUMBER=#####-###-####-####-##
DEFAULTSINI="C:\<full_path>\nsdefaults.ini"
INSTALLDIR="C:\<full_path>\Dragon11" PRODUCTUPDATEFLAG=-1
REBOOT=ReallySuppress
WEBREGISTRATION=1 /L*v "C:\Logs\logfile.log"
Installing Some Vocabularies Locally and Others On
Demand
When you install Dragon or Dragon Medical on a client computer, by default you install all the
available vocabularies locally.
If you do not want all of those vocabularies to be installed locally, but to instead have them
installed only if/when a user attempts to create a particular vocabulary, you can indicate that fact
on the installation command line by adding the ADDLOCAL option and setting it to the names of
the vocabularies to install locally. For instance, to install only an English Legal vocabulary, you
would set ADDLOCAL to NatSpeak,ENUMedical and the command line would appear as follows
(NatSpeak must be in the setting of ADDLOCAL, unless you set ADDLOCAL to ALL, or the
installation will fail):
msiexec /i "Dragon NaturallySpeaking 11.msi"
SERIALNUMBER=#####-###-####-####-##
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
173