Skip to main content
Skip table of contents

Client-Registry-Einstellungen

Die nachfolgenden Inhalte sind nur in englischer Sprache verfügbar.


Information

  • To prevent that Client settings be changed by the user, an option for 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 user or for all users of the current computer.
  • The registry key should contain a value which contains the path to the config file with client settings.
  • If this key exists in the registry, it will be used exclusively. All other options 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 the path to the configuration file

Notes

  • If there are one or more entries in the registry for the client, a dialog message will be displayed when starting the client, asking you to choose the required configuration, unless the config parameter is defined in the client link.
  • As soon as client registry settings have been defined, settings in the client link (e.g. another server or activating the logging) will be ignored.
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.