In my workplace, we are now in a process of migrating from VS 2010 to VS 2012.
Everything seemed to be working smoothly until I started testing the deployment of our application.
As some of you probably know, the setup projects were discontinued in VS 2012, and the ClickOnce deployment took its place.
The challenge is that after using VS 2012 ClickOnce deployment, The software being installed is recognized as a new product rather than a newer version of an existing product.
My question is: what should I do in order to make sure that new deployments of the software will replace older installations?