Silent install of Symphony (Windows)

A silent install is an installation of a software program that requires no user interaction. It is a convenient way to streamline the installation process of a desktop application without requiring any user input. This can only be performed by users with administrator access.

The Symphony Desktop Application (SDA) supports silent installation on Windows using the standard msiexec command from the command prompt or PowerShell. 

Perform a silent install of the SDA:

  1. Download the latest version of the SDA, see How to download the Symphony Desktop Application (SDA) from the Admin Portal.
  2. From the Start menu, select Run.
  3. Type cmd and press Enter. (Ensure you are running cmd as an administrator.)
  4. From the command prompt, navigate to the folder where the Symphony installation files are located.
  5. View the information on the options to run the silent install by entering the following command:
msiexec.exe /?
  1. Run the silent installation by entering the following command:
msiexec /i "Symphony.msi" /q POD_URL="https://companyabc.symphony.com" /l* symphony_install.log
    • companyabc is the name of your Symphony instance.
    • To uninstall the SDA, run the msiexec /x "current_version.msi" /q /l* symphony_uninstall.log command.
  1. Optionally, additional parameters such as the ones listed below can also be used as part of the silent installation command:
    1. POD_URL (String)
    2. ALWAYS_ON_TOP (Boolean)
    3. AUTO_START (Boolean)
    4. MINIMIZE_ON_CLOSE (Boolean)
    5. BRING_TO_FRONT (Boolean)
    6. MEDIA (Boolean)
    7. LOCATION (Boolean)
    8. NOTIFICATIONS (Boolean)
    9. MIDI_SYSEX (Boolean)
    10. FULL_SCREEN (Boolean)
    11. POINTER_LOCK (Boolean)
    12. OPEN_EXTERNAL (Boolean)
    13. DEV_TOOLS_ENABLED (Boolean)
    14. CUSTOM_TITLE_BAR (Boolean)
    15. AUTO_LAUNCH_PATH (String)

Learn how to perform a silent install of Symphony for MacOS.

If you require further assistance on silent installs of the SDA, please contact the Symphony Support team at support@symphony.com