:(Hi
I have a application XPTO.EXE , It verify in a table if is there some new version
If there is new version It must to do ftp(This is easy) of new version and after restart new version
How can I to it ?
Printable View
:(Hi
I have a application XPTO.EXE , It verify in a table if is there some new version
If there is new version It must to do ftp(This is easy) of new version and after restart new version
How can I to it ?
Create a small "updater.exe" program that check version first, downloads it and replaces old and then launches whatever it is current.
So, in a nutshell you will have 2 apps: updater always runs first and when it's done it'll launch your main exe.