I am just beginning with Setup projects. I created a setup project that works fine for my app. I as develop the app and release new versions, I would like to be able to install the new version directly over the old of by having the installer simply overwrite the files it installed in a previous version. As of now, it says another version is already installed and to use Add/Remove programs to remove it first. Is there a simple way around this

simple reinstall
sammy chen
I would suggest leaving the former as is and setting the latter to "True". Although to do the straight overwrite as you requested, set both properties to "False".
KitWest
proecco
dfwebbot
cybertaz69
I have the same problem you described and can't seem to figure it out.
How did you change the version for the deploy solution. Is your setup project part of your application's solution. Did you have to change the assemblyInfo file to match the Version number in the properties of the setup project
armindocorreia
before the new version will install.
IamHuM
The version number for the setup project has no relation to the version of the application project. They can be the same or not, doesn't matter. All that matters is the version number of the setup project needs to change with each deployment.