11.0

Table Of Contents
Chapter 5: Installing Dragon using the Windows installer (MSI)
Modifying Default Installation
Directory
If you want to set an installation directory other than the default, pass INSTALLDIR="<full path
to install>" on the command line (note that the quotation marks are required only if you have
spaces in the path):
setup.exe /s /v"SERIALNUMBER=#####-###-####-####-##
DEFAULTSINI=\"C:\<full_path>\nsdefaults.ini\"
INSTALLDIR=\"C:\<full_path>\Dragon11\" /L*v C:\Logs\logfile.log /qn"
Note: If the installation directory does not have spaces, note how the INSTALLDIR directory is
designated in the command line:
setup.exe /v"INSTALLDIR=C:\Dragon11 ADDLOCAL=ALL"
If the installation directory has space(s), it is surrounded in quotation marks that are escaped out
by having backslashes precede them (shown in bold):
setup.exe /v"INSTALLDIR=\"C:\NaturallySpeaking11\" ADDLOCAL=ALL"
Caution: The first time you try any installation, you should not run it in Silent mode, because if
you have neglected to provide information about a setting that does not have a default, you
receive a GUI prompt for that information.
137