Click here to Skip to main content
15,884,176 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hey need help to uninstall a program listed in a listview
in visual basic

i coded it to show the installed programs but am having problems in coding to uninstall it

thanks for you help advance :)
Posted
Comments
[no name] 6-Oct-12 11:01am    
Okay, so get the uninstall string from the registry and do a Process.Start with the information.
Sergey Alexandrovich Kryukov 9-Oct-12 15:42pm    
Again, what do you mean by VB?! I asked two times; and you never gave exact answer. You might not understand what exactly you are using, but I hope you know it.
--SA

1 solution

Heres a sample code to get you started :)

http://www.mindfiresolutions.com/VBNet-code-to-uninstall-any-application-1301.php
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900