Bugs item #1713977, was opened at 2007-05-06 17:52 Message generated for change (Settings changed) made by pmarcu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1713977&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: None >Status: Pending >Resolution: Fixed Priority: 5 Private: No Submitted By: Doug S (tpaxatb) Assigned to: pmarcu (pmarcu) Summary: ConfigurePerfmonUninstall Action sequence incorrect Initial Comment: When using the extension PerfCounter to install a performance counter, and the associated HKLM\SYSTEM\CurrentControlSet\Services\<Counter>\Performance registry key is set to "createAndRemoveOnUninstall", the performance counter language texts are not removed from the registry during an uninstall. This is due to the scheduling of the ConfigurePerfmonUninstall action being sequenced after the RemoveRegistryValues action in the InstallExecuteSequence table. (2600 for RemoveRegistryValues and 2601 for ConfigurePerfmonUninstall). Creating the associated key with a "create" action will remove the performance counter text, however it will leave the associated key in the registry. In either situation, the installer does not completely "clean up itself". By manually scheduling the ConfigurePerfmonUninstall custom action BEFORE the RemoveRegistryValues, the uninstall works as expected. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1713977&group_id=105970 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
