I created an application in windows forms and, as I'm still developing and adjusting it, I need to be updating periodically.
My program is being used on a five different machines and whenever one of the users asks for an update I do the following:
- I uninstall the previous version (I'm using Visual Studio Installer to install) -access the database and change everything -install new version
I want to know if you have my program know if you have a new update and update yourself, or at least make changes to the database and install over the old version.