Deploying Dragon Medical One

You can deploy Dragon Medical One by using the following options:

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

  • SERVERURL

    The 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"
  • ORGANIZATIONTOKEN

    The organization token assigned to the organization you're deploying to.

  • SUPPORTEDLANGUAGES

    A 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.

  • SUPPORTEDTOPICS

    A 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

  • CONFIGTEMPLATE

    The 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 OEMSPLASHSCREEN and INSTALLDIR.

    For more information, see Configuring Dragon Medical One.

  • INSTALLDIR

    The deployment location. If you don't set this parameter, the default location shown earlier is used.

  • OEMSPLASHSCREEN

    The custom splash screen overlay. The specified file is copied to the deployment location. Required size: 320x130 pixels; required format: PNG.

  • AUTHENTICATION

    The user authentication type. For more information, see User authentication.

  • LOGFILEPATH

    The 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.

  • LOGLEVEL

    The log level. For more information, see Logging.

  • ALLOWEDMICS

    A list of microphones the end user is allowed to use. Separate values with the pipe character: |.

    For more information, see Configuring Dragon Medical One.

  • POWERMICMOBILE

    Enables 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:

  1. Download the installation package.

  2. 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.

  3. Extract all files.

  4. Customize the SoD.exe.config file template to configure Dragon Medical One. For more information, see Configuring Dragon Medical One.

  5. 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.