Inform users that a newer version is available?
My theory is this, but was wondering does anyone know/use a better method.
Proposed method:
Users open the application on their PC. When it opens it checks it's version against the version number held within a hidden XML file on the server where all the install files are held. If the version number in the XML is newer the user is informed that a newer version is availble.
1. I presume there is an internal app version number that the app can query without the need for me to create one?
2. Still haven't done anything with XML so unsure as to how easy/hard this would be?
3. Is it possible to give the user a button that when they click it it closes the current application and installs the newer version?
Thx
My theory is this, but was wondering does anyone know/use a better method.
Proposed method:
Users open the application on their PC. When it opens it checks it's version against the version number held within a hidden XML file on the server where all the install files are held. If the version number in the XML is newer the user is informed that a newer version is availble.
1. I presume there is an internal app version number that the app can query without the need for me to create one?
2. Still haven't done anything with XML so unsure as to how easy/hard this would be?
3. Is it possible to give the user a button that when they click it it closes the current application and installs the newer version?
Thx