Global BlueZone settings are saved in the Registry for both registry mode and profile mode, and user settings are saved in
the Registry in registry mode. The Registry location where they are saved depends on the value for the base registry setting
in the SETUP.INI file.
Global settings
Global settings apply to the BlueZone product as a whole. For example, the location of the BlueZone Windows installation
directory is an example of a global setting since it applies to the whole BlueZone application which is by default, stored
in the HKEY_LOCAL_MACHINE key.
Other examples are specific feature settings, lock settings and mode settings that apply to all BlueZone sessions.
User level settings
User level settings apply to individual BlueZone sessions. For example, the location of the end user's My Documents folder which is by default, stored in the HKEY_LOCAL_USER key.
Other examples are individual BlueZone session keys like Mainframe Display S1, which contains all information about this particular
BlueZone session.
By default, the base registry setting is set to 0.
Base registry 0
Global settings are saved in the Local Machine Key. User level settings are saved in Current User. This is the default setting
for BlueZone Desktop. By using this mode, it is possible to configure BlueZone so that each individual user will be able
to store their own user level settings.
Base registry 1
Global and user settings are saved in Local Machine. Use this mode if all users of the machine must share both global and
user Settings.
Base registry 2
Global and user settings are saved in Current User. This is the default mode for BlueZone Web-to-Host, allowing Web-to-Host
to work properly on machines with restricted user accounts. This mode is typically not used when BlueZone is installed as
a desktop application.
Setting the base registry value
Use a text editor to edit the
SETUP.INI file. From the table below, choose the desired value and type it in the
BaseRegisrty=value .
0 |
HKEY_CURRENT_USER (Session Settings - Default) |
1 |
HKEY_LOCAL_MACHINE (All Settings) |
2 |
HKEY_CURRENT_USER (All Settings) |
For example:
[BZSetup]
BaseRegistry=0