This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Entries are not removing from Add/Remove Program
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Feb 19, 2010
09:17 AM
Entries are not removing from Add/Remove Program
Hi Everyone,
I have a question
I have uninstalled my application but still it is not removing from Add/Remove program. I checked in the registry entry that value is present after uninstallation also.
I tried to uninstall from Add/Remove program also it shows that application is uninstalled without any error but still the entry is present in Add/Remove program and in Registry also.
Now if I change the product code it will work fine. But I want to remove those entries which are present with previous product code and it not removing even it we uninstall the application.
Please reply to my question...
Thanks in Advance...
I have a question
I have uninstalled my application but still it is not removing from Add/Remove program. I checked in the registry entry that value is present after uninstallation also.
I tried to uninstall from Add/Remove program also it shows that application is uninstalled without any error but still the entry is present in Add/Remove program and in Registry also.
Now if I change the product code it will work fine. But I want to remove those entries which are present with previous product code and it not removing even it we uninstall the application.
Please reply to my question...
Thanks in Advance...
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Nov 22, 2012
01:51 AM
I have the same problem for Win 64Bit.
I added code in OnMaintUIAfter script and it is OK.
RegDBSetDefaultRoot (HKEY_LOCAL_MACHINE);
RegDBDeleteKey("SOFTWARE\\Wow6432Node\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\" + PRODUCT_GUID);
I added code in OnMaintUIAfter script and it is OK.
RegDBSetDefaultRoot (HKEY_LOCAL_MACHINE);
RegDBDeleteKey("SOFTWARE\\Wow6432Node\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\" + PRODUCT_GUID);