Question How to create a Upgrade Project

dineshkumaar

Member
Joined
Jun 5, 2009
Messages
21
Programming Experience
10+
I have a question for many years.. Suppose if I Deployed a project using Setup Project. After some time, I added some features or modify it on customer demand.
1) How do I make a upgrade project so that the user runs the setup and the new changes are upgraded on the client system.

2) How do I automatically create ODBC System DSN Connections.

Thanks
Regards
 
1) Just create another setup package with the new .exe file and any associated dependency files not present in the first setup package.
 
Upgrade Project

but after creating a different setup project with the updated .exe file, when we run the setup, it asks to remove the earlier version of the application. where in i want that it should just upgrade it.
 
Upgrading will overlay the existing version so, in effect, remove it.

You don't want to versions of the same software on the same machine. It will confuse your users.
 
Back
Top