11.5

Table Of Contents
Dragon Administrator Guide version 11.5
See Overview of Installing Dragon using the Windows installer (MSI) for more information on
pushing MSI installations and using MSI files from a command prompt.
Using an MSIfile to install the Visual C++ Runtime
from a command line
You can use the Visual C++ 9.0 Runtime for Dragon NaturallySpeaking.msi file to install
the C++ Runtime from a command line.
From a command line, pass the MSI file name as the application to install to the msiexec.exe
command using the /i option:
msiexec.exe /i "Dragon NaturallySpeaking11.msi"
Command Line Options for vcruntime.exe
Option Description
/L <Lang ID>
To provide language ID. The default is US English.
/S
Silent mode. To turn off GUIprompt for the Choose Setup Lan-
guage dialog box.
/v"<msiexec options>"
To hide all GUI dialogs.To provide msiexec.exe parameters,
especially /qn for a silent msiexec installation and /l*v to indi-
cate a file where extensive installation messages should be
logged. If you want fewer messages in the log, you can pass /l
without the v option. The * is a wildcard that calls all the other
logging options available.
192