Silent Install Options
Last updated
Was this helpful?
Last updated
Was this helpful?
The Thinfinity® 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 installation or if you are deploying it over your local network.
In order to perform a silent installation, use this command line:
C:\Thinfinity_v8.0_Setup_x64 /s /v/qn
These are additional command line switches that you can pass on to the setup file:
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
none
SERIAL
Complete this variable with your registration serial. Also make sure to include the EMAIL
parameter in order for the registration to work
none
The SM_TYPE
parameter corresponds to these installation wizard options:
The default installation will install the All components option.
Examples