I have a setup with a installer project which installs a service at install and uninstalls a server at uninstall.
I have problems handling new versions of my program. When starting a new installation of a new version it always tell me to go to add/remove programs and uninstall it first. I would like then new program to call the uninstall of the existing if the install exists. How can I perform that?
I have problems handling new versions of my program. When starting a new installation of a new version it always tell me to go to add/remove programs and uninstall it first. I would like then new program to call the uninstall of the existing if the install exists. How can I perform that?