|
When you click on the
variable selector which can be found next to most text fields in install4j, you can choose
variables from a number of variable systems.
If there is more than one variable system applicable for the text field, a popup menu will be displayed
that lets you select the desired variable system first.
A dialog is then brought up that shows you all known variables of the selected type.
The variable will be inserted at the current cursor position, if you close the
variable selection dialog with the [OK] button or of you double-click on
a variable. In text fields, the appropriate variable syntax will be used (like ${installer:myVariable}),
in code editors, an appropriate API call will be inserted (like context.getVariable("myVariable") .
Please see the
help topic on variables
more information on variables.
|