Ian Elliott (Excell Data Corporation) wrote:
> Say I create a group called "Group A". Now, if I want to add permissions for 
> this group to a registry key, what would the PermissionEx tag look like?
>   

I don't know that it's supported. SecureObjects relies on 
LookupAccountName, which is failing to return a SID for the group:

0x80070534 == ERROR_NONE_MAPPED
No mapping between account names and security IDs was done.

You can try specifying an explicit domain, but the LookupAccountName doc 
says it checks the local machine first.

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



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to