Hi all,

I'm struggling with the task to apply security settings to a registry key.
What I want to achieve is setting full access to Everyone for a registry
key, and I want this being inherited. Unfortunately I only get as far as
setting the full access right for Everyone on the key, but it applies "This
key only":

<RegistryKey Root="HKLM" Key="SOFTWARE\Foo" Action="create">
   <util:PermissionEx User="Everyone" GenericAll="yes" />
</RegistryKey>

However, I need it to apply to "This key and subkeys". 

Is there any way to get this working other than a custom CustomAction?

Any advise is much appreciated!

Andreas Hirth



------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to