CFGR_INI

Use the optional CFGR_INI environment variable to point to the registrator.ini file or, if you have pre-VX releases, to the configurator.ini file. When registering and configuring installs on Windows, you can create this .ini file, which provides the values for the license path and WDIR path, thereby enabling you to avoid prompts asking for this information during installation or when you use the Release Switcher. The .ini file also enables you to use unattended or silent mode, essential during batch installation.

Examples

The following CFGR_INI example points to the registrator.ini file on the computer.

CFGR_INI=C:\my_loc\registrator.ini

The 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.6

Usage Notes

  • The .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