Silent Installation Settings for Uptivity Client Applications

You can install Uptivity client applications silently by running the "msiexec.exe" application and using standard Windows Installer options. For more information about silent installation, review documentation available from Microsoft or contact Uptivity Support.

Silent Installation Command Structure

Perform silent installations from the admin command prompt using the parameters and options as needed. The structure of a silent installation command is: 

[Package_Name] /[Installation_Option] [Path_to_Client_MSI] [Parameters] [Display_Options] [Restart_Option]

For example, the following command would install the screen capture client automatically and force the workstation to restart afterward:

Msiexec.exe /i "C:\CallCopy ScreenCap Client Installer.msi" /passive /forcerestart

If you run the silent installation with default settings, the client will not be set to connect to any server. You need to either modify the configuration files after installation or extract the MSI package and replace the configuration file before installation.

Silent Installation Options

Installation Options

Option Details
</package | /i> <Product.msi>
Installs or configures a product.
/a <Product.msi>
Administrative install - Installs a product on the network.
/j<u|m> <Product.msi> [/t <Transform List>] [/g <Language ID>]
Advertises a product (m to all users or u to current user).
</uninstall | /x> <Product.msi | ProductCode>
Uninstalls a product.

Display Options

Option Details
/quiet
Quiet mode. No user interaction.
/passive
Unattended mode. Displays a progress bar only.
/q[n|b|r|f]
Sets the user interface level as follows:
  • n — No UI
  • b — Basic UI
  • r — Reduced UI
  • f — Full UI (default)
/help
Displays help information.

Restart Options

Option Details
/norestart
Do not restart the workstation after the installation completes.
/promptrestart
Prompts the user to restart the workstation after the installation completes.
%/forcerestart
Always restarts the workstation after the installation completes.