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.
For features that are not limited to a 1 or a 0, you can view your Possible Values by clicking the provided pop-up links.
BlueZone MSI Feature Table |
|||
MSI Name |
Function Description |
Possible |
Default |
INSTALLDIR |
Sets the Installation Directory Path |
<PATH> |
|
WORKINGDIR |
Sets the Working Directory Path |
<PATH> |
|
WORKINGDIR_MODE |
Sets the Working Directory Mode |
1 | |
ADDLOCAL |
Adds all available features to the installation |
ALL |
|
CONNECTION_TYPE |
Preferred Connection Type |
2 | |
LOCK |
BlueZone Feature Lock |
0 | |
LOCK_FTP |
BlueZone FTP Feature Lock |
0 | |
LOCK_TELNET |
Telnet Feature Lock |
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 | |
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 |
0 | |
HLLAPI_TELNET |
Telnet Host Settle Time in Milliseconds |
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 no Install Directory (INSTALLDIR) is specified, BlueZone will be installed in:
C:\Program Files\Seagull\BlueZone
If WORKINGDIR is not specified in the Command Line and WORKINGDIR_MODE= is set to 1, then the installer will make the Working Directory the user's personal folder.
If WORKINGDIR is specified in the Command Line, i.e.,C:\WORKINGDIR="C:\Bluezone", then the installer will force WORKINGDIR_MODE= to 0, so it's not necessary to include WORKINGDIR_MODE=0 in the Command Line statement.