We have a project written in VB.NET using Visual Studio 2008 that is to be installed on 17 client machines.
We are in the process of launching the project and came accross an issue.
We have created an installer from within Visual Studio and ran the setup.exe on a client machine. All works well but if in the meanwhile we release another update, at startup the user gets a notification saying that a new version of the project is available.
Here is the link to the image as I do not have enough reputation to upload images:
http://postimage.org/image/7l7w6u841/
The problem is that the message box that pops up has an “OK” and “Cancel” button and if the users accidently click “Cancel” their program will not be updated which means that they will be running an older version which can cause issues.
My question is: Is there a way to force the user to update the project at startup, almost like “You either update or you cannot login” type of thing?
Thanks for your time and any help will be greatly appreciated
Fil
The easiest way might be:
Edit
Here is some pseudocode, assuming the newest version number is at http://somewhe.re/version.txt