11.0

Table Of Contents
Chapter 5: Installing Dragon using the Windows installer (MSI)
Optionally include the ROAMINGUSERINI option in the installation command line. If you do
not use this property, default settings are assumed.
msiexec /i "Dragon NaturallySpeaking 11.msi"
SERIALNUMBER=#####-###-####-####-##
DEFAULTSINI="C:\<full_path>\nsdefaults.ini"
INSTALLDIR="C:\<full_path>\Dragon11"
ROAMINGUSERINI="C:\<full_path>\roamingdef.ini"
/L*v "C:\nuanceLogs\logfile.log" /qn
After you have completed the installation, verify that all options are correctly set on the client
computer.
Launching Online Registration Form After
Installation
To have the online registration form for Dragon pop up on the workstation in its browser imme-
diately after the installation completes, you can pass a option to the WEBREGISTRATION
option and set it to 1 (applies only if you do not use the /qn option). The default is 0 which
means registration will not be launched.
WEBREGISTRATION=1
The revised 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
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=#####-###-####-####-##
163