Execute Script
From InstallJammer Wiki
The Execute Script action is used to script unique actions in Tcl that allow you to do almost anything with your installer. Since Tcl scripts don't have any constraints within an installer, this action can be used to handle anything that is not already available in another action.
See the Tcl/Tk Help page for more information.
Contents |
[edit] Standard Properties
See Standard Action Properties.
[edit] Advanced Properties
[edit] Result Virtual Text
- This is a virtual text variable to store the result of the script.
[edit] Tcl Script
- This property holds the Tcl script to be executed. All virtual text will be substituted for the script.
