
The variable will not exist once the installer has finished. If it does not exist yet, a new one will be created. Set the value of a system environment variable.


Variable to which to save the current working directory. Path to add to the system search for dynamic libraries on Linuxĭelete an environment variable from the system.
#INSTALLBUILDER ADDING WAIT TIME WINDOWS#
Whether or not to attempt to match Windows hidden filesĪdd a path in which the system will search for shared libraries on Linux This will modify the registry on Windows and the appropiate shell initialization files on Unix systems. Where to insert the new directory in the PATH (currently Unix only)Īdd a system environment variable. This will modify the registry on windows and the appropiate shell initialization files on Unix systems The only exception to this is when abortOnError equals zero or the action is inside a validationActionList, in which case it will prompt an error dialog to the user, but will not exit the installer.Īdd a directory to the system path. Generate an error inside the installer so the installer will exit. Shows a warning dialog with the given text.
Note that regular text still needs to be provided in case the installer is run in another mode Pause the installation for given time The allowed properties in theVariable name where the answer will be stored.ĭisplay a read-only text dialog to the user. Variable name where the result will be stored The result is stored as yes or no in the given variable name.
#INSTALLBUILDER ADDING WAIT TIME PASSWORD#
Variable name where the password will be stored.ĭisplay an indeterminate progressmeter in a popup window to execute a list of actions. Predefined list of options that allows the user to select a value

Prompt a choice question dialog to the user. List of rules to satisfy in order to evaluate the current elementĪbortOnError, breakpoint, customErrorMessage, explanation, progressText, ruleEvaluationLogic, run, show, showMessageOnError, onErrorActionList, ruleList List of actions to execute if the action fails Whether or not to show an error message when an error occurs. Show or hide the checkbutton in the final page action list Whether or not to run the related action or not Text to show on the progress bar or final page action List Whether or not to abort the installation on an error while executing the action.Īdditional text to show when the action is displayed on the final page action list.
