9.0

18
QUICKSTART=0 (or 1) Set the default state of "Enable QuickStart Mode" checkbox to
enable QuickStart and to create shortcut for "Dragon
NaturallySpeaking"
in the Windows Startup folder.
A value of 0/1 will turn checkbox off/on accordingly.
REINSTALL=Feature1,Feature2,... (or ALL) The value of the REINSTALL property is a list of features
delimited by commas that are to be reinstalled. To reinstall all
features use REINSTALL=ALL on the command line.
If the REINSTALL property is set, the REINSTALLMODE
property should also be set, to indicate the type of reinstall to
be performed. If the REINSTALLMODE property is not set,
then by default all files that are currently installed are
reinstalled, IF the currently installed file is a lesser version (or
is not present). By default, no registry entries are rewritten.
Note that even if REINSTALL is set to ALL, only those features
that were already installed previously are reinstalled. Thus, if
REINSTALL is set for a product that is yet to be installed, no
installation action will take place at all.
For more information, see:
http://msdn.microsoft.com/library/default.asp?url=/library/
en-us/msi/setup/reinstall.asp
REINSTALLMODE={specifying the type of
reinstallation to perform}
The REINSTALLMODE property is a string that contains letters
specifying the type of reinstall to perform. Options are
case-insensitive and order-independent. This property should
normally always be used in conjunction with the REINSTALL
property. However, this property can also be used during
installation, not just reinstall.
If the REINSTALLMODE property is defined without also
defining the REINSTALL property, then the specified
"detection" modes still apply and specify the "overwrite"
mode for a normal installation. The REINSTALLMODE
property only affects those features that are selected
normally for installation. The presence of the
REINSTALLMODE property does not reinstall features. The
reinstallation of features requires the presence of the
REINSTALL property.
For example, to launch a minor upgrade without using
setup.exe, you must set the following properties through the
command line:
REINSTALL=ALL
REINSTALLMODE=vemus
Therefore, to install a minor upgrade through the .msi file,
you'll need to issue the following command line:
msiexec /i "<Dragon_MSI_filename.msi" REINSTALL=ALL
REINSTALLMODE=vemus.