Bugs item #1814863, was opened at 2007-10-17 06:00
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1814863&group_id=105970

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: v2.0
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: harinigu (harinigu)
Assigned to: Nobody/Anonymous (nobody)
Summary: WIX CA  cannot write the ACLs to 64bit registry

Initial Comment:
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. This bug is to enable a 64bit CA that works when 
Permission/@Extended="yes is used

 code snippet

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


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1814863&group_id=105970

-------------------------------------------------------------------------
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-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to