Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Autoupdaters for .NET and alternatives to wyBuild/wyUpdate?

I am searching for alternatives to autoupdating our software. Not ClickOnce and nor in the line of wyBuild and wyUpdate.

like image 867
Hernán Avatar asked Jan 30 '11 19:01

Hernán


3 Answers

Try these:

  • AutoUpdate+ [This one seems to have disappeared]

  • IncUpdate

  • Advanced Installer Updater

  • Sharp AutoUpdater

  • AutoUpdate

  • AutoUpdater.NET

  • NetSparkle

  • WyBuild [Included here for completeness--though OP wanted alternatives]

I use IncUpdate. It doesn't seem to be being updated anymore--but it continues to meet my needs (I released an update with it today).

like image 141
scotru Avatar answered Nov 14 '22 03:11

scotru


I know it doesn't quite meet your requiremenets but maybe take a look at Omaha (used for google update), to quote:

Omaha is the open-source version of Google Update, a program to install requested software and keep it up to date. The Google-branded version of Omaha is used to support software patching (both background updating, and on-demand update checks) for Google Chrome, Earth, and a variety of other Google products on Windows.

We know that keeping software updated is both important and hard, and so by open-sourcing this project, our hope is that perhaps we can help others solve this problem. So, if you'd like to get involved, or even use Omaha to support your own software projects, then just follow the instructions in the Developer Setup Guide, and you'll be good to go!

like image 40
Prisoner Avatar answered Nov 14 '22 03:11

Prisoner


Check NetSparkle

like image 28
Eric Bole-Feysot Avatar answered Nov 14 '22 04:11

Eric Bole-Feysot