All,

I'm using WiX v3.0.3526.0.

Code as follows:

<RegistryKey Id='reg001' Action="create" Root="HKLM" 
                                  Key="SOFTWARE\Test">
  <util:PermissionEx User='testuser' Domain='EUR' GenericAll='yes' />
</RegistryKey>

The problem is that the permissions are only applied to the 'Test' key.

How can I set it so the permissions are inherited by subkeys?

Thanks,
Chris

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to