Trying to honor a feature request from our customers, I\'d like that my application, when Internet is available, check on our website if a new version is available.
Just put an (XML) file on your server with the version number of the latest version, and a URL to the download the new version from. Your application can then request the XML file, look if the version differs from its own, and take action accordingly.