Gregory Posted March 18, 2003 Posted March 18, 2003 Hello, I made a .NET Application with a deployment project. Everything work fine. But now, i'm coding a new version of my application. After, i would deploy this new version to upgrade (or replace the old). For the moment, the user must first uninstall the first version and after install the second. Is there a solution for make a deployment project which upgrade (or replace) an old version of the application without uninstall it ?? Thank you Sorry for my bad english Quote
*Gurus* divil Posted March 18, 2003 *Gurus* Posted March 18, 2003 Yes, in the deployment project properties (that come up in the propertygrid when you select it) change the version to the new version number of your product, and say yes when it asks you if you want it to automatically change some keys. The installer will then automatically remove the previous version of your program when installing. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.