Silent Install Options |
Top Previous Next |
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
c:\Thinfinity_Remote_Desktop_Server_Setup_x64.exe /s /v"/qn SM_TYPE=\"SM_Broker\""
c:\Thinfinity_Remote_Desktop_Server_Setup_x64.exe /s /v"/qn SM_TYPE=\"SM_Gateway\""
c:\Thinfinity_Remote_Desktop_Server_Setup_x64.exe /s /v"/qn EMAIL=\"yourmail@domain.com\" SERIAL=\"POIT-NNMG-PATV-54AQ-MBVT-MNAI-EQCI-MCTV\""
|