On setup i need a code or something that will allow me to uninstall a program from the program list (controlpanel/add.remove). Any suggestions?
Im using VS 2010
Printable View
On setup i need a code or something that will allow me to uninstall a program from the program list (controlpanel/add.remove). Any suggestions?
Im using VS 2010
You can't really do advanced things with the deployment of VS (that I'm aware of)
Can;t you use the uninstall feature from the setup installer?
That's not what he's asking. He needs to do it on the setup. Which means that the setup needs to check for a existing version on the computer first and not the user him-/herself. But it seems that the poster has abandoned this topic.