Harini Gurusamy wrote:

 <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: /


When you use Permission/@Extended="yes", WiX runs a custom action; it's a 32-bit CA that doesn't know anything about the 64-bit portion of the registry so it can't write the ACLs. Please open a bug -- the CA should disable redirection for 64-bit components.

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

-------------------------------------------------------------------------
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