As I've commented many times, my recent work is about HMG applications that get data through the Internet (NETIO).
The main issue with this scheme is the app update.
Currently I must send the '.exe' by email to each remote user with directions to replace the old one. The problem is that some users are not capable to handle that.
So, the solution is an auto-updater.
The obvious path is to have two '.exe'. The first one checks an FTP server for an update, and if there is one, it is downloaded and executed.
No problem, it is easy to do... but I don't like it
My wish is to have only one .exe doing all the job, but I'm afraid that, there is a lot of problems to solve to achieve that.
had someone tried this with success?
TIA.