I have a simple vb.net application that I have created a setup project for.The application is a single exe and uses an app.config filem
My question is, how do I go about upgrading the application whenever I make any updates to my code?
Within the setup project, I see I can set the installer to automatically remove the old version, but I don't really want to do that since it may overlay my custom settings in my app.config.
I really want to be able to create a setup project that will simply update the binary content of my application and keep my app.config settings. I also don't want to have do uninstall first.
I guess I'm looking for something similar to install shield's 'upgrade' option.
I've been playing with several settings and have more than confused myself...How can I accomplish this?
My question is, how do I go about upgrading the application whenever I make any updates to my code?
Within the setup project, I see I can set the installer to automatically remove the old version, but I don't really want to do that since it may overlay my custom settings in my app.config.
I really want to be able to create a setup project that will simply update the binary content of my application and keep my app.config settings. I also don't want to have do uninstall first.
I guess I'm looking for something similar to install shield's 'upgrade' option.
I've been playing with several settings and have more than confused myself...How can I accomplish this?
Comment