Bugs item #1687207, was opened at 2007-03-23 16:50 Message generated for change (Settings changed) made by pmarcu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1687207&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: heat Group: v3.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Aaron Stebner (aaronste) >Assigned to: pmarcu (pmarcu) Summary: Heat fails to run DllRegisterServer on Vista Initial Comment: Even after the fix for SF bug 1632584, Heat is having some problems extracting self-registration information from DllRegisterServer when it is run on Windows Vista. Regardless of whether I run from an elevated cmd prompt or a standard cmd prompt, when I try to extract DllRegisterServer information, the generated WiX code does not include the appropriate registry information and only contains a <file> element. This is likely related to SF bug 1687206 which tracks a similar issue in Tallow. ---------------------------------------------------------------------- Comment By: appel (appel__) Date: 2007-04-10 13:11 Message: Logged In: YES user_id=893425 Originator: NO Okey. My comment on 1632584 is probably more about this issue then. ---------------------------------------------------------------------- Comment By: Aaron Stebner (aaronste) Date: 2007-04-10 08:34 Message: Logged In: YES user_id=1751591 Originator: YES This is really similar to 1632584, but I already submitted a fix for that bug that addresses some scenarios. The issue I addressed in that bug is that Heat tries to redirect registry writes to a sub-hive under HKLM, which fails with access denied on Windows Vista. After fixing that, Heat started working fine for extracting regasm information from managed assemblies, but still failed for native DllRegisterServer calls. I decided to open a separate bug to track the remaining issue. ---------------------------------------------------------------------- Comment By: appel (appel__) Date: 2007-04-09 23:31 Message: Logged In: YES user_id=893425 Originator: NO Isn't this a duplicate of 1632584 ? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1687207&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
