Re: .NET AutoUpdater Library
So.. how exactly are the files set up for the web/CDN server for downloads?
Re: .NET AutoUpdater Library
You have clearly not downloaded the Release folder i attached...
There is an Update Manager named "UpdateManager.exe", from there you can upload to FTP or manually upload elsewhere.
Re: .NET AutoUpdater Library
Would be better if writing in pascal obj , it's faster a lot !
p/s:
you should build client / server to get authentication , to prevent user from free downloading , user other port , just use IIS open http and change its port
Re: .NET AutoUpdater Library
Quote:
Originally Posted by
Phant0m
You have clearly not downloaded the Release folder i attached...
There is an Update Manager named "UpdateManager.exe", from there you can upload to FTP or manually upload elsewhere.
Actually I did download it, but I'm not running a random EXE file from someone who can't even document their code correctly.
Not to mention you provided nearly no instruction on how to actually use this, but thats beside the point...
Re: .NET AutoUpdater Library
Quote:
Originally Posted by
Radeyo
Actually I did download it, but I'm not running a random EXE file from someone who can't even document their code correctly.
Not to mention you provided nearly no instruction on how to actually use this, but thats beside the point...
Well then, did you not the the Manager?
FYI, there is something called VirusTotal and there is nothig more to document I think. Just needUpdate() and call new Form...
Quote:
Originally Posted by
hexpor
Would be better if writing in pascal obj , it's faster a lot !
p/s:
you should build client / server to get authentication , to prevent user from free downloading , user other port , just use IIS open http and change its port
I can code C# and that's about it.
I will probably add some more features, such as the ones you mentioned, in the future. Thanks!
Re: .NET AutoUpdater Library
Quote:
Originally Posted by
Phant0m
I can code C# and that's about it.
I will probably add some more features, such as the ones you mentioned, in the future. Thanks!
well , C# and Pascal obj / Delphi are not different much , i think you should try Delphi ... i really hate
{
//... code
}
Re: .NET AutoUpdater Library
Is there any chance that you could publish the source code for the library?
Re: .NET AutoUpdater Library
Yeah sure. Let me clean it up a bit and I will publish it here.
Re: .NET AutoUpdater Library
Quote:
Originally Posted by
Phant0m
Yeah sure. Let me clean it up a bit and I will publish it here.
Would it be easy to port it over to WPF? Or would a larger amount of work we required.
Re: .NET AutoUpdater Library
It should be fairly easy I think.
As soon as I get home I will start cleaning the code and then you can do whatever you want with it.
Re: .NET AutoUpdater Library
I'm gonna move this to coders paradise! Seems to fit better there, plus it might help it to get used/seen more
Re: .NET AutoUpdater Library
Quote:
Originally Posted by
Phant0m
It should be fairly easy I think.
As soon as I get home I will start cleaning the code and then you can do whatever you want with it.
Any update yet? :)
Re: .NET AutoUpdater Library
How is the exact condition UpdateProgress.needUpdate() returns true, is it game specific or what? It was in any game section before I guess, now it's here in coders paradise.
Re: .NET AutoUpdater Library
Quote:
Originally Posted by
שเ๒єtгเ๒є
How is the exact condition UpdateProgress.needUpdate() returns true, is it game specific or what? It was in any game section before I guess, now it's here in coders paradise.
It reads a remote file (UpdateList.ini) and compares line 1 to a local file (local.ver). I'm assuming that line contains a revision number.