Programming commands
Programming commands (if and while statements, functions, source code) in the CreateInstall installer.
Call function | Executes a function in the CreateInstall installer. |
Catch Exit | The command catches the exit during decompressing or copying files |
Notice | This command can be used or comments or notices in your script.. |
Sleep | Suspends the execution of the installation until the time-out interval elapses. |
Timeout | Timeout executes of the inner commands, after the time-out interval elapses. |
Exit/Reboot | Exits the installation or uninstallation program, or reboots the user's computer. |
For statement | For statement command in the CreateInstall installer. |
Function | This command allows you to define a function that will be called later with the Call Function command. |
If statement | Conditional expression in the CreateInstall installer. |
Source code | This command allows you to use your own scripting in the Gentee programming language. |
For statement with Split | This commands splits initial text into an array of items and executes internal commands for each item of the array. |
While statement | While statement command in the CreateInstall installer. |
Eonza automation software - free, open source cross-platform program for easy creation and management of scripts.