Free solution for automatic updates with .NET/C#?

Posted by a2h on Stack Overflow See other posts from Stack Overflow or by a2h
Published on 2010-12-24T04:10:03Z Indexed on 2010/12/24 4:54 UTC
Read the original article Hit count: 264

Filed under:
|
|

Yes, from searching I can see this has been asked time and time again.

Here's a backstory. I'm an individual hobbyist developer with zero budget. A program I've been developing has been in need of constant bugfixes, and me and users are getting tired of having to manually update.

Me, because my current solution of

  1. Manually FTP to my website
  2. Update a file "newest.txt" with the newest version
  3. Update index.html with a link to the newest version
  4. Hope for people to see the "there's an update" message
  5. Have them manually download the update

sucks, and whenever I screw up an update, I get pitchforks.

Users, because, well, "Are you ever going to implement auto-update?" "Will there ever be an auto-update feature?"

Over the past few hours I have looked into:

I'm pretty much ready to throw in the towel right now and strangle myself. And then I think about Sparkle...

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET