Global Environment - Append Path
This command allows you to add a path to the environment variable, where directories are already specified. As an example, you can use a standard variable, PATH. It contains paths, separated by semicolons. It is enough to specify the variable name and directory to be added. If the variable already contains the specified path, it will not be readded.
Description
Optionally, you may add comments here describing the purpose of this element.
Environment Variable
The name of the variable where you want to add your directory.
PATH
Path
Enter the full name of the directory where you want to add the variable.
#setuppath# #setuppath#\myfolder
Global Environment - Append Path command
Type
There are two types of environment variables: system variables and user variables. System variables are common across all the computer’s users, while user variables apply only for the current user. Here, you can specify which type of variable you wish to assign.
Set System Variable - assign system variable.
Set User's Variable - assign user variable.
Set System & User's Variable - assign system and user variables.
If Condition
You can specify a condition that should be met for the action to be performed. If the condition is false then the command is skipped. See How to use If Condition for more details.