Bugs item #1814863, was opened at 2007-10-16 23:00 Message generated for change (Settings changed) made by robmen 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: extensions >Group: v3.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: harinigu (harinigu) >Assigned to: Mike Carlson (micarls) 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 the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
