Progress always checks for environment variables when starting up a session. The required information is read from the Windows Registry or from the progress .ini file (-basekey -ininame ) since Progress 8.2x. This applies for both client and server versions
In order to standardize settings for clients there are three options:
Option 1: Create an .ini file for specific client settings and use the
-ininame and -basekey client startup parameters
A template ini file can be used
%DLC%\bin\Progress.ini Example:
prowin -ininame c:\Progress\Wrk\sales.ini -basekey "INI"
_progres.exe -ininame c:\Progress\Wrk\sales.ini -basekey "INI"
Where:
- -ininame will establish an alternative to the registry.
- -basekey "INI" will force the configured content of the sales.ini file instead of the registry.
- The -ininame and -basekey parameters must be defined on the command line.
Option 2: Use the
%DLC%\bin\ini2reg utility to convert an .ini file to the registry
Option 3: Manually modify the registry entries with
regedit for each client PC (not recommended)
For further information refer to the Progress Documentation sets below.