1. Appendix A: Actions
| <action> - Common Properties | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
|
0, 1 |
Whether or not to abort the installation on an error while executing the action. |
|
|
0, 1 |
Breakpoint |
|
string |
Show a custom error message. |
||
text |
Additional text to show when the action is displayed on the final page action list. |
||
string |
Text to show on the progress bar or final page action List |
||
|
and, or |
Boolean operator for rule concatenation |
|
|
0, 1 |
Whether or not to run the related action or not |
|
|
0, 1 |
Show or hide the checkbutton in the final page action list |
|
|
0, 1 |
Whether or not to show an error message when an error occurs. |
|
List of actions to execute if the action fails |
|||
List of rules to satisfy in order to evaluate the current element |
|||
Dialog Actions
| <consoleWrite> | |||
|---|---|---|---|
Write text to console |
|||
property |
default value |
allowed values |
description |
text |
Text to write |
||
|
|||
| <showChoiceQuestion> | |||
|---|---|---|---|
Prompt a choice question dialog to the user. |
|||
property |
default value |
allowed values |
description |
string |
Default value |
||
text |
Information message that will be shown |
||
|
string |
Dialog title |
|
string |
Variable to store choice |
||
Predefined list of options that allows the user to select a value |
|||
|
|||
| <showInfo> | |||
|---|---|---|---|
Prompt an info dialog to the user. |
|||
property |
default value |
allowed values |
description |
text |
Information message that will be shown |
||
|
string |
Title of the dialog window |
|
|
|||
| <showPasswordQuestion> | |||
|---|---|---|---|
Ask the user to enter a password. |
|||
property |
default value |
allowed values |
description |
text |
Question message that will be shown. |
||
string |
Dialog window title. |
||
string |
Variable name where the password will be stored. |
||
|
|||
| <showProgressDialog> | |||
|---|---|---|---|
Display an indeterminate progressmeter in a popup window to execute a list of actions. |
|||
property |
default value |
allowed values |
description |
|
positive integer or zero |
Popup window height |
|
|
string |
Title of the progress dialog window |
|
|
positive integer or zero |
Popup window width |
|
Actions to Execute |
|||
|
|||
| <showQuestion> | |||
|---|---|---|---|
Prompt a question to the user. The result is stored as yes or no in the given variable name. |
|||
property |
default value |
allowed values |
description |
|
yes, no |
Default answer, it can be yes or no. |
|
text |
Question message that will be shown. |
||
|
string |
Title of the dialog window |
|
string |
Variable name where the result will be stored |
||
|
|||
| <showStringQuestion> | |||
|---|---|---|---|
Ask the user a question. |
|||
property |
default value |
allowed values |
description |
string |
Question message that will be shown. |
||
string |
Dialog window title. |
||
string |
Variable name where the answer will be stored. |
||
|
|||
| <showText> | |||
|---|---|---|---|
Display a read-only text dialog to the user. |
|||
property |
default value |
allowed values |
description |
|
positive integer or zero |
Text window height |
|
text |
HTML text that will be shown in Qt mode. Note that regular text still needs to be provided in case the installer is run in another mode |
||
text |
Text that will be shown. |
||
string |
Dialog title. |
||
|
positive integer or zero |
Text window width |
|
|
|||
| <showWarning> | |||
|---|---|---|---|
Shows a warning dialog with the given text. |
|||
property |
default value |
allowed values |
description |
|
text |
Warning message that will be shown. |
|
|
string |
Title of the dialog window |
|
|
|||
| <throwError> | |||
|---|---|---|---|
Generate an error inside the installer so the installer will exit. 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. |
|||
property |
default value |
allowed values |
description |
|
text |
Error message |
|
|
|||
Environment Actions
| <addDirectoryToPath> | |||
|---|---|---|---|
Add a directory to the system path. This will modify the registry on windows and the appropiate shell initialization files on Unix systems |
|||
property |
default value |
allowed values |
description |
|
beginning, end |
Where to insert the new directory in the PATH (currently Unix only) |
|
string |
Path to the directory |
||
|
system, user |
Select user path or system path. |
|
|
|||
| <addEnvironmentVariable> | |||
|---|---|---|---|
Add a system environment variable.This will modify the registry on windows and the appropiate shell initialization files on Unix systems |
|||
property |
default value |
allowed values |
description |
string |
Environment variable name. |
||
|
system, user |
Scope. |
|
string |
User to modify the environment for. If empty, the current user will be used |
||
string |
Variable name |
||
|
|||
| <addFonts> | |||
|---|---|---|---|
Add fonts to the Windows system |
|||
property |
default value |
allowed values |
description |
string |
Patterns to exclude files |
||
string |
File patterns to apply action to |
||
|
0, 1 |
Whether or not to attempt to match Windows hidden files |
|
|
|||
| <addLibraryToPath> | |||
|---|---|---|---|
Add a path in which the system will search for shared libraries on Linux |
|||
property |
default value |
allowed values |
description |
string |
Path to add to the system search for dynamic libraries on Linux |
||
|
|||
| <deleteEnvironmentVariable> | |||
|---|---|---|---|
Delete an environment variable from the system. |
|||
property |
default value |
allowed values |
description |
string |
Environment variable name. |
||
|
system, user |
Scope. |
|
string |
User to modify the environment for. If empty, the current user will be used |
||
|
|||
| <removeDirectoryFromPath> | |||
|---|---|---|---|
Remove a directory from the System Path. This will modify the System Path |
|||
property |
default value |
allowed values |
description |
string |
Path to the directory |
||
|
system, user |
Select user path or system path. |
|
|
|||
| <removeFonts> | |||
|---|---|---|---|
Remove fonts from the Windows system |
|||
property |
default value |
allowed values |
description |
string |
Patterns to exclude files |
||
string |
File patterns to apply action to |
||
|
0, 1 |
Whether or not to attempt to match Windows hidden files |
|
|
|||
| <setEnvironmentVariable> | |||
|---|---|---|---|
Set the value of a system environment variable. If it does not exist yet, a new one will be created. The variable will not exist once the installer has finished. |
|||
property |
default value |
allowed values |
description |
string |
Variable name |
||
string |
Variable value |
||
|
|||
File Manipulation Actions
| <addDirectoriesToUninstaller> | |||
|---|---|---|---|
Add directories to the uninstaller. |
|||
property |
default value |
allowed values |
description |
|
0, 1 |
Whether or not to add directory contents to the uninstaller |
|
string |
Patterns to exclude files |
||
string |
File patterns to apply action to |
||
|
0, 1 |
Whether or not to attempt to match Windows hidden files |
|
|
|||
| <addFilesToUninstaller> | |||
|---|---|---|---|
Add files to uninstaller. |
|||
property |
default value |
allowed values |
description |
string |
Patterns to exclude files |
||
string |
File patterns to apply action to |
||
|
0, 1 |
Whether or not to attempt to match Windows hidden files |
|
|
|||
| <addTextToFile> | |||
|---|---|---|---|
Append text to a file. If the file does not exist, it will be created. |
|||
property |
default value |
allowed values |
description |
|
iso8859-1, iso8859-2, utf-8, cp1251, cp1252, ascii, macRoman, unicode, default, binary |
Encoding of the text file |
|
|
auto, none, cr, crlf, lf |
End Of Line Conversion |
|
string |
Path to the file |
||
|
end, beginning |
Whether to insert the text at the beginning or at the end of the file |
|
text |
Text to append |
||
|
|||
| <dos2unix> | |||
|---|---|---|---|
Convert plain text files in DOS/Mac format to Unix format. |
|||
property |
default value |
allowed values |
description |
string |
Patterns to exclude files |
||
string |
File patterns to apply action to |
||
|
0, 1 |
Whether or not to attempt to match Windows hidden files |
|
|
|||
| <iniFileGet> | |||
|---|---|---|---|
Extract property values out of a INI file. |
|||
property |
default value |
allowed values |
description |
string |
Path to INI file |
||
string |
Property Key |
||
string |
INI section |
||
string |
Variable name to save property to |
||
|
|||
| <iniFileSet> | |||
|---|---|---|---|
Set property values of a INI file. |
|||
property |
default value |
allowed values |
description |
string |
Path to INI file |
||
string |
Property Key |
||
string |
INI section |
||
string |
Property Value |
||
|
|||
| <propertiesFileGet> | |||
|---|---|---|---|
Extract property values out of a properties file. |
|||
property |
default value |
allowed values |
description |
|
iso8859-1, iso8859-2, utf-8, cp1251, cp1252, ascii, macRoman, unicode, default, binary |
Encoding of the text file |
|
|
auto, none, cr, crlf, lf |
End Of Line Conversion |
|
string |
Path to the property file |
||
string |
Property key |
||
string |
Variable name to save property to |
||
|
|||
| <propertiesFileSet> | |||
|---|---|---|---|
Writes out property values to a properties file, creating a new file if it does not exist. |
|||
property |
default value |
allowed values |
description |
|
iso8859-1, iso8859-2, utf-8, cp1251, cp1252, ascii, macRoman, unicode, default, binary |
Encoding of the text file |
|
|
auto, none, cr, crlf, lf |
End Of Line Conversion |
|
string |
Path to the property file |
||
string |
Property key |
||
string |
Value to set the key to. |
||
|
|||
| <readFile> | |||
|---|---|---|---|
Read the contents of a file and save it in a variable. |
|||
property |
default value |
allowed values |
description |
|
iso8859-1, iso8859-2, utf-8, cp1251, cp1252, ascii, macRoman, unicode, default, binary |
Encoding of the text file |
|
|
auto, none, cr, crlf, lf |
End Of Line Conversion |
|
string |
Variable to which to save the file contents |
||
string |
Path to the file you wish to read the contents from |
||
|
0, 1 |
Whether or not to remove or not Byte Order Mark on Unicode files |
|
|
|||
| <removeFilesFromUninstaller> | |||
|---|---|---|---|
Remove files or directories from uninstaller. |
|||
property |
default value |
allowed values |
description |
string |
Patterns to exclude files |
||
string |
File patterns to apply action to |
||
|
0, 1 |
Whether or not to attempt to match Windows hidden files |
|
|
|||
| <substitute> | |||
|---|---|---|---|
Substitute a value in a file. |
|||
property |
default value |
allowed values |
description |
|
iso8859-1, iso8859-2, utf-8, cp1251, cp1252, ascii, macRoman, unicode, binary |
Encoding of the files to substitute |
|
string |
Patterns to exclude files |
||
string |
File patterns to apply action to |
||
|
0, 1 |
Whether or not to attempt to match Windows hidden files |
|
|
regexp, exact |
Type of substitution, regular expression or exact |
|
List of patterns/values for a substitution |
|||
|
|||
| <unix2dos> | |||
|---|---|---|---|
Convert plain text files in Unix format to DOS format. |
|||
property |
default value |
allowed values |
description |
string |
Patterns to exclude files |
||
string |
File patterns to apply action to |
||
|
0, 1 |
Whether or not to attempt to match Windows hidden files |
|
|
|||
| <writeFile> | |||
|---|---|---|---|
Create or replace a file with a certain text content. |
|||
property |
default value |
allowed values |
description |
|
iso8859-1, iso8859-2, utf-8, cp1251, cp1252, ascii, macRoman, unicode, default, binary |
Encoding of the text file |
|
|
auto, none, cr, crlf, lf |
End Of Line Conversion |
|
string |
Path of the file to be created or replaced |
||
text |
Text to write |
||
|
|||
| <xmlFileCommentElement> | |||
|---|---|---|---|
Comment entire subtree of an XML file |
|||
property |
default value |
allowed values |
description |
string |
XPath expression pointing to the selected element |
||
string |
Path to XML file |
||
|
|||
| <xmlFileGet> | |||
|---|---|---|---|
Read value of element or attribute from an XML file |
|||
property |
default value |
allowed values |
description |
string |
If present, the action will refer to the attribute instead of the element |
||
string |
XPath expression pointing to the selected element |
||
string |
Path to XML file |
||
string |
Variable where to start the result |
||
|
|||
| <xmlFileSet> | |||
|---|---|---|---|
Set the value of an element or attribute in an XML file |
|||
property |
default value |
allowed values |
description |
string |
If present, the action will refer to the attribute instead of the element |
||
string |
XPath expression pointing to the selected element |
||
string |
Path to XML file |
||
string |
Value to store in element or attribute |
||
|
|||
| <yamlFileGet> | |||
|---|---|---|---|
Read value of element from a YAML file |
|||
property |
default value |
allowed values |
description |
string |
Path expression pointing to the selected element |
||
string |
Path to YAML file |
||
string |
Variable where to start the result |
||
|
|||
| <yamlFileSet> | |||
|---|---|---|---|
Set the value of an element in a YAML file |
|||
property |
default value |
allowed values |
description |
string |
Path expression pointing to the selected element |
||
string |
Path to YAML file |
||
string |
Value to store in element |
||
|
|||
File System Actions
| <copyFile> | |||
|---|---|---|---|
Create a copy of a file. The destination file will be overwritten if it already exists |
|||
property |
default value |
allowed values |
description |
string |
Path to where the file will be copied. |
||
string |
Patterns to exclude files |
||
|
0, 1 |
Whether or not to attempt to match Windows hidden files |
|
string |
Path to the original file. |
||
|
|||
| <createBackupFile> | |||
|---|---|---|---|
Create a backup of a file or directory. The backup will be named with a .bak extension if no destination is specified. If a backup file already exists, new backups will be named .bak1, .bak2 and so on. |
|||
property |
default value |
allowed values |
description |
string |
Path to the destination backup folder. |
||
string |
Path to original file you wish to backup. |
||
|
|||
| <createDirectory> | |||
|---|---|---|---|
Create a new directory |
|||
property |
default value |
allowed values |
description |
string |
Path to the new directory |
||
|
|||
| <createShortcuts> | |||
|---|---|---|---|
Creates one or more shortcuts in specified location. |
|||
property |
default value |
allowed values |
description |
string |
Path to the location where you want to create the shortcuts. |
||
List of shortcuts to create. |
|||
|
|||
| <createSymLink> | |||
|---|---|---|---|
Create a symbolic link to a file. It is the equivalent to the Unix ln command. |
|||
property |
default value |
allowed values |
description |
string |
Symbolic link name. |
||
string |
Path to the file to which you want to create a symbolic link. |
||
|
|||
| <deleteFile> | |||
|---|---|---|---|
Delete a file. The action does not throw an error if deleting a file or directory failed. |
|||
property |
default value |
allowed values |
description |
string |
Patterns to exclude files |
||
|
0, 1 |
Whether or not to attempt to match Windows hidden files |
|
string |
Path to the file or directory to delete. It accepts patterns |
||
|
|||
| <getFileInfo> | |||
|---|---|---|---|
Gets Information About File Or Directory |
|||
property |
default value |
allowed values |
description |
|
0, 1 |
Whether or not to follow or not symbolic links |
|
string |
Path |
||
|
size, type |
Type of information to retrieve |
|
string |
Variable to store result in |
||
|
|||
| <getSymLinkTarget> | |||
|---|---|---|---|
Get the destination path referenced by the given symbolic link. Returns an empty value if the file doesn’t exist or is not a symbolic link. |
|||
property |
default value |
allowed values |
description |
string |
Symbolic link path |
||
string |
Variable to store result |
||
|
|||
| <renameFile> | |||
|---|---|---|---|
Change the name of a file or directory |
|||
property |
default value |
allowed values |
description |
string |
New name of the file. |
||
string |
Patterns to exclude files |
||
|
0, 1 |
Whether or not to attempt to match Windows hidden files |
|
string |
Original name of the file. |
||
|
|||
| <touchFile> | |||
|---|---|---|---|
Update the access and modification times of a file or directory. If the file does not exist, it can be specified whether to create an empty file or not. It is equivalent to the touch Unix command. |
|||
property |
default value |
allowed values |
description |
|
0, 1 |
Whether or not to create the file in case it does not exist |
|
|
0, 1 |
Whether or not to attempt to match Windows hidden files |
|
string |
Path to the file/directory to be touched |
||
|
|||
| <unpackDirectory> | |||
|---|---|---|---|
Extract a directory from an installer before files are unpacked during the installation phase |
|||
property |
default value |
allowed values |
description |
string |
Project component where the directory you want to extract is located. |
||
string |
Path to the location where you want to extract the directory. |
||
string |
Project folder name where the directory you want to extract is located. |
||
string |
Directory name you want to extract. |
||
|
|||
| <unpackFile> | |||
|---|---|---|---|
Extract files from an installer before files are unpacked during the installation phase |
|||
property |
default value |
allowed values |
description |
string |
Project component where the file you want to extract is located |
||
string |
Path to the location where you want to extract the file |
||
string |
Project folder name where where the file you want to extract is located |
||
string |
File name you want to extract |
||
|
|||
| <unzip> | |||
|---|---|---|---|
Extract content from a zip file to a destination folder. |
|||
property |
default value |
allowed values |
description |
string |
Path to the folder where you want the file content to be extracted. The folder must exist and must be writable |
||
string |
ZIP file that will be uncompressed |
||
|
|||
| <zip> | |||
|---|---|---|---|
Pack one or more files to a zip file, relative to base directory. |
|||
property |
default value |
allowed values |
description |
string |
Directory that all files will be packed relatively to |
||
string |
Patterns to exclude files |
||
string |
File patterns to apply action to |
||
|
0, 1 |
Whether or not to attempt to match Windows hidden files |
|
string |
ZIP file that will be created |
||
|
|||
Flow Control Actions
| <break> | |||
|---|---|---|---|
Break current loop |
|||
|
| <continue> | |||
|---|---|---|---|
Continue current loop |
|||
|
| <foreach> | |||
|---|---|---|---|
Iterate over a set of values |
|||
property |
default value |
allowed values |
description |
string |
Space-separated values to iterate over |
||
string |
Space-separated list of variables that will be assigned a value with each iteration |
||
List of actions |
|||
|
|||
| <if> | |||
|---|---|---|---|
Conditionally execute a group of actions |
|||
property |
default value |
allowed values |
description |
|
and, or |
Condition rule evaluation logic |
|
List of actions to execute if condition is true |
|||
List of conditions |
|||
List of actions to execute if condition is false |
|||
|
|||
| <while> | |||
|---|---|---|---|
Execute a group of actions as long as conditions are met |
|||
property |
default value |
allowed values |
description |
|
and, or |
Condition rule evaluation logic |
|
List of actions |
|||
List of conditions |
|||
|
|||
HTTP Actions
| <httpGet> | |||
|---|---|---|---|
Access a URL and save the result into a file. |
|||
property |
default value |
allowed values |
description |
string |
Filename to which to save the result to |
||
string |
Password for URLs that require authentication |
||
string |
URL to launch |
||
string |
Username for URLs that require authentication |
||
|
|||
| <httpPost> | |||
|---|---|---|---|
Access a URL using HTTP POST and save the result into a file. |
|||
property |
default value |
allowed values |
description |
string |
Filename to which to save the result to |
||
string |
Password for URLs that require authentication |
||
string |
URL to launch |
||
string |
Username for URLs that require authentication |
||
List of variables that will be included in the POST query. |
|||
|
|||
| <httpProxyInit> | |||
|---|---|---|---|
Configure proxy to be used by http actions |
|||
property |
default value |
allowed values |
description |
|
string |
Space separated list of patters for urls that will be excluded from the proxy configuration |
|
string |
Proxy server password |
||
string |
Proxy server port |
||
string |
Proxy server url |
||
string |
Proxy server username |
||
|
|||
| <launchBrowser> | |||
|---|---|---|---|
Launch the default web browser with a given URL. |
|||
property |
default value |
allowed values |
description |
string |
URL of the page to be shown. |
||
|
|||
| <urlDecode> | |||
|---|---|---|---|
Decode a given text using URL formatting specifications and place the result in a variable. |
|||
property |
default value |
allowed values |
description |
text |
Text to decode |
||
string |
Variable to store the result in |
||
|
|||
| <urlEncode> | |||
|---|---|---|---|
Encode a given text using URL formatting specifications and place the result in a variable. |
|||
property |
default value |
allowed values |
description |
text |
Text to encode |
||
string |
Variable to store the result in |
||
|
|||
Installer Actions
| <actionGroup> | |||
|---|---|---|---|
Group a set of actions. |
|||
property |
default value |
allowed values |
description |
List of actions to be grouped |
|||
|
|||
| <addChoiceOptions> | |||
|---|---|---|---|
Add options to an existing choice parameter |
|||
property |
default value |
allowed values |
description |
string |
Name of an existing choice parameter. |
||
List of options to give to a choice parameter |
|||
|
|||
| <addChoiceOptionsFromText> | |||
|---|---|---|---|
Add options to an existing choice parameter from a given text |
|||
property |
default value |
allowed values |
description |
string |
Name of an existing choice parameter. |
||
text |
Text with the options to give to a choice parameter |
||
|
|||
| <componentSelection> | |||
|---|---|---|---|
Select or deselect components for installation. |
|||
property |
default value |
allowed values |
description |
string |
Comma separated list of components you wish to deselect for installation. |
||
string |
Comma separated list of components you wish to select for installation. |
||
|
|||
| <decodeBase64> | |||
|---|---|---|---|
Decode a string using base64. |
|||
property |
default value |
allowed values |
description |
string |
Text to process |
||
string |
Variable to save the final result to. |
||
|
|||
| <encodeBase64> | |||
|---|---|---|---|
Encode a string using base64. |
|||
property |
default value |
allowed values |
description |
string |
Text to process |
||
string |
Variable to save the final result to. |
||
|
|||
| <exit> | |||
|---|---|---|---|
Exit the installer/uninstaller. |
|||
property |
default value |
allowed values |
description |
|
positive integer or zero |
exit code returned by the installer/uninstaller |
|
|
|||
| <generateRandomValue> | |||
|---|---|---|---|
Generate a random value. |
|||
property |
default value |
allowed values |
description |
|
positive integer or zero |
Character length for the generated value. |
|
string |
Variable to which to save the generated value. |
||
|
|||
| <globalVariables> | |||
|---|---|---|---|
Mark a list of variables as global. Global variables defined or modified inside custom actions preserve their values after the execution while regular variables are not visible outside. |
|||
property |
default value |
allowed values |
description |
string |
Variable names |
||
|
|||
| <logMessage> | |||
|---|---|---|---|
Write a message to the installation log. Useful for debugging purposes. |
|||
property |
default value |
allowed values |
description |
|
0, 1 |
Whether to enable timestamp in the message or not. |
|
text |
Message to include in log |
||
|
string |
Format string for the optional timestamp. The string allows a number of field descriptors. |
|
|
|||
| <mathExpression> | |||
|---|---|---|---|
Calculate math expression |
|||
property |
default value |
allowed values |
description |
string |
|||
string |
Variable to save the final result to. |
||
|
|||
| <md4> | |||
|---|---|---|---|
Generate a MD4 from a given text. |
|||
property |
default value |
allowed values |
description |
text |
Text to calculate the MD4 on. |
||
|
0, 1 |
Whether or not to create an NTLM compilant hash |
|
string |
Variable to which to save the MD4 to. |
||
|
|||
| <md5> | |||
|---|---|---|---|
Generate a MD5 from a given text. |
|||
property |
default value |
allowed values |
description |
text |
Text to calculate the MD5 on. |
||
string |
Variable to which to save the MD5 to. |
||
|
|||
| <removeChoiceOptions> | |||
|---|---|---|---|
Clear choice values for a parameter |
|||
property |
default value |
allowed values |
description |
string |
Name of an existing choice parameter. |
||
string |
Options to remove |
||
|
|||
| <setEncryptionPassword> | |||
|---|---|---|---|
Specifies and verifies password to use for copying files from installer |
|||
property |
default value |
allowed values |
description |
string |
Password to use; action will throw error if password specified does not match password from build time |
||
|
|||
| <setInstallerVariable> | |||
|---|---|---|---|
Set a installer variable. If the name of the variable matches a parameter name, the value of the parameter will be updated. |
|||
property |
default value |
allowed values |
description |
string |
Variable name |
||
|
0, 1 |
Whether the variable will be available in the uninstaller as well. |
|
text |
Value to set the variable to |
||
|
|||
| <setInstallerVariableFromRegEx> | |||
|---|---|---|---|
Set a installer variable to the result of a regular expression. If the name of the variable matches a parameter name, the value of the parameter will be updated. |
|||
property |
default value |
allowed values |
description |
string |
Name of the variable to set |
||
string |
Pattern to match |
||
string |
Value to replace matched text with |
||
text |
Text to match |
||
|
|||
| <setInstallerVariableFromScriptOutput> | |||
|---|---|---|---|
Set a installer variable to the output of a script. If the name of the variable matches a parameter name, the value of the parameter will be updated. |
|||
property |
default value |
allowed values |
description |
string |
Path to the script to run |
||
string |
Arguments to pass to the script |
||
string |
Name of the variable to set |
||
string |
Working directory. This is important for scripts that expect to be run from a specific location |
||
|
|||
| <sha1> | |||
|---|---|---|---|
Generate a SHA-1 from a given text. |
|||
property |
default value |
allowed values |
description |
text |
Text to calculate the SHA-1 on. |
||
string |
Variable to which to save the SHA-1 to. |
||
|
|||
| <sha256> | |||
|---|---|---|---|
Generate a SHA-256 from a given text. |
|||
property |
default value |
allowed values |
description |
text |
Text to calculate the SHA-256 on. |
||
string |
Variable to which to save the SHA-256 to. |
||
|
|||
| <stringModify> | |||
|---|---|---|---|
Perform one of the allowed transformations in the specified text, storing the result into a variable. |
|||
property |
default value |
allowed values |
description |
|
toupper, tolower, totitle, trimleft, trimright, trim |
Transformation to perform. |
|
text |
Text which will be transformed. |
||
string |
Variable name which will store the result. |
||
|
|||
| <wait> | |||
|---|---|---|---|
Pause the installation for given time |
|||
property |
default value |
allowed values |
description |
string |
Number of milliseconds to wait |
||
|
|||
Java Actions
| <autodetectJava> | |||
|---|---|---|---|
Autodetects an existing Java (tm) installation in the system and creates corresponding installer variables: java_executable java_vendor java_version java_version_major java_version_full java_bitness. If a valid java version was found, the variable java_autodetected will be set to 1 |
|||
property |
default value |
allowed values |
description |
|
0, 1 |
Prompt user to choose appropriate version |
|
|
first, oldest, newest |
Order of the Java versions detected |
|
List of supported Java versions |
|||
|
|||
| <createJavaLaunchers> | |||
|---|---|---|---|
Creates one or more Java launchers in specified location. |
|||
property |
default value |
allowed values |
description |
string |
Path to the location where you want to create the launchers. |
||
List of launchers to create. |
|||
|
|||
OSX-specific actions
| <changeOSXAttributes> | |||
|---|---|---|---|
Change OSX attributes of a file or directory. Trying to set an attribute on a read only file will result in a failure. Make sure the file is writable before attempting to change any attribute other than, of course, readOnly |
|||
property |
default value |
allowed values |
description |
string |
Creator to set to file or directory |
||
string |
Patterns to exclude files |
||
string |
File patterns to apply action to |
||
|
|
1, 0, unchanged |
Whether the file is visible or not |
|
1, 0, unchanged |
Whether the file is read only or writable |
|
string |
Type to set to file or directory |
||
|
|||
Registry Actions
| <registryDelete> | |||
|---|---|---|---|
Delete a registry entry. If the entry to delete is only a registry key and it does not exist, the action will be ignored. Deleting a registry value (key + name combination) that does not exist will trigger a regular error. |
|||
property |
default value |
allowed values |
description |
string |
Registry key |
||
string |
Entry name to delete |
||
|
none, 32, 64 |
Determines whether we want to access a 32-bit or 64-bit view of the Registry |
|
|
|||
| <registryFind> | |||
|---|---|---|---|
Retrieve the first registry hive and content matching a certain expression and store it as a list in an installer variable. If no match is found the variable will be created empty. |
|||
property |
default value |
allowed values |
description |
|
string |
Pattern to match in the value |
|
|
0, 1 |
Whether to look for the first occurrence or for all |
|
|
string |
Pattern to match key name with |
|
|
string |
Pattern to match entry name with |
|
|
string |
Root key from which start the search |
|
|
positive integer or zero |
Maximum depth of the search. 0 will look just in the Root Key |
|
string |
Variable name to store the results |
||
|
none, 32, 64 |
Determines whether we want to access a 32-bit or 64-bit view of the Registry |
|
|
|||
| <registryGet> | |||
|---|---|---|---|
Store the value of a registry key in an installer variable. If the key or name does not exist, then the variable will be created empty. |
|||
property |
default value |
allowed values |
description |
string |
Registry key |
||
string |
Entry name to read value from |
||
string |
Variable name to store registry value to |
||
|
none, 32, 64 |
Determines whether we want to access a 32-bit or 64-bit view of the Registry |
|
|
|||
| <registryGetKey> | |||
|---|---|---|---|
Store in variable the first registry key that matches the given pattern, or set the variable to empty otherwise. The search is case-sensitive for the whole key provided. |
|||
property |
default value |
allowed values |
description |
string |
Registry key |
||
string |
Variable to store result |
||
|
none, 32, 64 |
Determines whether we want to access a 32-bit or 64-bit view of the Registry |
|
|
|||
| <registryGetMatch> | |||
|---|---|---|---|
Store the value of the first match of a registry key matching a certain expression in an installer variable. If the key or name does not exist, then the variable will be created empty. The name can contain a wildcard expression (using *) |
|||
property |
default value |
allowed values |
description |
string |
Registry key |
||
string |
Entry name to read value from |
||
string |
Variable name to store registry value to |
||
|
none, 32, 64 |
Determines whether we want to access a 32-bit or 64-bit view of the Registry |
|
|
|||
| <registrySet> | |||
|---|---|---|---|
Create a new registry key or modify the value of an existing registry key. |
|||
property |
default value |
allowed values |
description |
string |
Registry key |
||
string |
Entry name to set or modify value to |
||
|
REG_BINARY, REG_NONE, REG_SZ, REG_EXPAND_SZ, REG_DWORD, REG_BIG_ENDIAN, REG_LINK, REG_MULTI_SZ, REG_RESOURCE_LIST |
Type of key to add |
|
string |
Value to set to the registry key |
||
|
none, 32, 64 |
Determines whether we want to access a 32-bit or 64-bit view of the Registry |
|
|
|||
Services Actions
| <addUnixService> | |||
|---|---|---|---|
This action allows you to create a new service in a Linux based system. Note that you will need to run the installer as root to be able to create new services. |
|||
property |
default value |
allowed values |
description |
string |
Product description |
||
string |
Service Name |
||
string |
Path to the program |
||
|
|||
| <createOSXService> | |||
|---|---|---|---|
Create Mac OS X service. |
|||
property |
default value |
allowed values |
description |
string |
Groupname |
||
|
0, 1 |
Keep process alive by launchctl |
|
string |
Path to program |
||
string |
Arguments to pass to the program |
||
|
user, system |
Scope of service |
|
string |
Identifier for the service name |
||
string |
Username |
||
|
|||
| <createWindowsService> | |||
|---|---|---|---|
Register a program as a Windows service. |
|||
property |
default value |
allowed values |
description |
string |
User account under which the service should run. It takes the form domain\username. If the account is a local account, it may be specified as .\username or username. If this option is not specified, the service will run under the LocalSystem account. |
||
string |
Comma separated list of services that the created service depends on |
||
string |
Program description |
||
string |
Name displayed in the Windows service control panel |
||
string |
Password for the user account if one is specified. |
||
string |
Path to program |
||
string |
Arguments to pass to the program |
||
string |
Internal service name |
||
|
auto, manual, disabled |
Specify how the service should be started |
|
|
|||
| <deleteOSXService> | |||
|---|---|---|---|
Delete Mac OS X service. |
|||
property |
default value |
allowed values |
description |
|
user, system |
Scope of service |
|
string |
Identifier for the service name |
||
|
|||
| <deleteWindowsService> | |||
|---|---|---|---|
Delete a Windows service |
|||
property |
default value |
allowed values |
description |
string |
Name displayed in the Windows service control panel |
||
string |
Internal service name |
||
|
|||
| <getUniqueWindowsServiceName> | |||
|---|---|---|---|
Return a unique service name |
|||
property |
default value |
allowed values |
description |
string |
Initial display name for the service |
||
string |
Variable to store the service display name |
||
string |
Variable to store the Service name |
||
string |
Initial name for the service |
||
|
|||
| <removeUnixService> | |||
|---|---|---|---|
This action allows you to remove a service in a Linux based system. Note that you will need to run the installer as root to be able to remove services. |
|||
property |
default value |
allowed values |
description |
string |
Service Name |
||
|
|||
| <restartWindowsService> | |||
|---|---|---|---|
Restart a Windows service |
|||
property |
default value |
allowed values |
description |
|
positive integer or zero |
Amount of milliseconds to wait for the service to start / stop. |
|
string |
Name displayed in the Windows service control panel |
||
string |
Internal service name |
||
|
|||
| <startOSXService> | |||
|---|---|---|---|
Start Mac OS X service. |
|||
property |
default value |
allowed values |
description |
string |
Identifier for the service name |
||
|
|||
| <startWindowsService> | |||
|---|---|---|---|
Start a Windows service |
|||
property |
default value |
allowed values |
description |
|
positive integer or zero |
Amount of milliseconds to wait for the service to start. |
|
string |
Name displayed in the Windows service control panel |
||
string |
Internal service name |
||
|
|||
| <stopOSXService> | |||
|---|---|---|---|
Stop Mac OS X service. |
|||
property |
default value |
allowed values |
description |
string |
Identifier for the service name |
||
|
|||
| <stopWindowsService> | |||
|---|---|---|---|
Stop a Windows service |
|||
property |
default value |
allowed values |
description |
|
positive integer or zero |
Amount of milliseconds to wait for the service to stop. |
|
string |
Name displayed in the Windows service control panel |
||
string |
Internal service name |
||
|
|||
System Actions
| <addUnixDesktopStartUpItem> | |||
|---|---|---|---|
Adds a program to be executed whenever a window manager session starts (only Linux KDE/Gnome supported). |
|||
property |
default value |
allowed values |
description |
string |
The description of the program. |
||
string |
The name of this startup item. |
||
string |
Path to the program to be executed when the session starts. |
||
string |
Arguments to be considered when running the program (only available for GNOME). |
||
|
string |
User to add the Startup item for. If empty, the current user will be used |
|
|
|||
| <createTimeStamp> | |||
|---|---|---|---|
This action allows you to create a timestamp using a custom format, storing the result in an installer variable. |
|||
property |
default value |
allowed values |
description |
|
string |
Format string for the generated timestamp. The string allows a number of field descriptors. |
|
string |
Variable that will store the resulting timestamp. |
||
|
|||
| <dirName> | |||
|---|---|---|---|
Returns a name comprised of all of the path components in name excluding the last element. If name is a relative file name and only contains one path element, then returns ".". If name refers to a root directory, then the root directory is returned. |
|||
property |
default value |
allowed values |
description |
string |
The path from which the base directory will be retrieved. |
||
string |
Variable that will store the directory path. |
||
|
|||
| <findFile> | |||
|---|---|---|---|
Search for a file in a directory and all the subdirectories. |
|||
property |
default value |
allowed values |
description |
string |
Path to the directory in which to search for the file. It will search inside the directory and all of its subdirectories. |
||
|
0, 1 |
Whether or not to follow or not symbolic links |
|
string |
Pattern for the file that will be searched. The pattern can contain wildcards (*,?). |
||
string |
Variable where the full path to the first matching file will be stored |
||
|
|||
| <getFreeDiskSpace> | |||
|---|---|---|---|
Calculate the free disk (KiloBytes) space and save the value in the given variable. Returns -1 if free space cannot be determined. |
|||
property |
default value |
allowed values |
description |
string |
Path to the folder or disk |
||
|
KB, MB, GB |
Size units for the returned value. |
|
string |
Variable to which to save the result of the calculation |
||
|
|||
| <getFreePort> | |||
|---|---|---|---|
Returns the number of the first available port in a range of port numbers specified by initialPort and finalPort (both inclusive). |
|||
property |
default value |
allowed values |
description |
string |
The final port number on the range (inclusive). |
||
string |
The initial port number on the range (inclusive). |
||
string |
Variable that will store the free port number. |
||
|
|||
| <getProcessUsingPort> | |||
|---|---|---|---|
Gets Name Of Process Using Specified Port |
|||
property |
default value |
allowed values |
description |
string |
Variable to use for storing id of the process using the port |
||
string |
TCP port to check |
||
string |
Variable to use for storing name of the process using the port |
||
|
|||
| <getTotalDiskSpace> | |||
|---|---|---|---|
Get the total disk (KiloBytes) space and save the value in the given variable. Returns -1 if total space cannot be determined. |
|||
property |
default value |
allowed values |
description |
string |
Path to the folder or disk |
||
|
KB, MB, GB |
Size units for the returned value. |
|
string |
Variable to which to save the result of the calculation |
||
|
|||
| <kill> | |||
|---|---|---|---|
This action allows you to kill a running process that matches one or several conditions. Windows support only. |
|||
property |
default value |
allowed values |
description |
string |
Name of the process, usually the executable filename. |
||
string |
Path to the executable of the process. |
||
string |
ID of the process to be killed. |
||
|
|||
| <locate> | |||
|---|---|---|---|
Based on command given, locates binary and creates command that needs to be run. |
|||
property |
default value |
allowed values |
description |
string |
Command to locate |
||
string |
Variable to store the result in |
||
|
|||
| <pathManipulation> | |||
|---|---|---|---|
Performs change on the path and returns it in variable |
|||
property |
default value |
allowed values |
description |
|
absolutize |
Action to perform on the path |
|
string |
The path to manipulate |
||
string |
Variable that will store the new path. |
||
|
|||
| <runProgram> | |||
|---|---|---|---|
Run a program or script |
|||
property |
default value |
allowed values |
description |
string |
Path to program or script to run |
||
string |
Program arguments |
||
string |
Run the program or script as a specific user id. It will only take effect on Unix system and when running the installer as root |
||
text |
Text to send to program’s standard input. |
||
|
0, 1 |
Whether or not to use or not MSDOS program name path on Windows |
|
string |
Working directory. This is important for scripts that expect to be run from a specific location. By default, it will be the directory where the script or program is located |
||
|
|||
| <waitForPort> | |||
|---|---|---|---|
Pause the installation for a maximum timeout until a server process is listening in the specified port |
|||
property |
default value |
allowed values |
description |
string |
TCP port to check |
||
|
free, in_use |
Wait for port to be free or in use. |
|
string |
Maximum amount of time to wait (in milliseconds) |
||
|
|||
User and Group Actions
| <addGroup> | |||
|---|---|---|---|
Add a group to the system. Equal to the Unix groupadd command |
|||
property |
default value |
allowed values |
description |
string |
Group to add to the system |
||
|
|||
| <addGroupToUser> | |||
|---|---|---|---|
Add a supplementary group to a user. This way, the user is also member of that group. Make sure that the group already exists. If no username is given, then the current logged on user is selected. |
|||
property |
default value |
allowed values |
description |
string |
Groupname |
||
string |
Username |
||
|
|||
| <addUser> | |||
|---|---|---|---|
Add a user to the system. |
|||
property |
default value |
allowed values |
description |
Path to the users homedir |
|||
string |
Password for the user account. |
||
string |
Username to add to the system |
||
|
|||
| <addWindowsAccountRights> | |||
|---|---|---|---|
Add rights to user or group on Windows |
|||
property |
default value |
allowed values |
description |
string |
User or group name |
||
string |
Account rights, separated by spaces; Example value: SeServiceLogonRight. A complete list can be obtained from http://msdn.microsoft.com/en-us/library/aa375728(v=VS.85).aspx |
||
|
|||
| <changeOwnerAndGroup> | |||
|---|---|---|---|
Change the owner and group of a file or directory |
|||
property |
default value |
allowed values |
description |
string |
Patterns to exclude files |
||
string |
File patterns to apply action to |
||
string |
Group to set to file or directory |
||
string |
Owner to set to file or directory |
||
|
|||
| <changePermissions> | |||
|---|---|---|---|
Change permissions of a file or directory |
|||
property |
default value |
allowed values |
description |
string |
Patterns to exclude files |
||
string |
File patterns to apply action to |
||
string |
Permissions to set to file or directory |
||
|
|||
| <deleteGroup> | |||
|---|---|---|---|
Delete a group from the system. Equivalent to the Unix groupdel command |
|||
property |
default value |
allowed values |
description |
string |
Group name to delete. |
||
|
|||
| <deleteGroupFromUser> | |||
|---|---|---|---|
Delete a supplementary group from a user. |
|||
property |
default value |
allowed values |
description |
string |
Groupname |
||
string |
Username |
||
|
|||
| <deleteUser> | |||
|---|---|---|---|
Delete a user from the system. Equivalent to the Unix userdel command |
|||
property |
default value |
allowed values |
description |
string |
Username |
||
|
|||
| <getPermissions> | |||
|---|---|---|---|
Get permissions of a file or directory |
|||
property |
default value |
allowed values |
description |
string |
File or directory to retrieve permissions |
||
|
string |
Variable name to save permissions |
|
|
|||
| <removeWindowsAccountRights> | |||
|---|---|---|---|
Remove rights from user or group on Windows |
|||
property |
default value |
allowed values |
description |
string |
User or group name |
||
string |
Account rights, separated by spaces; Example value: SeServiceLogonRight. A complete list can be obtained from http://msdn.microsoft.com/en-us/library/aa375728(v=VS.85).aspx |
||
|
|||
Windows-specific actions
| <addScheduledTask> | |||
|---|---|---|---|
Create a new task or modify the value of an existing one. |
|||
property |
default value |
allowed values |
description |
|
positive integer or zero |
This parameter is used only for Task of MONTHLY type. It specifies the day of the month the task will be executed. |
|
|
0, 1 |
Don’t start the task if the system is running on batteries |
|
positive integer or zero |
(minutes) How long the Task is active. |
||
(year-month-day) Specify the date on which the task becomes inactive. |
|||
|
string |
Maximum execution time in hours |
|
positive integer or zero |
(minutes) How often do you want to execute the given Task in specified duration time. |
||
string |
Name of the Task |
||
string |
The user password associated with the account specified in runAs parameter. |
||
|
positive integer or zero |
This parameter is used only for Task of DAILY/WEEKLY type. It specifies how often (every PERIOD days for type DAILY / every PERIOD weeks for type WEEKLY) the task will be executed. |
|
Path to program or script to run. |
|||
string |
Program arguments. |
||
string |
Run the Task as the specified user. |
||
|
0, 1 |
Run with highest privileges. |
|
|
0, 1 |
Run task only if the user specified by runAs parameter is logged on. |
|
(year-month-day) Specify the date on which the task becomes activated. |
|||
(hours:minutes) The time the Task becomes activated. |
|||
|
DAILY, WEEKLY, ONCE, ONIDLE, ONSTART, ONLOGON, MONTHLY |
Type of the Task. |
|
|
string |
Specifies days to run the task on (MON, TUE, … SUN) or * for all days of week |
|
Working directory. This is important for scripts that expect to be run from a specific location. By default, it will be the directory where the script or program is located. |
|||
|
|||
| <associateWindowsFileExtension> | |||
|---|---|---|---|
Define the set of actions (commands) that can be performed for the given file types. |
|||
property |
default value |
allowed values |
description |
string |
Space-separated list of extensions for which the given commands will be available. |
||
string |
Friendly Name for the progID. |
||
string |
Path to the icon file that contains the icon to display. |
||
string |
MIME type associated to all the file extensions. |
||
string |
Programmatic Identifier to which the extensions are attached, contains the available commands to be invoked on each file type. |
||
|
user, system |
Choose between system or user scope when installing the association |
|
List of commands that can be invoked on each given file type. |
|||
|
|||
| <autodetectDotNetFramework> | |||
|---|---|---|---|
Autodetects an existing .NET (tm) installation in the system and creates corresponding installer variables: dotnet_version. If a valid .NET framework version was found, the variable dotnet_autodetected, will be set to 1 |
|||
property |
default value |
allowed values |
description |
List of supported .NET versions |
|||
|
|||
| <changeExecutableResources> | |||
|---|---|---|---|
Change resource information of a Windows executable |
|||
property |
default value |
allowed values |
description |
string |
Path to the Windows executable to modify |
||
string |
Comments for resources embedded in Windows executable |
||
string |
Company Name for resources embedded in Windows executable |
||
string |
File Description for resources embedded in Windows executable |
||
string |
File version for resources embedded in Windows executable |
||
string |
Internal Name for resources embedded in Windows executable |
||
string |
Legal Copyright for resources embedded in Windows executable |
||
string |
Legal Trademarks for resources embedded in Windows executable |
||
string |
Original Filename for resources embedded in Windows executable |
||
string |
Product Name for resources embedded in Windows executable |
||
string |
Product Version for resources embedded in Windows executable |
||
|
|||
| <changeWindowsAttributes> | |||
|---|---|---|---|
Change Windows attributes for a file or directory. |
|||
property |
default value |
allowed values |
description |
|
1, 0, unchanged |
Whether the file has or has not changed since the last backup. |
|
string |
Patterns to exclude files |
||
string |
File patterns to apply action to |
||
|
|
1, 0, unchanged |
Whether the file is visible or not |
|
0, 1 |
Whether or not to attempt to match Windows hidden files |
|
|
1, 0, unchanged |
Whether the file is read only or writable |
|
|
1, 0, unchanged |
Whether the file is a System file or a regular one |
|
|
|||
| <clearWindowsACL> | |||
|---|---|---|---|
Clear Windows ACL permissions of a file or directory |
|||
property |
default value |
allowed values |
description |
string |
Patterns to exclude files |
||
string |
File patterns to apply action to |
||
|
0, 1 |
Whether or not to attempt to match Windows hidden files |
|
|
|||
| <deleteScheduledTask> | |||
|---|---|---|---|
Delete Windows Scheduled Task |
|||
property |
default value |
allowed values |
description |
string |
Name of the Task |
||
|
|||
| <getWindowsACL> | |||
|---|---|---|---|
Get Windows ACL permissions of a file or directory |
|||
property |
default value |
allowed values |
description |
|
string |
Variable name to save denied permissions |
|
string |
File to retrieve ACL |
||
|
string |
Variable name to save granted permissions |
|
string |
User to retrieve ACL |
||
|
|||
| <getWindowsFileVersionInfo> | |||
|---|---|---|---|
Get file information. |
|||
property |
default value |
allowed values |
description |
string |
Path to the file |
||
|
codepage, flags, os, productversion, signature, structversion, type, version |
Type of the file info. |
|
string |
Variable to save the file info to |
||
|
|||
| <removeWindowsFileAssociation> | |||
|---|---|---|---|
Unregisters the associations between the given file types and any set of actions (commands) that may be defined on them. |
|||
property |
default value |
allowed values |
description |
string |
Space-separated list of extensions to remove. |
||
string |
MIME type to remove, associated to all the file extensions. It must be specified if you want to delete MIME associations added previously with associateWindowsFileExtension action. |
||
string |
Programmatic Identifier to remove, to which the extensions are attached. |
||
|
user, system |
Choose between system or user scope when installing the association |
|
|
|||
| <setWindowsACL> | |||
|---|---|---|---|
Change Windows ACL permissions of a file or directory |
|||
property |
default value |
allowed values |
description |
|
allow, deny |
Whether to allow or deny permissions |
|
string |
Patterns to exclude files |
||
string |
File patterns to apply action to |
||
|
0, 1 |
Whether or not to attempt to match Windows hidden files |
|
|
string |
Permissions for matching files or directories |
|
|
0, 1 |
Whether to apply recursively or not to container descendant |
|
|
0, 1 |
Whether to apply recursively or not to object descendant |
|
|
0, 1 |
Just one level recursion if applicable |
|
|
0, 1 |
Whether to apply or not to the specified file |
|
|
string |
Comma separated list of users to modify access permissions for |
|
|
|||
| <shutdown> | |||
|---|---|---|---|
Shut down the machine (Windows only) |
|||
property |
default value |
allowed values |
description |
positive integer or zero |
Delay in seconds before shut down. |
||
|
|||
| <wow64FsRedirection> | |||
|---|---|---|---|
Modifies the Windows x64 File System Redirection behavior. It mainly redirects %Windir%System32 to %Windir%SysWOW64 for 32-bit processes running on Windows x64 systems. A similar effect is also applied to Program Files |
|||
property |
default value |
allowed values |
description |
|
enable, disable |
Whether to enable or disable the File System Redirection |
|
|
|||
2. Appendix B: Rules
| <antivirusTest> | |||
|---|---|---|---|
Check whether or not antivirus is set up and running. Only available on Windows platform |
|||
property |
default value |
allowed values |
description |
|
any, windows_defender |
Product to test, or any product |
|
|
enabled, disabled |
Type of test |
|
|
|||
| <checkFreeDiskSpace> | |||
|---|---|---|---|
Check whether or not enough free disk space is available |
|||
property |
default value |
allowed values |
description |
|
equals, does_not_equal, greater_or_equal, greater, less, less_or_equal |
Comparison type |
|
string |
Path to the folder or disk |
||
|
positive integer or zero |
Size of free disk space to check for |
|
|
KB, MB, GB |
Size units for the checked value. |
|
|
|||
| <compareText> | |||
|---|---|---|---|
Compare a text with a value. |
|||
property |
default value |
allowed values |
description |
|
equals, contains, does_not_contain, does_not_equal |
Comparison type |
|
|
0, 1 |
Case insensitive comparison |
|
string |
Text |
||
string |
Value |
||
|
|||
| <compareTextLength> | |||
|---|---|---|---|
Compare the length of a text. |
|||
property |
default value |
allowed values |
description |
string |
Length to compare with |
||
|
equals, does_not_equal, greater_or_equal, greater, less, less_or_equal |
Comparison type |
|
string |
Text to compare the length of |
||
|
|||
| <compareValues> | |||
|---|---|---|---|
Compare two values with each other. |
|||
property |
default value |
allowed values |
description |
|
equals, does_not_equal, greater_or_equal, greater, less, less_or_equal |
Comparison type |
|
string |
First comparison operand |
||
string |
Second comparison operand |
||
|
|||
| <compareVersions> | |||
|---|---|---|---|
Compare two versions. |
|||
property |
default value |
allowed values |
description |
|
equals, does_not_equal, greater, greater_or_equal, less, less_or_equal |
Test type |
|
string |
First comparison operand |
||
string |
Second comparison operand |
||
|
|||
| <componentTest> | |||
|---|---|---|---|
Perform check on a given component. |
|||
property |
default value |
allowed values |
description |
|
exists, does_not_exist, selected, not_selected, hidden, visible, editable, not_editable |
Comparison type |
|
string |
Name of the component |
||
|
|||
| <fileContentTest> | |||
|---|---|---|---|
Check whether a file contains or does not contain a text. |
|||
property |
default value |
allowed values |
description |
|
iso8859-1, iso8859-2, utf-8, cp1251, cp1252, ascii, macRoman, unicode, binary |
Encoding of the text file |
|
|
contains, does_not_contain |
Test type |
|
string |
Path to file that contains text for comparison |
||
string |
Text to compare with |
||
|
|||
| <fileExists> | |||
|---|---|---|---|
Check for the existence of a given directory or file. |
|||
property |
default value |
allowed values |
description |
string |
File or directory path for the test, accepts wildcards. |
||
|
|||
| <fileIsLocked> | |||
|---|---|---|---|
Check if file is locked. |
|||
property |
default value |
allowed values |
description |
string |
File or directory path to check |
||
|
|||
| <fileTest> | |||
|---|---|---|---|
Perform test on a given directory or file. |
|||
property |
default value |
allowed values |
description |
|
exists, not_exists, writable, not_writable, readable, not_readable, executable, not_executable, is_directory, is_not_directory, is_symlink, is_not_symlink, is_file, is_not_file, is_empty, is_not_empty |
Specifies the requirement to test over the given file |
|
string |
File or directory path for the test |
||
|
|||
| <firewallTest> | |||
|---|---|---|---|
Check whether or not a firewall is set up and running. Only available on Windows platform |
|||
property |
default value |
allowed values |
description |
|
enabled, disabled |
Type of test |
|
|
|||
| <hostValidation> | |||
|---|---|---|---|
Validates whether or not a given hostname or IP address meets the given condition |
|||
property |
default value |
allowed values |
description |
|
is_valid, is_not_valid |
A valid host is one that can be resolved to an IP address and a valid IP is one that is syntactically correct |
|
string |
Hostname or IP address to be checked |
||
|
ip, ipv6, hostname, any |
Type of host specification |
|
|
|||
| <isFalse> | |||
|---|---|---|---|
The rule returns false if value is one of 1, yes or true. Otherwise it evaluates to true. |
|||
property |
default value |
allowed values |
description |
string |
String to test if it is false |
||
|
|||
| <isTrue> | |||
|---|---|---|---|
The rule returns true if value is one of 1, yes or true. Otherwise it evaluates to false. |
|||
property |
default value |
allowed values |
description |
string |
String to test if it is true |
||
|
|||
| <osxServiceTest> | |||
|---|---|---|---|
Check whether or not a service exists and whether or not it is running. Checking if service exists requires Mac OS X version 10.4 or later. Checking if service is running requires Mac OS X 10.5 or later. |
|||
property |
default value |
allowed values |
description |
|
exists, not_exists, is_running, is_not_running |
Condition to test for |
|
string |
Name of service |
||
|
|||
| <platformTest> | |||
|---|---|---|---|
Compare the system platform with a given platform name. |
|||
property |
default value |
allowed values |
description |
|
aix, freebsd, freebsd4, freebsd6, freebsd6-x64, freebsd7, freebsd7-x64, hpux, hpux-ia64, hpux-parisc, irix-n32, linux, linux-ia64, linux-ppc, linux-s390, linux-s390x, linux-x64, linux-x86, openbsd, openbsd3, osx, osx-intel, osx-ppc, solaris, solaris-intel, solaris-sparc, unix, windows, windows-2000, windows-2003, windows-2008, windows-2008-r2, windows-2012, windows-2012-r2, windows-7, windows-8, windows-8.1, windows-9x, windows-nt, windows-vista, windows-x64, windows-x86, windows-xp |
Type of platform to test for |
|
|
|||
| <portTest> | |||
|---|---|---|---|
Allows you to test whether a port is free in the local machine. |
|||
property |
default value |
allowed values |
description |
|
can_bind, cannot_bind |
Condition to test for |
|
string |
A port number |
||
|
|||
| <processTest> | |||
|---|---|---|---|
Check if a particular process exists in the system. Currently only supported in Windows, Linux, OS X. |
|||
property |
default value |
allowed values |
description |
|
is_running, is_not_running |
Check whether or not the process is running. |
|
string |
Exact process name that will be checked. |
||
|
|||
| <programTest> | |||
|---|---|---|---|
Check whether or not a program can be found in the system path. |
|||
property |
default value |
allowed values |
description |
|
is_in_path, is_not_in_path |
Condition to test for |
|
string |
Program name |
||
|
|||
| <regExMatch> | |||
|---|---|---|---|
Compare a text with a regular expression. |
|||
property |
default value |
allowed values |
description |
|
matches, does_not_match |
Whether or not the rule will apply if the regular expression matches. |
|
string |
Regular expression |
||
string |
Text |
||
|
|||
| <registryTest> | |||
|---|---|---|---|
Perform tests over a registry entry. You can provide either a key or a key and a name |
|||
property |
default value |
allowed values |
description |
string |
Registry key |
||
|
exists, does_not_exist, is_empty, is_not_empty, is_type, is_not_type |
Comparison type |
|
string |
Entry name to test for existence |
||
|
REG_BINARY, REG_NONE, REG_SZ, REG_EXPAND_SZ, REG_DWORD, REG_BIG_ENDIAN, REG_LINK, REG_MULTI_SZ, REG_RESOURCE_LIST |
Type of the key to check with the is_type or is_not_type logic |
|
|
none, 32, 64 |
Determines whether we want to access a 32-bit or 64-bit view of the Registry |
|
|
|||
| <resourceLimitTest> | |||
|---|---|---|---|
Check if resource limit matches requirements. |
|||
property |
default value |
allowed values |
description |
|
hard, soft |
Limit type |
|
|
equals, does_not_equal, greater_or_equal, greater, less, less_or_equal, is_unlimited, is_not_unlimited |
Comparison type |
|
|
core_file_size, data_seg_size, file_size, max_locked_memory, max_memory_size, open_files, pipe_size, stack_size, cpu_time, max_user_processes, virtual_memory |
Resource Type To Check |
|
|
string |
Value |
|
|
|||
| <ruleGroup> | |||
|---|---|---|---|
Group a set of rules. |
|||
property |
default value |
allowed values |
description |
|
and, or |
Rule evaluation logic |
|
List of rules to be grouped |
|||
|
|||
| <singleInstanceCheck> | |||
|---|---|---|---|
Check if there is another instance of the installer being executed. |
|||
property |
default value |
allowed values |
description |
|
is_running, is_not_running |
Condition to check. |
|
|
|||
| <stringTest> | |||
|---|---|---|---|
Check the string type |
|||
property |
default value |
allowed values |
description |
string |
Text |
||
|
ascii, digit, alphanumeric, empty, not_ascii, not_digit, not_alphanumeric, not_empty |
Type of string |
|
|
|||
| <userTest> | |||
|---|---|---|---|
Check if a particular user exists in the system or has a valid password. |
|||
property |
default value |
allowed values |
description |
|
exists, not_exists, valid_password, invalid_password, is_windows_admin_account, is_windows_user_account, is_windows_guest_account |
Specifies the requirement to test over the given username. |
|
string |
If test logic is set to verify the password, the password to be checked. Currently only available on the Windows platform |
||
string |
User name that will be checked. In the case of using Windows domains, it needs to be specified in the form username@DOMAIN |
||
|
|||
| <windowsAccountTest> | |||
|---|---|---|---|
Check whether or not a specified account has proper rights |
|||
property |
default value |
allowed values |
description |
string |
User or group name to check; if account does not exist, rule always returns false |
||
string |
Account rights to test for, separated by spaces; Example value: SeServiceLogonRight. A complete list can be obtained from http://msdn.microsoft.com/en-us/library/aa375728(v=VS.85).aspx |
||
|
|||
| <windowsServiceTest> | |||
|---|---|---|---|
Check whether a service exists and whether is running |
|||
property |
default value |
allowed values |
description |
|
exists, not_exists, is_running, is_not_running |
Condition to test for |
|
string |
Name of service |
||
|
|||
3. Appendix C: Parameters
| <booleanParameter> | |||
|---|---|---|---|
Request a boolean value from the user. |
|||
property |
default value |
allowed values |
description |
|
radiobuttons, checkbox-left, checkbox-right |
Display style in GUI mode |
|
|
|||
| <booleanParameterGroup> | |||
|---|---|---|---|
Allows you to create custom pages |
|||
property |
default value |
allowed values |
description |
|
vertical, horizontal |
Set orientation for objects in the group. It can only be horizontal or vertical. If not specified, defaults to vertical. |
|
|
always, ifSelected |
Validation type |
|
List of parameters to group |
|||
|
|||
| <choiceParameter> | |||
|---|---|---|---|
Ask the user to select a value among a predefined list. |
|||
property |
default value |
allowed values |
description |
|
0, 1 |
Whether or not to allow an empty value. This property does not allow variables. |
|
combobox, radiobuttons |
Choose an entry in a listbox or among a number of radiobuttons. |
||
default, alphabetical, alphabeticalreverse |
Order in which the text of choices will be displayed at runtime |
||
string |
Width in characters of the corresponding field in the GUI page. If not specified, it defaults to 40. |
||
Predefined list of options that allows the user to select a value |
|||
|
|||
| <choiceParameterGroup> | |||
|---|---|---|---|
Allows you to create custom pages |
|||
property |
default value |
allowed values |
description |
|
vertical, horizontal |
Set orientation for objects in the group. It can only be horizontal or vertical. If not specified, defaults to vertical. |
|
|
disable, none |
How unselected options will behave. This property does not allow variables. |
|
List of parameters to group |
|||
|
|||
| <directoryParameter> | |||
|---|---|---|---|
Ask the user to enter a directory |
|||
property |
default value |
allowed values |
description |
|
0, 1 |
Whether or not to allow an empty value. This property does not allow variables. |
|
|
0, 1 |
Whether or not to require that the directory must be writable. |
|
|
0, 1 |
Whether or not to require that the directory must already exist. |
|
|
0, 1 |
Whether or not OS X bundles (*.app and *.bundle) will be considered files. The setting will just have effect on OS X, in other platforms they will be always considered directories |
|
string |
Width in characters of the corresponding field in the GUI page. If not specified, it defaults to 40. |
||
|
|||
| <fileParameter> | |||
|---|---|---|---|
Ask the user to enter a file |
|||
property |
default value |
allowed values |
description |
|
0, 1 |
Whether or not to allow an empty value. This property does not allow variables. |
|
|
0, 1 |
Whether or not to require that the file must be writable. |
|
|
0, 1 |
Whether or not to require that the file must already exist. |
|
|
0, 1 |
Whether or not OS X bundles (*.app and *.bundle) will be considered files. The setting will just have effect on OS X, in other platforms they will be always considered directories |
|
string |
Width in characters of the corresponding field in the GUI page. If not specified, it defaults to 40. |
||
|
|||
| <infoParameter> | |||
|---|---|---|---|
Display a read-only text information page. |
|||
property |
default value |
allowed values |
description |
text |
HTML text that will be shown in Qt mode. Note that regular text still needs to be provided in case the installer is run in another mode |
||
string |
Removes the specified number of characters from the left margin |
||
|
|||
| <labelParameter> | |||
|---|---|---|---|
The label parameter displays a string of read-only text. |
|||
property |
default value |
allowed values |
description |
string |
Optional image to display |
||
|
|||
| <licenseParameter> | |||
|---|---|---|---|
Display a license |
|||
property |
default value |
allowed values |
description |
string |
File that will be displayed as license |
||
|
iso8859-1, iso8859-2, utf-8, cp1251, cp1252, ascii, macRoman, unicode |
File encoding type |
|
string |
HTML file that will be displayed as license |
||
|
0, 1 |
Wrap text. This property does not allow variables. |
|
List of licenses |
|||
|
|||
| <linkParameter> | |||
|---|---|---|---|
The linkParameter displays an hyperlink-like label or a button, which executes an actionList when clicked. |
|||
property |
default value |
allowed values |
description |
List of actions to execute on click |
|||
|
|||
| <parameterGroup> | |||
|---|---|---|---|
Allows you to create custom pages |
|||
property |
default value |
allowed values |
description |
|
vertical, horizontal |
Set orientation for objects in the group. It can only be horizontal or vertical. If not specified, defaults to vertical. |
|
List of parameters to group |
|||
|
|||
| <passwordParameter> | |||
|---|---|---|---|
Allow the user to input a password. |
|||
property |
default value |
allowed values |
description |
|
0, 1 |
Whether or not to allow an empty value. This property does not allow variables. |
|
|
0, 1 |
If set to zero, the retype password field won’t be shown. This property does not allow variables. |
|
string |
Description of retype field |
||
string |
Width in characters of the corresponding field in the GUI page. If not specified, it defaults to 40. |
||
|
|||
| <stringParameter> | |||
|---|---|---|---|
The string parameter allows you to request a text string from the user. It accepts all of the common options. |
|||
property |
default value |
allowed values |
description |
|
0, 1 |
Whether or not to allow an empty value. This property does not allow variables. |
|
string |
Width in characters of the corresponding field in the GUI page. If not specified, it defaults to 40. |
||
|
|||
| <parameter> - Common Properties | |||
|---|---|---|---|
Allows you to create custom pages |
|||
property |
default value |
allowed values |
description |
string |
Name of the parameter. This will be used to create the corresponding installer environment variable and command line option and because of that, it may only contain alphanumerical characters. This property does not allow variables. |
||
string |
Title that will be displayed for the corresponding installer page. If none is specified, the description field will be used instead. |
||
text |
Short description for the parameter |
||
text |
Long description for the parameter |
||
string |
Value for the parameter. |
||
string |
Default value, in case one is not specified by the user. |
||
|
0, 1 |
Whether or not to show or not the page to the end user (it can still be set through the command line interface). This property does not allow variables. |
|
string |
Text to use for setting the value of the parameter through the command line interface. If none is used, it will default to the value of the name field. |
||
|
0, 1 |
Whether or not the command line option will be shown in the command line when the help text is displayed. This property does not allow variables. |
|
string |
Text to use when displaying help options. If none is used, it will default to the value of the description field. |
||
string |
Name of the page after the one in which this custom page will be installed |
||
string |
Name of the page previous to the one in which this custom page will be installed |
||
string |
Image to show when displaying GUI installers with custom style |
||
|
and, or |
Rule evaluation logic, by default rules are evaluated with and logic |
|
List of actions to execute after clicking next |
|||
List of actions to execute before displaying the parameter |
|||
Contains a set of rules or conditions |
|||
List of validation actions to execute after clicking next |
|||
4. Appendix D: Project Properties and Lists
| Project Properties - Build | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
|
string |
Optional text that will be shown as part of the output of --version and that can be used to distinguish builds |
|
string |
Directory where the installers will be placed once they are built |
||
|
0, 1 |
If enabled, the generated Linux installer will support old versions of Linux (prior to Red Hat 9), but it may cause errors on recent versions of Linux with GTK UI mode. |
|
|
0, 1 |
Whether or not to enable or disable generating a timestamp for the installer being built, which is shown on the --version command line option. Disabling this option is useful to guarantee that if all the files of your project remain untouched, the generated installer binaries will be identical for every build. |
|
|
string |
Space separated list of platforms that will be supported when generating OSX bundles. Can be osx-intel, osx-ppc and osx-10.2 |
|
|
string |
Identifier used to uniquely identify your application |
|
|
string |
Name of the directory that will contain the component files created by the build process |
|
string |
URL to components; will be appended with component file name |
||
|
string |
Directory to put downloadable components in |
|
|
0, 1 |
If enabled, allows adding or removing components by re-running installer or running uninstaller to uninstall parts of application |
|
|
0, 1 |
Create a zip archive from OS X bundle to ease shipping of OS X installers |
|
|
0, 1 |
Create a DMG from OS X bundle to ease shipping of OS X installers |
|
| Project Properties - CDROM / DVD | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
|
string |
Name of the directory that will contain the CDROM files created by the build process |
|
string |
Space separated list of platforms that will be supported when generating CDROMs. If not specified, launchers will be created for all supported platforms. |
||
|
positive integer or zero |
Disk CDROM size (bytes) |
|
|
positive integer or zero |
Size for the first CDROM disk. This is necessary because additional resources such as PDF files may be bundled in that first disk. |
|
|
0, 1 |
Compress files as they are packed into the installer file or CDROM media |
|
| Project Properties - Compression | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
|
zip, lzma, lzma-ultra, lzham, lzham-ultra |
Compression algorithm that will be used to pack the files inside the installer. LZMA compression is available only on Linux, Windows and OS X platforms |
|
|
string |
Specifies block size for lzma-ultra compression in MB; the value should be between 50-250 |
|
|
1, 2, 3, 4, 5, 6, 7, 8 |
Limit maximum number of CPU cores to use for LZMA Ultra decompression ; setting to 1 will disable the parallel decompression |
|
|
0, 1 |
Only available for Windows installers; if disabled, the generated installer will be larger, but compliant with security best practices |
|
| Project Properties - Debugger | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
|
0, 1 |
Allows launching debugger application on installation |
|
string |
Password required to allow using the debugger |
||
| Project Properties - Encryption & SSL | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
|
0, 1 |
Allows connecting over HTTPS protocol |
|
string |
SSL Certificate Authority file to use for verifying remote peers |
||
|
0, 1 |
If enabled, installer payload is encrypted and a password needs to be passed before files can be unpacked and/or installed |
|
string |
If encryption is enabled, password used for encrypting payload of the installer |
||
|
0, 1 |
If enabled, installer will require entering correct password at installer startup |
|
| Project Properties - Images | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
string |
48x48 GIF or PNG logo image that will be placed at the top right corner of the installer. If no image is specified, the default image will be used |
||
string |
163x314 GIF or PNG image that will be placed at the left side of the installer in the Welcome and Installation Finished pages. If no image is specified, the default image will be used |
||
string |
The GIF or PNG image that will appear when launching the installer |
||
string |
48x48 GIF or PNG logo image that will be shown in the window manager task bar on Unix systems. If no image is specified, the default logo image will be used |
||
string |
ICNS file to include in the Application Bundle |
||
string |
ICNS file to include in the Uninstaller Application Bundle |
||
string |
OS X DMG Background Image |
||
|
0, 1 |
Enable Retina Display Images |
|
string |
ICO file with an specific format -see below- to set the icon for the installer executable file on Windows systems. |
||
string |
ICO file with an specific format -see below- to set the icon for the uninstaller executable file on Windows systems. |
||
| Project Properties - Installation | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
|
0, 1 |
Whether or not installation will require super user privileges (root on Linux, Administrator user on Windows and OS X). This setting will prevent the installer from running if the user is not root or Administrator on all operating systems except for OS X. In OS X, the regular authentication dialog window will be shown, asking the user for the administrator password so the installer can be run with root privileges |
|
|
requireAdministrator, asInvoker, highestAvailable |
UAC execution level of the application on Windows |
|
|
0, 1 |
Access to the 64bit registry and environment variables by default |
|
|
0, 1 |
Whether or not to allow individual component selection during installation |
|
|
normal, upgrade |
Installation type. Normal is a regular installation process. Upgrade will not create an uninstaller or Start Menu Group. |
|
|
0, 1 |
Determines whether or not to ask the user to reboot after installation is completed (Windows-specific option). |
|
|
0, 1 |
Whether or not to delete the installer binary once the installation has completed |
|
|
0, 1 |
Ignore invalid options from the command line. Useful to share the same option file across installers. |
|
|
0, 1 |
Check that only one installer instance is running. This property does not allow variables. |
|
|
0, 1 |
If set to true, trying to override a locked file on Windows will create a temporary file and mark it to be renamed after rebooting |
|
|
0, 1 |
If enabled, installer will show proxy configuration page if one or more downloadable components will be downloaded |
|
| Project Properties - Language | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
|
sq, ar, es_AR, pt_BR, en_GB, bg, fr_CA, ca, hr, cs, da, nl, en, et, fi, fr, de, el, he, hu, it, ja, ko, lv, lt, es_MX, no, pl, pt, ro, ru, sr, zh_CN, sk, sl, es, sv, th, zh_TW, tr, va, cy, auto |
Default language for the installer |
|
|
0, 1 |
Allow language selection. If this setting is enabled, the user will be required to specify the language for the installation |
|
string |
Space-separated list of language codes for allowed installer languages |
||
|
default, onlyNativeNames, onlyEnglishNames |
Configures whether to display languages English name, native name or both in the language selection dialog |
|
| Project Properties - Logs | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
string |
Aternate path to store the installation log file. |
||
string |
Alternate path to store the uninstallation log file. |
||
|
0, 1 |
This project property controls automatic deletion of the generated log file after installation. It is set to 0 by default. If set to 1, the installer will remove the log file |
|
|
0, 1 |
This project property controls automatic deletion of the generated log file after uninstallation. It is set to 0 by default. If set to 1, the installer will remove the uninstallation log file |
|
|
0, 1, 2, 3, 4 |
Sets the execution debug level. Values over the standard provide extra debug in the installationLog when using <runProgram> actions, and values under it prevent arguments to be logged |
|
| Project Properties - Look and Feel | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
string |
Default Installation Mode. Available installation modes can be found by running the installer from command line using the --help option |
||
string |
Available Installation Mode. Available installation modes can be found by running the installer from command line using the --help option |
||
|
none, minimal, minimalWithDialogs |
Select which UI mode to show during unattended installations. Selecting "none" shows nothing, performing a silent installation. Selecting "minimal" will show a simple graphical progressbar. Selecting "minimalWithDialogs" is the same as "minimal", but allowing also minimal interaction via dialogs such as showInfo and showWarning |
|
|
0, 1 |
Wizard buttons in GTK mode include wording provided by system settings. Enabling this setting will force the wording to be the same as in other modes (Next instead of Forward) . This property does not allow variables. |
|
|
0, 1 |
If enabled, the generated Linux installer will support Xft for xwindow mode on Linux, but its size will increase by 500kB |
|
|
standard, custom |
Whether or not to customize the graphical interface. If set to custom, then each screen in the installer will contain a leftImage that can be customized |
|
|
string |
Width in pixels of the installer window |
|
|
string |
Height in pixels of the installer window |
|
| Project Properties - Main | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
string |
The full product name, as it will be displayed in the installer |
||
string |
The short version of product name, which will be used for naming certain directories and files. It can only contain alphanumeric characters. This property does not allow variables. |
||
string |
Product version number, which will be used for naming certain directories and files. |
||
|
string |
Vendor name that will be used to generate native packages, register the application with the package database or the Windows Add/Remove/Program menu |
|
|
string |
Name of the installer created by the build process. |
|
|
0, 1 |
Determines whether or not to convert absolute paths to relative when saving project files. This is important if the same project file is used by multiple developers. The path will be relative to the location of the project file. This property does not allow variables. |
|
| Project Properties - Native Packages | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
string |
Name used for the native package. If not present, the shortName project property will be used instead |
||
|
string |
Release number that will be used to generate native packages or register the application with the package database |
|
|
string |
Description that will be used to generate native packages or register the application with the package database |
|
|
string |
Detailed description to be used to generate native packages or register the application with the package database |
|
|
0, 1 |
Whether or not to register the application with the RPM package database on Linux |
|
string |
Create RPM using an external spec file |
||
string |
Path to a directory containing customized control and helper script for creating the DEB package |
||
| Project Properties - OS X Signing | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
string |
PKCS#12 File used to look for the signing keys on OS X |
||
string |
Password used for unlocking the OS X PKCS#12 File |
||
string |
Server used to timstamp OS X signatures |
||
string |
Signing Identity |
||
string |
Keychain used to look for the signing identity. If not provided, the standard keychain search path will be used |
||
| Project Properties - Readme & License | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
string |
Path to the README file that can be shown to the user after installation is completed |
||
|
iso8859-1, iso8859-2, utf-8, cp1251, cp1252, ascii, macRoman, unicode |
Encoding of the README file |
|
string |
Path to the license file that the user must accept in order to install the software |
||
string |
Path to the HTML license file that the user must accept in order to install the software (only allowed in qt mode) |
||
|
iso8859-1, iso8859-2, utf-8, cp1251, cp1252, ascii, macRoman, unicode |
Encoding of the license file |
|
|
0, 1 |
Wrap license file text displayed to the user |
|
| Project Properties - Rollback | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
|
0, 1 |
Enable temporary backup of existing files that are overwriten by the current installation. They will be restored if the installation fails |
|
string |
Path to a directory where existing files will be stored if enableRollback property is enabled |
||
|
always, never, onlyIfNewer |
Whether or not to overwrite an existing destination file |
|
| Project Properties - Slideshow | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
|
string |
Seconds for each slide during the installation |
|
|
0, 1 |
Show slides continuously during the file copying step |
|
|
0, 1 |
Whether or not to show detailed information about the file unpacking progress during GUI installation |
|
| Project Properties - Splash Screen | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
|
0, 1 |
Disable the initial splash screen. |
|
|
positive integer or zero |
Extra display time of the splash screen |
|
| Project Properties - Uninstaller | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
|
string |
Name of uninstaller, without platform prefix (such as .exe) |
|
|
string |
Directory where the uninstaller will be created |
|
|
0, 1 |
Create uninstaller |
|
|
0, 1 |
Ask for confirmation before starting uninstallation |
|
|
0, 1 |
During uninstallation certain files may not be removed because they are in use. This property controls whether or not they should be removed the next time Windows reboots |
|
| Project Properties - Unix | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
string |
Default Unix owner for files and directories |
||
string |
Default Unix group for files and directories |
||
|
string |
Default Unix directory permissions in octal form |
|
|
string |
Default Unix file permissions in octal form |
|
| Project Properties - Windows ARP Menu | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
|
string |
Key name in which the application Add/Remove entry information will be stored |
|
|
0, 1 |
Whether or not entries in ARP on Windows should be created |
|
|
string |
Application or Company name that will be shown in Add/Remove Programs on Windows |
|
string |
Application Icon (.ico format) that will be shown in Add/Remove Programs on Windows |
||
string |
Application or Company URL that will be shown in Add/Remove Programs on Windows |
||
string |
Comments for the application that will be shown in Add/Remove Programs on Windows |
||
string |
Contact info for the application that will be shown in Add/Remove Programs on Windows |
||
string |
Application help or support URL that will be shown in Add/Remove Programs on Windows |
||
| Project Properties - Windows Registry | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
|
auto, user, allusers |
Whether or not to install Start Menu and Desktop links for All Users or for the current user. If set to auto, it will be installed for All Users if the current user is an administrator or for the current user otherwise. |
|
|
string |
Group Name that will appear in the Start Menu Programs folder. If empty, the folder will not be created. |
|
|
string |
Key under HKEY_LOCAL_MACHINE\Software in which application values will be stored |
|
| Project Properties - Windows Resources | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
|
string |
Product Name for resources embedded in Windows executable |
|
|
string |
Product Version for resources embedded in Windows executable |
|
|
string |
Original Filename for resources embedded in Windows executable |
|
string |
File Description for resources embedded in Windows executable |
||
|
string |
File version for resources embedded in Windows executable |
|
|
string |
Company Name for resources embedded in Windows executable |
|
string |
Internal Name for resources embedded in Windows executable |
||
|
string |
Legal Copyright for resources embedded in Windows executable |
|
string |
Comments for resources embedded in Windows executable |
||
string |
Legal Trademarks for resources embedded in Windows executable |
||
| Project Properties - Windows Signing | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
string |
Server used to timstamp Windows signatures |
||
string |
PKCS#12 File used to look for the signing keys on Windows |
||
string |
Password used for unlocking the Windows PKCS#12 File |
||
| Project Lists | ||
|---|---|---|
list name |
description |
allowed childs |
Define extra actions |
||
Depending on the complexity of your software, you may need to split your installation files into several components. The ability to enable and disable components allows your installer to provide as many setup combinations as you need. |
|
|
Actions executed before generating the installer file |
||
Actions executed after the installer has been built |
||
Actions executed directly after loading the project information |
||
Actions executed when the installer has started |
||
Actions executed before the first page of the installer is displayed |
||
Actions executed right before the file copying step starts |
||
Actions executed after the installation process has taken place, but before the uninstaller is created and the final page is displayed |
||
Actions executed after the uninstaller has been created and before the installation complete page is displayed. |
||
Actions executed before the uninstallation process takes place |
||
Actions executed after the uninstallation process has finished |
||
Language files for customizing the installer translation |
||
Actions executed after the installation has completed and the final page has been displayed |
||
Actions executed if the installation is aborted |
||
License files to be accepted by the user during the installation |
||
Pages that are displayed to the user through the GUI and text interfaces |
||
Platform-specific project options |
||
Actions executed before help text for the installer is displayed. Useful to customize the text for specific operating environments. |
||
Text files to be displayed after the installation |
||
Images to be displayed during the installation |
||
5. Appendix E: Component and Folder Properties and Lists
| Component Properties | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
|
string |
Name of the Component. This property does not allow variables. |
|
|
string |
Description of the Component |
|
|
0, 1 |
Whether or not the component can be edited in the component selection page. This property does not allow variables. |
|
text |
A detailed description of the component |
||
|
0, 1 |
Whether component should be downloadable. This property does not allow variables. |
|
|
string |
Required disk space in the target system. If 0, then it will automatically be calculated based on the size of the packed files |
|
|
0, 1 |
Whether or not the component is selected. This property does not allow variables. |
|
|
and, or |
Packing rules evaluation logic |
|
|
0, 1 |
Whether or not the component is visible in the component selection page. This property does not allow variables. |
|
string |
URL to specific component, overrides project’s component URL |
||
| Component Lists | ||
|---|---|---|
list name |
description |
allowed childs |
Actions executed after the component page, to check that the selected components are a valid combination |
||
Language files for customizing the installer translation |
||
Shortcuts to be placed in the Desktop |
|
|
Destination folders for the installer files |
||
Actions executed when the installer has started |
||
Actions executed if the installation is aborted |
||
Actions executed if a component could not be downloaded and user chose to ignore its installation |
||
Pages that are displayed to the user through the GUI and text interfaces |
||
Platform-specific project options |
||
Actions executed after the installer has been built |
||
Actions executed after the installation process has taken place, but before the uninstaller is created and the final page is displayed |
||
Actions executed after the uninstallation process has finished |
||
Actions executed after the uninstaller has been created and before the installation complete page is displayed. |
||
Actions executed before generating the installer file |
||
Actions executed directly after loading the project information |
||
Actions executed before the first page of the installer is displayed |
||
Actions executed before the uninstallation process takes place |
||
Shortcuts to be placed in the Windows Quick Launch toolbar |
|
|
Actions executed right before the file copying step starts |
||
Conditions that are evaluated at build time to decide if the component will be packed. |
||
Link to applications, documents or URL for the Windows Start menu |
|
|
| Folder Properties | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
|
string |
Folder description |
|
|
string |
Path of new folder |
|
|
string |
Folder name. This property does not allow variables. |
|
|
all, linux, linux-x64, linux-ia64, windows, osx, solaris-sparc, solaris-intel, linux-ppc, linux-s390, linux-s390x, freebsd, freebsd4, freebsd6, freebsd6-x64, freebsd7, freebsd7-x64, openbsd3, hpux, aix, irix-n32 |
Platforms in which this folder will be installed |
|
|
and, or |
Rule evaluation logic |
|
|
and, or |
Packing rules evaluation logic |
|
| Folder Lists | ||
|---|---|---|
list name |
description |
allowed childs |
List of actions |
||
Files to Install |
||
Conditions that are evaluated and depending on the result, the action is executed, the page associated with the parameter shown or the folder installed |
||
Shortcuts for applications, documents or URLs for Windows |
||
Conditions that are evaluated at build time to decide if the component will be packed. |
||
| Distribution File | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
|
0, 1 |
Whether or not to use wildcards |
|
string |
Patterns to exclude files |
||
|
and, or |
Filter evaluation logic |
|
|
string |
Patterns to include files |
|
string |
File to pack |
||
| Distribution Directory | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
|
0, 1 |
Whether or not to use wildcards |
|
string |
Patterns to exclude files |
||
|
and, or |
Filter evaluation logic |
|
|
string |
Patterns to include files |
|
string |
Directory to pack |
||
| File Filter | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
|
matches, does_not_match |
Whether or not the pattern must match to pass the filter. |
|
string |
Pattern to match against the path of the file |
||
|
glob, regexp |
Whether to use glob or regular expressions matching |
|
6. Appendix F: Shortcuts
| Shortcut | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
|
string |
Tooltip text for the shortcut |
|
string |
Program to execute, including command line arguments |
||
string |
GIF or PNG Image to use for the shortcut |
||
|
string |
Shortcut text |
|
|
0, 1 |
Prevent pinning start screen or show as newly installed on Windows 7 and Windows 8 |
|
string |
Working directory for the program being executed |
||
|
all, linux, linux-x64, linux-ia64, windows, osx, solaris-sparc, solaris-intel, linux-ppc, linux-s390, linux-s390x, freebsd, freebsd4, freebsd6, freebsd6-x64, freebsd7, freebsd7-x64, openbsd3, hpux, aix, irix-n32 |
Platforms in which the shortcut will be created |
|
|
string |
Rule evaluation logic, by default, rules are evaluated with and logic |
|
|
0, 1 |
Run program as administrator |
|
|
0, 1 |
Whether or not to run the program inside a terminal (Unix only) |
|
|
and, or |
Packing rules evaluation logic |
|
string |
Program to execute |
||
string |
Command line arguments for Program to Execute |
||
string |
File containing .ico image |
||
|
string |
Index for the icon within the icon file |
|
string |
Working directory for the program being executed |
||
| Quick Launch URL | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
|
string |
Tooltip text for the shortcut |
|
|
string |
Shortcut text |
|
|
0, 1 |
Prevent pinning start screen or show as newly installed on Windows 7 and Windows 8 |
|
|
string |
Rule evaluation logic, by default, rules are evaluated with and logic |
|
|
0, 1 |
Run program as administrator |
|
|
0, 1 |
Whether or not to run the program inside a terminal (Unix only) |
|
|
and, or |
Packing rules evaluation logic |
|
string |
URL |
||
string |
File containing .ico image |
||
|
string |
Index for the icon within the icon file |
|
| Quick Launch File Shortcut | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
|
string |
Tooltip text for the shortcut |
|
string |
Path to file |
||
|
string |
Shortcut text |
|
|
0, 1 |
Prevent pinning start screen or show as newly installed on Windows 7 and Windows 8 |
|
|
string |
Rule evaluation logic, by default, rules are evaluated with and logic |
|
|
0, 1 |
Run program as administrator |
|
|
0, 1 |
Whether or not to run the program inside a terminal (Unix only) |
|
|
and, or |
Packing rules evaluation logic |
|
string |
File containing .ico image |
||
|
string |
Index for the icon within the icon file |
|
| Quick Launch Application | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
|
string |
Tooltip text for the shortcut |
|
|
string |
Shortcut text |
|
|
0, 1 |
Prevent pinning start screen or show as newly installed on Windows 7 and Windows 8 |
|
|
string |
Rule evaluation logic, by default, rules are evaluated with and logic |
|
|
0, 1 |
Run program as administrator |
|
|
0, 1 |
Whether or not to run the program inside a terminal (Unix only) |
|
|
and, or |
Packing rules evaluation logic |
|
string |
Program to execute |
||
string |
Command line arguments for Program to Execute |
||
string |
File containing .ico image |
||
|
string |
Index for the icon within the icon file |
|
string |
Working directory for the program being executed |
||
| Start Menu URL | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
|
string |
Tooltip text for the shortcut |
|
|
string |
Shortcut text |
|
|
0, 1 |
Prevent pinning start screen or show as newly installed on Windows 7 and Windows 8 |
|
|
string |
Rule evaluation logic, by default, rules are evaluated with and logic |
|
|
0, 1 |
Run program as administrator |
|
|
0, 1 |
Whether or not to run the program inside a terminal (Unix only) |
|
|
and, or |
Packing rules evaluation logic |
|
string |
URL |
||
string |
File containing .ico image |
||
|
string |
Index for the icon within the icon file |
|
| Start Menu File Shortcut | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
|
string |
Tooltip text for the shortcut |
|
string |
Path to file |
||
|
string |
Shortcut text |
|
|
0, 1 |
Prevent pinning start screen or show as newly installed on Windows 7 and Windows 8 |
|
|
string |
Rule evaluation logic, by default, rules are evaluated with and logic |
|
|
0, 1 |
Run program as administrator |
|
|
0, 1 |
Whether or not to run the program inside a terminal (Unix only) |
|
|
and, or |
Packing rules evaluation logic |
|
string |
File containing .ico image |
||
|
string |
Index for the icon within the icon file |
|
| Start Menu Application | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
|
string |
Tooltip text for the shortcut |
|
|
string |
Shortcut text |
|
|
0, 1 |
Prevent pinning start screen or show as newly installed on Windows 7 and Windows 8 |
|
|
string |
Rule evaluation logic, by default, rules are evaluated with and logic |
|
|
0, 1 |
Run program as administrator |
|
|
0, 1 |
Whether or not to run the program inside a terminal (Unix only) |
|
|
and, or |
Packing rules evaluation logic |
|
string |
Program to execute |
||
string |
Command line arguments for Program to Execute |
||
string |
File containing .ico image |
||
|
string |
Index for the icon within the icon file |
|
string |
Working directory for the program being executed |
||
| Start Menu Folder | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
|
string |
Folder Name |
|
|
and, or |
Rule evaluation logic |
|
| Link | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
|
string |
Tooltip text for the shortcut |
|
string |
GIF or PNG Image to use for the shortcut |
||
|
string |
Shortcut text |
|
|
0, 1 |
Prevent pinning start screen or show as newly installed on Windows 7 and Windows 8 |
|
|
all, linux, linux-x64, linux-ia64, windows, osx, solaris-sparc, solaris-intel, linux-ppc, linux-s390, linux-s390x, freebsd, freebsd4, freebsd6, freebsd6-x64, freebsd7, freebsd7-x64, openbsd3, hpux, aix, irix-n32 |
Platforms in which the shortcut will be created |
|
|
string |
Rule evaluation logic, by default, rules are evaluated with and logic |
|
|
0, 1 |
Run program as administrator |
|
|
0, 1 |
Whether or not to run the program inside a terminal (Unix only) |
|
|
and, or |
Packing rules evaluation logic |
|
string |
URL |
||
string |
File containing .ico image |
||
|
string |
Index for the icon within the icon file |
|
| File Shortcut | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
|
string |
Tooltip text for the shortcut |
|
string |
Path to file |
||
string |
GIF or PNG Image to use for the shortcut |
||
|
string |
Shortcut text |
|
|
0, 1 |
Prevent pinning start screen or show as newly installed on Windows 7 and Windows 8 |
|
|
all, linux, linux-x64, linux-ia64, windows, osx, solaris-sparc, solaris-intel, linux-ppc, linux-s390, linux-s390x, freebsd, freebsd4, freebsd6, freebsd6-x64, freebsd7, freebsd7-x64, openbsd3, hpux, aix, irix-n32 |
Platforms in which the shortcut will be created |
|
|
string |
Rule evaluation logic, by default, rules are evaluated with and logic |
|
|
0, 1 |
Run program as administrator |
|
|
0, 1 |
Whether or not to run the program inside a terminal (Unix only) |
|
|
and, or |
Packing rules evaluation logic |
|
string |
File containing .ico image |
||
|
string |
Index for the icon within the icon file |
|
7. Appendix G: Other Child Elements
| <actionDefinition> | |||
|---|---|---|---|
Allow defining a new InstallBuilder action based on a number of existing actions |
|||
property |
default value |
allowed values |
description |
|
0, 1 |
Whether or not to set the new action to abort on error by default |
|
string |
Name of the new action |
||
|
0, 1 |
Whether or not to set the new action to show an error message when an error occurs. |
|
List of actions for the custom action |
|||
List of parameters for the custom action |
|||
| <javaLauncher> | |||
|---|---|---|---|
Creates a Java Launcher |
|||
property |
default value |
allowed values |
description |
|
0, 1 |
Whether to pass arguments that launcher is given through command line. |
|
string |
Arguments to pass to application |
||
string |
Name of the launcher executable |
||
string |
Classpath to provide to JVM, separated by semi colons |
||
string |
JAR archive to use; overrides <classpath> and <mainClass> |
||
string |
Class to run |
||
string |
ICNS file to include in the Application Bundle |
||
|
string |
Identifier used to uniquely identify this autoupdate package |
|
string |
Path to preferred JRE; if Java runtime is found there, it will be used |
||
|
requireAdministrator, asInvoker, highestAvailable |
UAC execution level of the application on Windows |
|
|
0, 1 |
Whether to run this application in the background and exit launcher immediately |
|
|
0, 1 |
Whether to run this application as console application in Windows. |
|
|
first, oldest, newest |
Order of the Java versions detected |
|
|
0, 1 |
Whether to read properties file (named same as binary with .properties or launcher.properties on Mac OS X) to allow overriding certain parameters |
|
string |
Additional parameters to pass to JVM |
||
string |
ICO file with a specific format to set the icon for the autoupdate executable file on Windows systems. The icon file can contain up to three different icons that must match one of the following formats: 16x16 pixels and 256 colors, 32x32 pixels and 256 colors, 48x48 pixels and 256 colors. |
||
string |
Comments for resources embedded in Windows executable |
||
string |
Company Name for resources embedded in Windows executable |
||
string |
File Description for resources embedded in Windows executable |
||
string |
File version for resources embedded in Windows executable |
||
string |
Internal Name for resources embedded in Windows executable |
||
string |
Legal Copyright for resources embedded in Windows executable |
||
string |
Legal Trademarks for resources embedded in Windows executable |
||
string |
Original Filename for resources embedded in Windows executable |
||
string |
Product Name for resources embedded in Windows executable |
||
string |
Product Version for resources embedded in Windows executable |
||
string |
Working directory to go to before launching |
||
List of supported Java versions |
|||
| <command> | |||
|---|---|---|---|
Defines a command executed when an action is invoked on the file |
|||
property |
default value |
allowed values |
description |
string |
Enable this verb as the primary / default action. |
||
string |
Program that will be executed when the action is invoked. |
||
string |
Program Arguments. |
||
string |
Action that can be invoked on the file. |
||
| <validVersion> | |||
|---|---|---|---|
Java VM versions to allow |
|||
property |
default value |
allowed values |
description |
32, 64, |
Whether only 32 or 64 bit version can be used |
||
string |
Max. Java version to allow |
||
string |
Min. Java version to allow |
||
|
0, 1 |
Whether the Java version is a JDK |
|
sun, ibm, openjdk, kaffe, |
Java VM vendor to allow |
||
| <validDotNetVersion> | |||
|---|---|---|---|
.NET Framework versions to allow |
|||
property |
default value |
allowed values |
description |
|
any, client, full |
.NET Framework type; currently only valid for .NET FRamework version 4.0 |
|
string |
Max. .NET Framework version to allow |
||
string |
Min. .NET Framework version to allow |
||
| <queryParameter> | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
string |
Query string variable name. |
||
string |
Query string value. |
||
| <substitution> | |||
|---|---|---|---|
Replace the specified pattern with a value |
|||
property |
default value |
allowed values |
description |
string |
Pattern or expression that will be replaced. |
||
|
and, or |
Rule evaluation logic, by default rules are evaluated with and logic |
|
string |
Value to replace the pattern with. |
||
Contains a set of rules or conditions |
|||
| <option> | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
string |
|||
string |
Image that will be shown. |
||
string |
|||
string |
This property does not allow variables. |
||
| <licenseFile> | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
|
sq, ar, es_AR, pt_BR, en_GB, bg, fr_CA, ca, hr, cs, da, nl, en, et, fi, fr, de, el, he, hu, it, ja, ko, lv, lt, es_MX, no, pl, pt, ro, ru, sr, zh_CN, sk, sl, es, sv, th, zh_TW, tr, va, cy |
Language identifier code, i.e. "en" (for english) |
|
|
iso8859-1, iso8859-2, utf-8, cp1251, cp1252, ascii, macRoman, unicode |
Text file encoding, i.e. "utf-8" |
|
string |
Path that points to a license text file. |
||
string |
Path that points to a license HTML file (just allowed in qt mode) |
||
|
0, 1 |
Whether to resolve or not UCN escaped characters |
|
| <platformOptions> | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
linux, linux-x64, linux-ia64, windows, osx, solaris-sparc, solaris-intel, linux-ppc, linux-s390, linux-s390x, freebsd, freebsd4, freebsd6, freebsd6-x64, freebsd7, freebsd7-x64, openbsd3, hpux, aix, irix-n32, rpm, deb |
|||
| <language> | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
|
sq, ar, es_AR, pt_BR, en_GB, bg, fr_CA, ca, hr, cs, da, nl, en, et, fi, fr, de, el, he, hu, it, ja, ko, lv, lt, es_MX, no, pl, pt, ro, ru, sr, zh_CN, sk, sl, es, sv, th, zh_TW, tr, va, cy |
Language identifier code, i.e. "en" (for english) |
|
|
iso8859-1, iso8859-2, utf-8, cp1251, cp1252, ascii, macRoman, unicode |
Text file encoding, i.e. "utf-8" |
|
string |
|||
|
0, 1 |
Whether to resolve or not UCN escaped characters |
|
| <readmeFile> | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
|
sq, ar, es_AR, pt_BR, en_GB, bg, fr_CA, ca, hr, cs, da, nl, en, et, fi, fr, de, el, he, hu, it, ja, ko, lv, lt, es_MX, no, pl, pt, ro, ru, sr, zh_CN, sk, sl, es, sv, th, zh_TW, tr, va, cy |
Language identifier code, i.e. "en" (for english) |
|
|
iso8859-1, iso8859-2, utf-8, cp1251, cp1252, ascii, macRoman, unicode |
Text file encoding, i.e. "utf-8" |
|
string |
Path that points to a readme text file. |
||
|
0, 1 |
Whether to resolve or not UCN escaped characters |
|
| <slideShowImage> | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
string |
500x222 GIF or PNG logo image to be displayed during installation |
||
|
and, or |
Rule evaluation logic |
|
Contains a set of rules or conditions |
|||
8. Appendix H: AutoUpdate
| Auto Update Project Properties - Main | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
string |
The full product name, as it will be displayed in the autoupdater |
||
string |
The short version of product name. It can only contain alphanumeric characters. This property does not allow variables. |
||
string |
Product version number. |
||
|
string |
Vendor name |
|
| Auto Update Project Properties - Images | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
string |
48x48 GIF or PNG logo image that will be placed at the top right corner of the autoupdate wizard. If no image is specified, the default image will be used |
||
string |
163x314 GIF or PNG image that will be placed at the left side of the autoupdate wizard in the Welcome and Update Finished pages. If no image is specified, the default image will be used |
||
string |
The GIF or PNG image that will appear when launching the autoupdate wizard. |
||
string |
48x48 GIF or PNG logo image that will be shown in the window manager task bar on Unix systems. If no image is specified, the default logo image will be used |
||
string |
ICNS file to include in the AutoUpdate Application Bundle |
||
|
0, 1 |
Enable Retina Display Images |
|
string |
ICO file with an specific format to set the icon for the autoupdate executable file on Windows systems. |
||
| Auto Update Project Properties - Installation | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
|
0, 1 |
Whether or not running the autoupdater will require super user privileges (root on Linux, Administrator user on Windows and OS X). This setting will prevent the autoupdate from running if the user is not root or Administrator on all operating systems except for OS X. In OS X, the regular authentication dialog window will be shown, asking the user for the administrator password so the autoupdate wizard can be run with root privileges |
|
|
requireAdministrator, asInvoker, highestAvailable |
UAC execution level of the AutoUpdate on Windows |
|
|
0, 1 |
Determines whether or not to ask the user to reboot after the AutoUpdate process is completed (Windows-specific option). |
|
|
0, 1 |
Check that only one autoupdater instance is running |
|
|
0, 1 |
This project property controls automatic deletion of the generated log file after installation. It is set to 0 by default. If set to 1, the installer will remove the log file |
|
|
0, 1 |
This project property controls automatic deletion of the generated log file after uninstallation. It is set to 0 by default. If set to 1, the installer will remove the uninstallation log file |
|
|
string |
Space separated list of platforms that will be supported when generating OSX bundles. Can be osx-intel, osx-ppc and osx-10.2 |
|
|
0, 1 |
Create a zip archive from OS X bundle to ease shipping of OS X bundles |
|
|
string |
Identifier used to uniquely identify this autoupdate package |
|
| Auto Update Project Properties - Windows Resources | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
|
string |
Product Name for resources embedded in Windows executable |
|
|
string |
Product Version for resources embedded in Windows executable |
|
|
string |
Original Filename for resources embedded in Windows executable |
|
string |
File Description for resources embedded in Windows executable |
||
|
string |
File version for resources embedded in Windows executable |
|
|
string |
Company Name for resources embedded in Windows executable |
|
string |
Internal Name for resources embedded in Windows executable |
||
|
string |
Legal Copyright for resources embedded in Windows executable |
|
string |
Comments for resources embedded in Windows executable |
||
string |
Legal Trademarks for resources embedded in Windows executable |
||
| Auto Update Project Properties - Splash Screen | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
|
0, 1 |
Disable the initial splash screen. |
|
|
positive integer or zero |
Extra display time of the splash screen in milliseconds |
|
| Auto Update Project Properties - Look and Feel | |||
|---|---|---|---|
property |
default value |
allowed values |
description |
|
0, 1 |
Translate buttons to the selected language instead of using system-built values for Unix GTK mode |
|
|
positive integer or zero |
Autoupdate wizard window width |
|
|
positive integer or zero |
Autoupdate wizard window height |
|
| Auto Update Lists | ||
|---|---|---|
list name |
description |
allowed childs |
Actions executed after downloading the update installer. |
||