Hello,

It's your decision what to do if the the "Set Access Control" access function fails. Similar to what you do in your own program when a Windows API function fails. Just handle the %_SB_ERRORCODE% return code and do what you want. You can terminate the install, retry the action, etc.

Only failed "install file" actions are fatal errors and abort the installation process immediately.

Hope this helps.

Friedrich