Silent Install Options
The Thinfinity® Remote Workspace installation can be run in 'silent' mode, that is, without the need for user interaction. This can be useful if you are a system administrator and you want to automate the Thinfinity® Remote Workspace installation or if you are deploying it over your local network.

Thinfinity® Remote Workspace Line Switches
In order to perform a silent installation, use this command line:
C:\Thinfinity_v6.0_Setup_x64 /s /v/qn
These are additional command line switches that you can pass on to the setup file:
Variable | Description | Default value |
SM_TYPE | Values: - SM_Complete : Installs Server and Gateway components - SM_Broker: Installs only Server components - SM_Gateway: Installs only Gateway components. | SM_Complete |
EMAIL | Complete this variable with your registration email. Also make sure to include the SERIAL parameter in order for the registration to work. | |
SERIAL | Complete this variable with your registration serial. Also make sure to include the EMAIL parameter in order for the registration to work. | |
The SM_TYPE parameter corresponds to these installation wizard options:

The default installation will install the All components option.
Examples
· Installing Broker and HTML5 Services only:
C:\Thinfinity_v6.0_Setup_x64 /s /v"/qn SM_TYPE=\"SM_Broker\""
· Installing Reverse Gateway Only:
C:\Thinfinity_v6.0_Setup_x64 /s /v"/qn SM_TYPE=\"SM_Gateway\""
· Installing All components and passing the registration parameters:
C:\Thinfinity_v6.0_Setup_x64 /s /v"/qn EMAIL=\"[email protected]\" SERIAL=\"POIT-NNMG-PATV-54AQ-MBVT-MNAI-EQCI-MCTV\""
Last modified 11mo ago