cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
azad_khan
Level 4

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...
Labels (1)
0 Kudos
(1) Reply
thehan83
Level 2

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);
0 Kudos