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.
The
The simplest way to make this happen is to fire an HTTP request using a library like libcurl and make it download an ini or xml file which contains the online version and where a new version would be available online.
After parsing the xml file you can determine if a new version is needed and download the new version with libcurl and install it.