I am searching for alternatives to autoupdating our software. Not ClickOnce and nor in the line of wyBuild and wyUpdate.
-
11Out of interest, what's wrong with "wy"? – Tim Lloyd Jan 30 '11 at 19:32
-
1To me, 'wy' is still the best out there. – L-Four Oct 17 '13 at 11:06
3 Answers
Try these:
AutoUpdate+ [This one seems to have disappeared]
- 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).

- 2,563
- 20
- 37
-
This is very, very old, but I'm having trouble finding any up-to-date information on recommended auto-update products. (One of your links is broken, and several are somewhat obsolete or reference products that seem to be abandoned.) If this question was asked today, what would your recommendation(s) be? Thanks. – RenniePet Jul 27 '17 at 07:33
-
I ran across this question right after I'd done a rather extensive search to find a product that would meet my needs for this. I ended up with IncUpdate and I continue to use it to update my .NET Winforms applications today. IncUpdate itself hasn't received any attention since 2010 though, but it continues to work for what I need it for. If I had the budget, I'd probably go with Advanced Installer. They have a complete system that includes a good updater--but it's pretty spendy. Some good open source options down the list on GitHub now that look to be being maintained. – scotru Jul 27 '17 at 08:01
-
UPDATE (apologies for the pun): I'm using Advanced Installer Updater now--mostly for it's ability to do service based updates without requiring Admin Rights (after the initial install). – scotru Jan 30 '23 at 17:40
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!

- 27,391
- 11
- 73
- 102
-
Omaha is too much for my requirements -- I need a more streamlined solution, thank you very much anyway. – Hernán Feb 06 '11 at 04:47