[Installbase-devel] [ installbase-Bugs-922568 ] Deinstallation of Windows Registry Keys?
Status: Alpha
Brought to you by:
damonc
From: SourceForge.net <no...@so...> - 2004-03-24 17:02:36
|
Bugs item #922568, was opened at 2004-03-24 16:58 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474883&aid=922568&group_id=54799 Category: Installs Group: v1.0 (example) Status: Open Resolution: None Priority: 5 Submitted By: Reinhold Füreder (fuerederr) Assigned to: Nobody/Anonymous (nobody) Summary: Deinstallation of Windows Registry Keys? Initial Comment: Let's say my installed application creates additional registry keys, or the installer adds a windows registry key during the installation. During de-installation I would like to remove them but it does not happen. It might be that I use the uninstall component in a wrong way... Example: Add windows registry key by installer: root key = HKEY_CURRENT_USER key = Software\bla name = MyRegKey ... Uninstall component: component name = MyRegKey component type = Windows Registry Key registry value = HKEY_CURRENT_USER\Software\bla\MyRegKey (if registry value = HKEY_CURRENT_USER\Software\bla\ in the assumption the component name is used, the result is the same.) Thus, I these registry keys are not removed, while the ones for the file type, filename extension and file command are removed during uninstall. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474883&aid=922568&group_id=54799 |