I am trying to set the permissions for a newly created registry key.

The code looks like
 <Registry Id="Reg" Root="HKLM" Key="Foo" Action="write" >
 < Permission Extended ="yes" Read="yes" User="Everyone" />
</Registry>

This works on 32 bit . But when Installing the msi on 64 bit , it throws an 
error ExecSecureObjects:  Error 0x80070002: failed to get security info for 
object:

Any pointers ??

Harini

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to