This action will change the UNIX file permissions of the files given.
Supported Platforms
All UNIX
Standard Properties
See Standard Action Properties.
Advanced Properties
Files
A list of files or patterns separated by a ;. Any pattern or file that is a relative path is automatically made relative to <%InstallDir%>.
Permissions
The UNIX permissions mask (in octal format).
Examples
The following values would make all of the .txt files in <%InstallDir%> read-only.
Files: *.txt
Permissions: 0444