Connecting Tech Pros Worldwide Help | Site Map

Uninstall Softwares

Member
 
Join Date: Mar 2008
Posts: 53
#1: Aug 1 '08
Hi,

I am developing one project PC optimization like Anti virus software.
In this project one module is there i.e, Uninstall manager.
The purpose of this module is getting the installed softwares list from our PC into one listbox and after that when we click on particular software it will uninstall that software from our system.
I completed the task of getting softwares list from our system but I not getting how to uninstall that software programmatically.
If anybody have any idea please suggest me how to complete this task.
Its very urgent.I will be very thankful to you all.


Regards
Pavani
Familiar Sight
 
Join Date: Apr 2008
Posts: 148
#2: Aug 1 '08

re: Uninstall Softwares


HI ,
try to remove the entry of your application from the path HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Uninstall\YourApplication . This will solve your path.

Thanks!
Reply