Client Registry Settings Neu ab C 39.5.15
Information
- To prevent changing settings for Client by user, the possibility of adding and checking Windows registry keys was added.
- A user with administrator rights can create and edit keys himself or use files for adding registry keys from the Client folder (
AddConfigPathValue.reg
).
- The registry key can be created for one or for every user on the current computer.
- The registry key should contain a value which keeps the path to the config file with client settings.
- If this key exists in the registry, it will be used only. All other possibilities for Client settings will be disabled (such as the .ini file and command line arguments).
AddConfigPathValue.reg
example
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\planta\39.5.15.0]
config1 = "Enter path to config file here (use \\ instead of \ in file path string)"
config2 = "Enter path to config file here (use \\ instead of \ in file path string)"
;[HKEY_LOCAL_MACHINE\Software\Wow6432Node\planta\39.5.15.0]
;config_path = "Enter path to config file here (use \\ instead of \ in file path string)"
Attributes
-
HKEY_CURRENT_USER
- registry key for current user
-
HKEY_LOCAL_MACHINE
- registry key for all users on local machine
-
\SOFTWARE\Wow6432Node\planta\39.5.15.0
- name of a key. Should be changed according to the current Client version.
-
"ID of the Configuration"
- registry key value which contains path to configuration file
Notes
- NEU If there are one or more entries in the registry for the client, there is a dialog message when starting the client to choose the required configuration unless the config parameter is defined in the client link.
- As soon as there are client registry settings defined, settings in the client link (like another server or activating the logging) will be ignored.
If there are one or more entries in the registry for the client, there is a dialog message when starting the client to choose the required configuration.
As soon as there are client registry settings defined, settings in the client link (like another server or activating the logging) will be ignored.