Silent Install Options

The VirtulalUI 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 VirtualUI installation or if you are deploying it over your local network. Also, if you have an OEM Licensing model you will probably use a silent install.

Thinfinity VirtualUI Line Switches

In order to perform a silent installation, use this command line:

c:\Thinfinity_VirtualUI_Setup_x64.exe /s /v/qn

These are additional command line switches that you can pass on to the setup file:

Variable

Description

Default value

VFMX_SERVER_MODE

Determines whether the server components will be installed

TRUE

VFMX_DEV_MODE

Determines whether the development components will be installed

TRUE

VIRTUALIZATION

Determines whether the Virtualization components will be installed. In order for this option to be enabled, VFMX_SERVER_MODE cannot be FALSE.

FALSE

STDLBMODE

Values:

- LBMODE: Load balancing mode

- STDMODE: Standard mode.

STDMODE

SM_TYPE

Values:

- SM_Complete : Installs Server and Gateway components

- SM_Broker: Installs only Server components

- SM_Gateway: Installs only Gateway components.

Note: In order for this option to be enabled, STDLBMODE has to be set to LBMODE.

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 VFMX_SERVER_MODE, VFMX_DEV_MODE and VIRTUALIZATION parameters correspond to these installation wizard options:

The STDLBMODE and SM_TYPE parameters correspond to these installation wizard options:

The default installation will install Thinfinity VirtualUI Server in standard mode and the development components, but not the virtualization components.

Examples

· Installing Thinfinity VirtualUI in Standard Mode with Virtualization Components and without Development Environment:

c:\Thinfinity_VirtualUI_v2_Setup_x64.exe /s /v"/qn VIRTUALIZATION=\"TRUE\" VFMX_DEV_MODE=\"FALSE\""

· Installing Thinfinity VirtualUI Development environment only:

c:\Thinfinity_VirtualUI_v2_Setup_x64.exe /s /v"/qn VFMX_SERVER_MODE=\"FALSE\""

· Installing Thinfinity VirtualUI in Load Balancing mode using Gateway and Server roles and including licensing:

C:\Thinfinity_VirtualUI_v2_Setup_x64.exe /s /v"/qn EMAIL=\"myemail@mydomain.com\" SERIAL=\"45EI-09IJ-OOA6-3GH5-IT5E-E4ER-KIP9-A669\" STDLBMODE=\"LBMODE\" SM_TYPE=\"SM_Complete\""

Last updated