1. Sinch Voice Knowledge Base
  2. Softphone, Messaging, and Collaboration Clients
  3. Voyant Connect For Desktop 22.7.5 and 22.5.3 (End of Support)

Windows OS Silent Install for Voyant Connect Desktop 22.7.5 Only

Silent Install for Voyant Connect Desktop 22.7.5

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

There are two versions of the Windows installer: the .exe version and the .msi version.

EXE Silent Install Options

At the command prompt, the following options are available:

NOTE: The options are case sensitive.

/S - silent
/ALLUSERS - install for all users, default is for logged in user
/NOSTART - don't start the app after installation
/outlookaddin - if you also want to install the outlook plugin component
/D=C:\Program Files\Users\....  etc to install to a different directory

Example:

The command to install Voyant Connect silently in the default directory for all users with the outlook plugin included would be:

C:> Voyant_Connect.bc-uc.win-22.7.5.106.exe /S /ALLUSERS /NOSTART /outlookaddin

MSI Silent Install Options

Similar installation options are available for the .msi installer. The following options are available:

msiexec /i Voyant_Connect.bc-uc.win-22.7.5.106.msi /quiet WRAPPED_ARGUMENTS="/S"
msiexec /i Voyant_Connect.bc-uc.win-22.7.5.106.msi /quiet WRAPPED_ARGUMENTS="/D=C:\Program Files\Users\"
msiexec /i Voyant_Connect.bc-uc.win-22.7.5.106.msi /quiet WRAPPED_ARGUMENTS="/ALLUSERS"
msiexec /i Voyant_Connect.bc-uc.win-22.7.5.106.msi /quiet WRAPPED_ARGUMENTS="/NOSTART"
msiexec /i Voyant_Connect.bc-uc.win-22.7.5.106.msi /quiet WRAPPED_ARGUMENTS="/outlookaddin"

These can be combined as well.

Example:

msiexec /i Voyant_Connect.bc-uc.win-22.7.5.106.msi /log "C:\Users\johndoe\MsiexecLog.txt" /quiet WRAPPED_ARGUMENTS="/S /D=C:\Program Files\Voyant"