cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to add NTFS File perm. Change to pkg?

I have an MSI I created, but in order for the application to work properly, I need to change the NTFS file permissions on 1 file. How can I add this change to the MSI so I don't have to do change the file permission manuallly?
Thanks.
(1) Reply
Use the lockpermissions table to define the permissions on the file. Alternatly, you can create a custom action to do this for you too. You would need the file xcacls.exe either installed or embeded, and use that from a custom action to make the change.