Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

C# Updater


Joyce
 Share

Recommended Posts

I'm not really too bothered writing a tutorial about this right now, and it could use some testing before I put it up as a fully functional/featured product anyhow.

![](http://i.imgur.com/5fYT6cA.png)

It's a very simple program, not written in the most elegant of ways but it does the trick if you want a simple updater to work with. If you've got any suggestions or problems with it, just post them down here and I'll see what I can do. I might rewrite it in a more elegant manner at some point, but for now you could always do that yourself if you so desire, or just use it to make a fancy looking launcher for your game.

[**[DOWNLOAD]**](http://eclipseorigins.com/community/filehost/a7614024be1f6e9ebd31c900c66cd3fe.zip)
Link to comment
Share on other sites

Not necessarily better, it's not been tested as well, and may still have the odd bug or two here and there. It is however easier to get it to look pretty with all the modern fluff you can add to .NET WinForms.
Link to comment
Share on other sites

The gist is the exact same as the old VB6 updater, it has a file with a local version and a file with a remote version on a webserver, then retrieves packages (in this case *.zip files) from the same directory named after the version (e.g. 1.zip, 2.zip, 3.zip) to update local data. I could have gone more complex, but this requires the least steps to set up for new users and still allows them to get their games updated in a relatively simple fashion.

I have a complete setup based off of git myself, but that's a little too complex for most people.
Link to comment
Share on other sites

  • 5 months later...
@'Joyce':

> Cleaned it up a little bit.
>
>  
>
> [http://eclipseorigins.com/community/filehost/a7614024be1f6e9ebd31c900c66cd3fe.zip](http://eclipseorigins.com/community/filehost/a7614024be1f6e9ebd31c900c66cd3fe.zip)

Please could you pass me resubir the updater or a download link I need
Link to comment
Share on other sites

  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...