4

Recently I implemented Squirrel.Windows in one of my programs. It worked fine for basic functionality.

Problem is that main methods are all internal and we are left out to use Extension methods or do our own implementation. Plus, Squirrel project has too many open issues, so I think it wont be a nice project to work with.

Is there any library with similar functionalities, but at the same time gives me more control and let me use the already-implemented code?

Needs to be able to work with WPF.

Cheers

appa yip yip
  • 1,404
  • 1
  • 17
  • 38
Juan Carlos
  • 490
  • 5
  • 17
  • Possible duplicate of [Is there a NuGet equivalent for deploying content to end users?](http://stackoverflow.com/questions/22209184/is-there-a-nuget-equivalent-for-deploying-content-to-end-users) – appa yip yip Oct 21 '16 at 12:26
  • They suggest Squirrel, which is the think i want to find an alternative of. Still does not matter much anymore. I just started to make my own. – Juan Carlos Oct 21 '16 at 13:38
  • 1
    They suggested plenty others on that question. Anyway, good luck. – appa yip yip Oct 21 '16 at 13:41
  • 1
    Appreciate the edit. Good effort. I was a bit upset when I wrote the question, so I didn't even think about grammar. And those alternatives are not transparent as Squirrel. – Juan Carlos Oct 21 '16 at 13:49

1 Answers1

0

Maybe late but AutoUpdater.NET is a good solution for this, it works well with both Winform and WPF

Luke
  • 1,623
  • 3
  • 24
  • 32