Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
You can deploy Dragon Medical One by using the following options:
Deploy Dragon Medical One using the Windows Installer (MSI package).
Deploy Dragon Medical One via XCOPY deployment (manually copy the package to the destination path).
Deploy Dragon Medical One by using the Dragon Medical One Installer. This option is recommended for individual users who dictate into apps running on Windows 10 or higher. For more information, see the Dragon Medical One Resource Center for your regional data center:
- US: https://dragonmedicalone.nuance.com/StandAlone/
- Australia: https://dragonmedicalone.nuance.net.au/StandAlone/
- Canada: https://dragonmedicalone.nuance.ca/StandAlone/
- France: https://dragonmedicalone.nuance.fr/StandAlone/
- Germany: https://dragonmedicalone.nuance.de/StandAlone/
- Switzerland: https://dragonmedicalone.ch.nuance.com/StandAlone/
- UK: https://dragonmedicalone.nuance.co.uk/StandAlone/
For information about how to deploy Dragon Medical One in a virtual desktop or application environment, see Deploying in a virtual environment.
Deployment recommendations
Make sure you're deploying the latest version of Dragon Medical One. You can get the latest version at the Dragon Medical One Resource Center. For more information, contact Nuance Technical Support or your Nuance account executive.
Use endpoint protection and vulnerability scanning tools to ensure you deploy Dragon Medical One to a secure and controlled environment.
Deploy Dragon Medical One to a local folder. During runtime, Dragon Medical One frequently accesses files that are part of the deployment. Loading those files from a network share would severely affect performance.
Make sure the app configuration file has the same version as the app. Don't use an old configuration file when you update to a newer version of Dragon Medical One. You can find the version number in the first line of the app configuration file.
To keep your customized settings after an upgrade, save the existing app configuration file before you upgrade and then manually transfer the respective settings. Or, create an XML file containing your customized settings and start Dragon Medical One from the command line, specifying the path to this XML file via the config parameter. For more information, see: Providing different configurations for a single standalone deployment.
The Windows Installer
The MSI package provided is command line-only. No installation wizard is available.
To customize the installation, set all mandatory parameters and any optional parameters you want. Or, use the CONFIGTEMPLATE parameter to deploy a configuration file containing all relevant settings. This option is recommended. Use double quotes for parameter values.
By default, application binaries are installed to the following location: C:\Program Files (x86)\Nuance\Dragon Medical One 2023.
Dragon Medical One isn't automatically added to the Microsoft Windows Start menu. To add it manually, use the SoD.exe file.
To support uninstallation, an entry is automatically created in the Control Panel, Programs and Features window.
Dragon Medical One doesn't update automatically. The latest version is available at the Dragon Medical One Resource Center. For more information, contact Nuance Technical Support or your Nuance account executive.
Mandatory parameters
SERVERURLThe full URL of the Nuance-hosted Dragon Medical Server. This URL depends on the regional data center you're deploying to:
- US:
"https://sas.nuancehdp.com/basic" - Australia:
"https://sas-au.nuancehdp.com/basic" - Canada:
"https://sas-ca.nuancehdp.com/basic" - France:
"https://sas-fr.nuancehdp.com/basic" - Germany:
"https://sas-de.nuancehdp.com/basic" - Switzerland:
"https://sas-ch.nuancehdp.com/basic" - UK:
"https://sas-uk.nuancehdp.com/basic"
- US:
ORGANIZATIONTOKENThe organization token assigned to the organization you're deploying to.
SUPPORTEDLANGUAGESA list of languages (as IETF language tags) that the end user can select from in the sign-in dialog box. Separate values with the pipe character: |.
For more information, see Supported languages and Configuring Dragon Medical One.
SUPPORTEDTOPICSA list of speech recognition topics that the end user can select from in the sign-in dialog box. Separate values with the pipe character: |.
For more information, see Configuring the speech recognition topic.
Optional parameters
CONFIGTEMPLATEThe full path to the configuration file containing all relevant settings. If you specify this parameter, Dragon Medical One ignores all other command line parameters, except you can still use
OEMSPLASHSCREENandINSTALLDIR.For more information, see Configuring Dragon Medical One.
INSTALLDIRThe deployment location. If you don't set this parameter, the default location shown earlier is used.
OEMSPLASHSCREENThe custom splash screen overlay. The specified file is copied to the deployment location. Required size: 320x130 pixels; required format: PNG.
AUTHENTICATIONThe user authentication type. For more information, see User authentication.
LOGFILEPATHThe location of the log file. To prevent environment variables from being expanded when the setup is executed, escape the percent sign by using the ^ character and don't use quotes. For example, use
^%APPDATA^%.For more information, see Logging.
LOGLEVELThe log level. For more information, see Logging.
ALLOWEDMICSA list of microphones the end user is allowed to use. Separate values with the pipe character: |.
For more information, see Configuring Dragon Medical One.
POWERMICMOBILEEnables or disables the PowerMic Mobile feature. Possible values:
Yes,No. If you don't set this parameter, the feature is enabled by default.
Examples
msiexec /i Standalone.msi SERVERURL="https://sas.nuancehdp.com/basic" ORGANIZATIONTOKEN="your_organization_token" SUPPORTEDLANGUAGES="en-US" SUPPORTEDTOPICS="GeneralMedicine\|Cardiology\|ClinicalAdministration"
msiexec /i Standalone.msi CONFIGTEMPLATE="C:\\path\>\SoD.exe.config" OEMSPLASHSCREEN=".\SoD.OEM.png"
XCOPY deployment
To deploy Dragon Medical One by using XCOPY, complete the following steps:
Download the installation package.
Depending on your Group Policy security settings, Microsoft Windows marks downloaded files as unsafe. Unblock the downloaded ZIP file, if necessary, to allow .NET to execute properly when the app starts: Select and hold (or right-click) the ZIP file and select Properties > General > Unblock > Apply.
Extract all files.
Customize the
SoD.exe.configfile template to configure Dragon Medical One. For more information, see Configuring Dragon Medical One.Make the Standalone folder available to your end users.
Note
Windows doesn't automatically add Dragon Medical One to the Start menu. To add it manually, use the SoD.exe file.
Upgrading by using XCOPY
When an upgrade package is available, make it available to your end users.
Dragon Medical One doesn't update automatically. The latest version is available at the Dragon Medical One Resource Center. For more information, contact Nuance Technical Support or your Nuance account executive.