Nuance Management Center
Table Of Contents
- Configuration and client installation guide
- About this guide
- Chapter 1: Introduction
- Chapter 2: Installation checklists
- Chapter 3: Preparing for your server installation
- Chapter 4: Installing the servers
- Chapter 5: Post-installation tasks
- Chapter 6: Preparing for your Active Directory single sign-on configuration
- Chapter 7: Installing the Local Authenticator
- Chapter 8: Preparing for your Dragon Group client installation
- Chapter 9: Installing the Dragon Group client
- Chapter 10: Installing the Dragon client with Settings
- Chapter 11: Configuring the Dragon client for NMS
- Chapter 12: Scheduling Optimization Tasks
- Chapter 13: Working with Custom Commands
- Chapter 14: Upgrading the Dragon client
- Chapter 15: Managing Logs and Errors
- Chapter 16: Using Dragon over a remote desktop connection
- Use Dragon through a remote desktop connection
- Remote desktop connection support
- Support for dictation sources over a remote desktop connection
- System Requirements for using Dragon through a remote desktop connection
- Installing Dragon on the server and the client
- Configuring the Windows server
- Configuring Windows Server 2008 R2
- Configuring Windows Server 2012 R2 Part 1
- Configuring Windows 7 Ultimate Server
- Configuring the Dragon clients
- User Profiles and using Dragon through a Remote Desktop session
- Appendix A: Options for MSI Installations
- Appendix B: Stand-Alone Mode Installation Options
- Appendix C: Database backups
Appendix A: Options for MSI Installations
Extracting MSI/MST Files from the Dragon setup.exe
Some minor releases of Dragon do not include an MSI file. Instead, the file is part of the setup.exe file. You can run
silent installations from the command line with msiexec.exe or setup.exe – you don’t need to extract the .msi
and .mst files. Use the following information if you are comfortable using .msi installers.
Note:
When you are using the setup.exe method, you must ensure that all flags and properties are within the
same set of quotes, directly after /v, without a space.
Using .MST files, you can tailor the MSI installation without changing the setup.exe file that Nuance provides.
The following sample command line extracts the Dragon 14.msi file and the .mst files used for installing Dragon:
setup.exe /a /s /v"EXTRACTFILES=c:\temp\MSIfiles /qn"
Use the options below to extract .msi/.mst files from setup.exe. These options do not install any files, but rather
extract an installable set of files into the server directory you specify. You can then use the extracted .MSI and .MST
files in a command line to install Dragon.
Option Description
/a
An administrative installation installs a source image of the
application onto the network. For details, see https://msdn.-
microsoft.com/en-us/library/aa367541(v=vs.85).aspx.
/v"<msiexec options>"
Passes msiexec options to Windows Installer. See “MSI
options for Dragon installations” on page 118 for details. This
option is required when extracting the .msi files.
EXTRACTFILES=C:\<fullpath>\
Indicates the directory where the extracted .msi/.mst files
are to be written. Enclose long path names containing spaces
in quotation marks. Be sure to escape the each quotation mark
with a backslash: \" . This property is required to extract the
.msi files. If the directory you specify does not exist, the
installer creates it.
Here is a sample command line to extract .msi files from a
single executable:
setup.exe /a /s /v"EXTRACTFILES-
S=c:\temp\msifiles"
/l<Windows Language Code>
Creates an MST file for the language specified (for example,
1031.mst). The language codes supported for installing
Dragon are:
1031=German
1033=English
1034=Spanish
1036=French
1040=Italian
1043=Dutch
129










