Processes

Process Name
The name of the process that is going to be ran. This name is used to show to the user what is being processed currently.

File to Execute
The file specified here, will be the file ran.

Operating System

Family
You may specify here, if you want to restrict a feature’s effect to a certain operating system family or if you want it available with all the operating systems.

Name
Here you may choose to restrict a feature’s effect to a certain operating system name.  Some examples are Windows XP and Windows Vista. The test is a comparison against the os.name system property on the install machine.

Version
Here you may choose to restrict a feature’s effect to a certain operating system version. The test is a comparison against the os.version system property on the install machine.

Architecture
Here you may choose to restrict a feature’s effect to a certain operating system architecture. The test is a comparison against the os.arch system property on the install machine.

Args
These are arguments which will be ran into the file, when executing the file specified. You can use this to pass in the variable names, which you got input from the user in User Input. Each line is a separate argument.