InstallAware for Windows Installer Header Image Windows Installer without Rocket Science
InstallAware for Windows Installer
 

Get Environment

This command obtains the value of an environment variable. This command may also be used to return the full list of environment variables and their values.

Environment Variable

The name of the environment variable that the value will be obtained from.

Leave this field empty to obtain the full list of environment variables and their values, delimited by the pre-defined variable $NEWLINE$. The resulting list will be returned in this format: VAR_1=VALUE_1$NEWLINE$VAR_2=VALUE_2$NEWLINE$...VAR_N=VALUE_N.

Variable

The name of the script variable that will receive the value of the indicated environment variable, or the full list of environment variables and their values.