Features that are marked with a possible value of 1 or 0 are features that are either On or Off. In your MSIEXEC command line, use a 1 to indicate On and a 0 to indicate Off.
Keep in mind that if a feature's default value is acceptable, you do not have to include that feature in your command line statement.
MSI name | Function description | Possible values | Default value |
---|---|---|---|
INSTALLDIR | Sets the Installation Directory Path | <PATH> | See Note 1 |
WORKINGDIR | Sets the Working Directory Path | <PATH> | See Note 2 |
WORKINGDIR_MODE | Sets the Working Directory Mode | 0 = Custom - Set your own path 1 = Use Personal Folder (Default) 2 = Use All Users Common Folder 3 = Use Current User Application Data Folder Note: When using the Working Directory Mode of "Custom" (WORKINGDIR_MODE
= 0), you must also assign a path to WORKINGDIR, so that the BlueZone
Installer knows where to create your Working Directory.
|
1 |
ADDLOCAL | Adds all available features to the installation | ALL | |
CONNECTION_TYPE | Preferred Connection Type | 0 = SNA Server 1 = Renex Asynchronous Protocol 2 = TN3270 / TN5250 (Default) 3 = IBM Communications Server 4 = IntranetWare for SAA |
2 |
LOCK | BlueZone feature lock | Refer to BlueZone feature locks for values. | 0 |
LOCK_FTP | BlueZone FTP feature lock | Refer to BlueZone Secure FTP command and feature locks for values. | 0 |
LOCK_TELNET | Telnet feature lock | 1 = Hides the Connections Tab 2 = Hides the Device Tab in 3270 and the Display/Printer Tab on 5250 * 4 = Hides the Security Tab 8 = Hides the Certificate Tab 16 = Hides the Keep Alive Tab 32 = Hides the Trace Tab 64 = Hides the Firewall Tab 128 = Hides the Security Server Tab * 256 = Hides the Kerberos Tab * Tab does not apply to BlueZone VT |
0 |
SHOW_LOCKDLGS | Show locked dialogs | 1 or 0 | 1 |
DISABLE_CLIPBOARD | Disable append to clipboard | 1 or 0 | 0 |
BASE_REGISTRY | Base registry setting | 0 = HKEY_CURRENT_USER (Session Settings Only)
(Default) 1 = HKEY_LOCAL_MACHINE (All Settings) 2 = HKEY_CURRENT_USER (All Settings) |
0 |
PROFILE_MODE | Profile mode | 1 or 0 | 1 |
PROFILE_SHARING | Profile sharing | 1 or 0 | 1 |
ENABLE_PWRKEYS | Enable power keys feature | 1 or 0 | 0 |
FIPS_MODE | Enable FIPS mode | 1 or 0 | 0 |
HLLAPI_CONNRETRY | HLLAPI connection retry in milliseconds | Value in ms HLLAPI_CONNRETRY=500, for example, represents one half second. |
0 |
HLLAPI_TELNET | Telnet host settle time in milliseconds | Value in ms HLLAPI_CONNRETRY=500, for example, represents one half second. |
0 |
SESSION_MANAGER_RUNINTRAY | Place the Session Manager icon in the Windows Tray | 1 or 0 | 0 |
REMOVE_WORKINGDIR | Remove working directory during uninstall | 1 or 0 | 0 |
If WORKINGDIR is specified in the command line, for example, C:\WORKINGDIR="C:\Bluezone", then the installer forces WORKINGDIR_MODE= to 0, so it is not necessary to include WORKINGDIR_MODE=0 in the command line statement.