The PermissionEx element map directly to the ACLs that you can set on a 
registry key. Check MSDN to see the right combination for "read" of a 
registry key (it's probably not just "Read" but also includes "Enumerate 
Subkeys" or something).

Michael Bednarek wrote:
> Hi all,
>
> I am using the WiX 3.0 PermissionEx element with a RegistryValue element and 
> would like to give the "Authenticated Users" group the KEY_READ permission, 
> i.e. I would like to be able to see the "Read" checkbox ticked when I view 
> the permissions for the value in regedit. Which PermissionEx attribute should 
> I use to get this particular ACL?
>
> At the moment I am using the following:
>
> <util:PermissionEx User="AuthenticatedUser" Read="yes" />
>
> However, what I see in regedit is that the "Read" checkbox is not ticked, and 
> instead the "Authenticated Users" group has a special permission called 
> "Query value". Should I be using one of the other attributes?
>
> Thanks!
>
> Mike Bednarek
>
> ------------------------------------------------------------------------------
> Crystal Reports - New Free Runtime and 30 Day Trial
> Check out the new simplified licensing option that enables
> unlimited royalty-free distribution of the report engine
> for externally facing server and web deployment.
> http://p.sf.net/sfu/businessobjects
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>   

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to