tags:

views:

996

answers:

2

Hi,

I have developed an installer class which removes certain folders from the base dir.However,I also want to remove the entry of another application from add/remove programs through the inst class.Could anyone suggest the solution.

Regards, Harsh Suman

+2  A: 

Remove the entry from the registry at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall

Gerald
as long as you are cleaning it up too!
TheSoftwareJedi
A: 

In addition, there may be an entry that needs removing from HKEY_CLASSES_ROOT\Installer\Products

See http://www.annoyances.org/exec/forum/winxp/t1073003127

Mike Dillamore