Simple update tool to update software to latest version

Job ID: 36883783

Budget: $30 – $250 USD

Hi.


* To update my application to the latest version.

I need someone to make me a simple update tool that does not run as admin.
I need it to connect to my server: example https://mysserver.com/config.txt

and there will be the latest version of my file and version of the file.
example of config.txt

https://mysserver.com/test.exe
version = 2.0


RUN UPDATE TOOL ...
*Check to see if the version of text.exe inside the same folder on my PC is greater than the one on the server, if it is, close the test.exe (if running)
2) download the latest version
3) execute latest version.


example..
if test.exe is version 1.0 and server version of test.exe is 1.0 do not download.
if test.exe is version 1.0 and server version of test.exe is greater, download.


*similar to advanced installer's version of updater.
Or if you have a better idea , fine, tell me.