ENVIRONMENT_VARIABLE

The ENVIRONMENT_VARIABLE element provides the value to be set for an environment variable. It takes an attribute Id, which specifies the name of the environment variable. Prior to starting the application, the environment variable is set using this information.

Usage example

<ENVIRONMENT_VARIABLE Id="FGLGUI">1</ENVIRONMENT_VARIABLE>

In this example, the environment variable FGLGUI is set to 1.