| Category: File operations
Add Windows file rights |
| |
|
Adds access rights to files and directories on Windows. If a helper process with elevated privileges has been created by the "Request privileges" action, this action is pushed to the helper process. Please see the help topic on "Elevation Of Privileges" for more information. |
| Applies to: Installation, Uninstallation |
| Properties: |
|
|
|
Copy files and directories |
| |
|
Copy files and directories. This action will be automatically reverted by the 'Uninstall files' action. |
| Applies to: Installation, Uninstallation |
| Properties: |
|
|
|
Create a symbolic link |
| |
|
Creates a symbolic link. This action has no effect on Windows. |
| Applies to: Installation, Uninstallation |
| Properties: |
-
File
The file or directory that the symbolic link should point to.
-
Link file
The link file that should be created.
-
Remove on uninstall
If the link should be deleted by the 'Uninstall files' action in the uninstaller.
|
|
Delete files and directories |
| |
|
Deletes files and directory. Directories can be deleted recursively. |
| Applies to: Installation, Uninstallation |
| Properties: |
-
Files and directories
The files and directories to be deleted. Multiple files are separated by semicolons. Use the chooser button to the right side of the text field to display a dialog where you can conveniently choose files from the distribution tree. Files and directories that are installer variables with array values (e.g. String[], Object[] or File[]) are expanded as separate files and directories, this allows you to build a variable length list of files and directories at runtime.
-
File filter script
The file filter script is invoked for each file that is about to be processed by this action. The script is not invoked for directories. You can return true if the file should be processed or false if it should be excluded from processing.
-
Directory filter script
The directory filter script is invoked for each directory that is about to be processed by this action. The script is not invoked for files. You can return true if the directory should be processed or false if it should be excluded from processing.
-
Recursive
If selected, the operation will be performed recursively on directories.
-
Backup for rollback
If selected, a backup of the files to be deleted will be made and restored in case of rollback.
|
|
Move files and directories |
| |
|
Moves files and directories. The newly created files are subject to removal by the 'Uninstall files' action. |
| Applies to: Installation, Uninstallation |
| Properties: |
|
|
|
Set the UNIX access mode of files and directories |
| |
|
Sets the UNIX access mode of files and directories. This action has no effect on Windows. |
| Applies to: Installation, Uninstallation |
| Properties: |
-
Files and directories
The files and directories that the access mode should be set for. Multiple files are separated by semicolons. Use the chooser button to the right side of the text field to display a dialog where you can conveniently choose files from the distribution tree. Files and directories that are installer variables with array values (e.g. String[], Object[] or File[]) are expanded as separate files and directories, this allows you to build a variable length list of files and directories at runtime.
-
File filter script
The file filter script is invoked for each file that is about to be processed by this action. The script is not invoked for directories. You can return true if the file should be processed or false if it should be excluded from processing.
-
Directory filter script
The directory filter script is invoked for each directory that is about to be processed by this action. The script is not invoked for files. You can return true if the directory should be processed or false if it should be excluded from processing.
-
Recursive
If selected, the operation will be performed recursively on directories.
-
Mode
The mode to be set. This can be any string that can be used with chmod.
|
|
Set the modification time of files |
| |
|
Sets the modification time of files. |
| Applies to: Installation, Uninstallation |
| Properties: |
-
Files and directories
The files and directories that the modification time should be set for. Multiple files are separated by semicolons. Use the chooser button to the right side of the text field to display a dialog where you can conveniently choose files from the distribution tree. Files and directories that are installer variables with array values (e.g. String[], Object[] or File[]) are expanded as separate files and directories, this allows you to build a variable length list of files and directories at runtime.
-
File filter script
The file filter script is invoked for each file that is about to be processed by this action. The script is not invoked for directories. You can return true if the file should be processed or false if it should be excluded from processing.
-
Directory filter script
The directory filter script is invoked for each directory that is about to be processed by this action. The script is not invoked for files. You can return true if the directory should be processed or false if it should be excluded from processing.
-
Recursive
If selected, the operation will be performed recursively on directories.
-
Time
The new modification time.
|
|
Set the owner of files and directories |
| |
|
Sets the owner and optionally the group of files and directories. This action has no effect on Windows. |
| Applies to: Installation, Uninstallation |
| Properties: |
-
Files and directories
The files and directories that the owner should be set for. Multiple files are separated by semicolons. Use the chooser button to the right side of the text field to display a dialog where you can conveniently choose files from the distribution tree. Files and directories that are installer variables with array values (e.g. String[], Object[] or File[]) are expanded as separate files and directories, this allows you to build a variable length list of files and directories at runtime.
-
File filter script
The file filter script is invoked for each file that is about to be processed by this action. The script is not invoked for directories. You can return true if the file should be processed or false if it should be excluded from processing.
-
Directory filter script
The directory filter script is invoked for each directory that is about to be processed by this action. The script is not invoked for files. You can return true if the directory should be processed or false if it should be excluded from processing.
-
Recursive
If selected, the operation will be performed recursively on directories.
-
Owner
The owner to be set. If you want to set the group, too, please add it with a colon (example: user:group).
|
|
|