The following CFGR_INI example points to the registrator.ini file on the computer.
CFGR_INI=C:\my_loc\registrator.iniThe following example shows the contents of a registrator.ini or configurator.ini file. The version number after each “WDIR_” line must exactly match the flow version root folder name under the Mentor target location folder.
[defaults]
MGLS_LICENSE_FILE=27009@my_server.domain.com
WDIR=C:\WDIR
WDIR_9.4PADS=C:\WDIR\9.4PADS
WDIR_PADSVX.2.6=C:\WDIR\PADSVX.2.6The .ini file only can set the MGLS_LICENSE_FILE and WDIR environment variables.
In the example, WDIR defines the default. The Registrator or Configurator uses the default value if the release version you are using does not match the flow version root value of any entry in the .ini file.
You can add multiple WDIR paths by separating them with a semicolon. For example:
WDIR_PADSVX.2.6=C:\WDIR\PADSVX.2.6;
\\appserver\shared\Mentor\Site_Config_VX.2.6