-
Auto Updater
Im requesting for Auto Updater of my file updater must containg txt or dat or cfg file.
Updater.exe must read those file for example .cfg file, cfg file contains the list of file which can be downloaded by my updater.
other called File Patcher...
im using this for Game Client so i need File Patcher...
maybe you can share a Souce code or a Tutorial or the base is already made project, then i do edit if necessarily.. thanks :)
-
Re: Auto Updater
I think there are some Tutorials on youtube, some even give you the project..
http://www.youtube.com/watch?v=NQ8UM9CkY2Q
Also look at the Related Videos for more tutorials.
-
Re: Auto Updater
what i mean in this thread is
i have version.txt in my site http://sample.com/version.txt
inside version.txt include this text
Code:
1.0.0.0
sample1.dll
sample2.dll
other.exe
1.0.0.0 = the version that the Updater.exe will check
then the file with the extension (dll,exe etc) was the file that can be downloaded it mean all writen filename in the version.txt must be downloded by updater... :)
thanks :)