8.0

Table Of Contents
APPENDIX
MSI Installation Options
Dragon NaturallySpeaking User’s Guide
196
Windows Installer (MSI) options
All native MSI command line options are supported. All options are
documented in the MSI documentation:, found on:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/
command_line_options.asp
All msiexec.exe command-line options must be prefaced with a forward slash
(/) only.
The following are the most useful MSI options for installing Dragon
NaturallySpeaking:
OPTION DESCRIPTION
/q or /qn Quiet (or silent) mode installation.
/L
[i|w|e|a|r|u|c|m|o|p|v|x|+|!|*]
Logfile
Specifies the location of an installation logfile and specifies the
nature of the information to be logged:
i - Status messages.
w - Nonfatal warnings.
e - All error messages.
a - Start up of actions.
r - Action-specific records.
u - User requests.
c - Initial UI parameters.
m - Out-of-memory or fatal exit information.
o - Out-of-disk-space messages.
p - Terminal properties.
v - Verbose output.
x - Extra debugging information. Only available on Windows
Server 2003.
+ - Append to existing file.
! - Flush each line to the log.
"*" - Wildcard, log all information except for the v and x options.
To include the v and x options, specify "/L*vx".
PROPERTY=VALUE Overrides default public property value. For example, setting
"XYZ=ABC" will replace the default property value of XYZ to ABC.