Kunal Gandhi wrote:

As part of our Setup MSI we have to set permissions for directories during installation. We use the WiX Permission Element to achieve this.

I wanted to know if there is a way to set the directory permissions using the SID instead of the User attribute. We are facing permission issues during localization since some accounts like "NETWORK SERVICE" have a different account name in different Languages.

Any suggestions as to how should this issue be taken care of?


The PermissionEx (v2) and util:Permission (v3) elements translate NetworkService to the well-known SID.

--
sig://boB
http://joyofsetup.com/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to