I need to ACL the installation folder so that only the user who is
installing or admins have access to the folder and its sub-hierarchy.
I have tried the following:
<Component Id="C_SetPermissionOnTARGETDIRFolder" Guid="{...}" >
<CreateFolder Directory="TARGETDIR">
<Permission User="[WIX_ACCOUNT_USERS]" GenericAll="no"
GenericExecute="no" GenericRead="no" GenericWrite="no" />
<Permission User="[WIX_ACCOUNT_ADMINISTRATORS]" GenericAll="yes"
/>
<Permission User="[INSTALLERSACCOUNT]" GenericAll="yes" />
</CreateFolder>
</Component>
I came across a forum thread (
http://www.mail-archive.com/[email protected]/msg19101.html)
which informs this may not be supported.
But that was three years ago going by the thread timestamp.
Is this supported, or am I doing something incorrect?
Thanks,
Sameer
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users