Silent Install Options
Last updated
Last updated
The Thinfinity Remote Desktop Server 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 Desktop Server installation or if you are deploying it over your local network.
Thinfinity Remote Desktop Server Line Switches
In order to perform a silent installation, use this command line:
c:\Thinfinity_Remote_Desktop_Server_Setup_x64.exe /s /v/qn
These are additional command line switches that you can pass on to the setup file:
The SM_TYPE parameter corresponds to these installation wizard options:
The default installation will install the Gateway + Thinfinity Remote Desktop Services option.
Examples
· Installing Thinfinity Remote Desktop Services only:
c:\Thinfinity_Remote_Desktop_Server_Setup_x64.exe /s /v"/qn SM_TYPE=\"SM_Broker\""
· Installing Thinfinity Gateway Services only:
c:\Thinfinity_Remote_Desktop_Server_Setup_x64.exe /s /v"/qn SM_TYPE=\"SM_Gateway\""
· Installing Thinfinity Gateway + Remote Desktop Services and passing the registration parameters:
c:\Thinfinity_Remote_Desktop_Server_Setup_x64.exe /s /v"/qn EMAIL=\"yourmail@domain.com\" SERIAL=\"POIT-NNMG-PATV-54AQ-MBVT-MNAI-EQCI-MCTV\""
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
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.