
Attempting to make the work with tools like CACLS.exe, XCACLS.vbs (with CScript.exe) and ICACLS.exe a little easier, I have developed a script and built it into a new action. After the installation, you will be able to make calls to the proper application that should be used on the target operating system.
| Compatible with: | |
| License: | Freeware |
| Documentation: | Full instructions are included in archive, PDF format |
| Forum post: | Indigo Rose User Forums |
| Download link: | Compressed archive (*.zip) |
After the scripts were copied into the correct sub folders of Setup Factory, you must add two files to your project:
Now you are already able to include this new action into your scripts. As soon as you type the dot, the new function will be shown in the drop-down menu, as you can see in this image:

The action wizard makes the passing of the parameters as easy as possible:




You can inspect the exact syntax of the command that was created (using CScript.exe or ICACLS.exe) in the installer's log file, so this will allow you to review the parameters (and execute the command manually) if something is not working as you expected.
This script is provided as-is, without guarantees that it will work in every case. I will attempt to fix problems, of course. You can edit the script and modify it further to fit your requirements.