Hello, i've written an AutoUpdater library in C#.
This is for anyone with a custom made .NET Launcher for their game that wants to include an autoupdate function.
Usage:
Files Attached Release.rar (UPDATED 7/16/2013@5:53 PM)PHP Code:using DiffUpdater;
//Leave "user" and "pw" empty if http is used, otherwise specify login information.
if (UpdateProgress.needUpdate("ftp://109.169.72.xxx", "user", "pw"))
{
Form Updater = new UpdateProgress();
Updater.ShowDialog();
}
else
{
InitializeComponent();
}
For the paranoids: https://www.virustotal.com/en/file/f...is/1373954053/
Report any bugs here, so I can work them out.
Note: Code is really messy, sorry. Will fix later...



Reply With Quote


