Hey,
How to make it?
So far I have used method like this:
-I have published single exe file
-"Autoupdate" = read newest version number from .txt file from my webpage (weebly) and if version number isnt same as in the exe file then bot opens download link (weebly too).
Well thats a really simple way to do it but this time Id like to know how to it more "professionally" :D I have thought to publish a whole folder instead of 1 exe file and updater updates just the necessary files. (how to get those? how to update? how to everything?)
I have several plans for this:
-User settings wont change anymore while newer version comes
-The updater should delete earlier version and download newest to same folder (or replace earlier one). At the moment, as I wrote on the top of msg, I have to select the folder every time.
Stubid question: Is this possible? making a startup form which loads "main form" from webpage. User settings / rescoures / etc would also be saved to loading form (but sometimes I should update them too..)
To be honest I have any idea how to start with this.. I hope you have :)
How to make it?
So far I have used method like this:
-I have published single exe file
-"Autoupdate" = read newest version number from .txt file from my webpage (weebly) and if version number isnt same as in the exe file then bot opens download link (weebly too).
Well thats a really simple way to do it but this time Id like to know how to it more "professionally" :D I have thought to publish a whole folder instead of 1 exe file and updater updates just the necessary files. (how to get those? how to update? how to everything?)
I have several plans for this:
-User settings wont change anymore while newer version comes
-The updater should delete earlier version and download newest to same folder (or replace earlier one). At the moment, as I wrote on the top of msg, I have to select the folder every time.
Stubid question: Is this possible? making a startup form which loads "main form" from webpage. User settings / rescoures / etc would also be saved to loading form (but sometimes I should update them too..)
To be honest I have any idea how to start with this.. I hope you have :)