Windows OS Silent Install for Voyant Connect Desktop 22.9.31 Only

Silent Install for Voyant Connect Desktop 22.9.31

Voyant Connect can be installed on Windows using the command line. This is ideal for situations where the client needs to be installed remotely. The installer can be invoked using msiexec.

MSI Silent Install Options

The following options are available:

  • /quiet will silently install the program
  • INSTALL_ROOT="C:\Program Files (x86)\Voyant Connect" can be used to specify the root installation directory.
  • ALLUSERS=1 indicates the program should be installed for all users
  • DESKTOP_SHORTCUT=1 indicates a desktop shortcut should be created

 

Example:

msiexec /i Voyant_Connect.bc-uc.win-22.9.31.249.msi /quiet INSTALL_ROOT="C:\Program Files (x86)\Voyant Connect" ALLUSERS=1 DESKTOP_SHORTCUT=1

 

To uninstall the program, you can use the following:

msiexec /uninstall "Voyant_Connect.bc-uc.win-22.9.31.249.msi" /quiet