Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Automatically Update WPF Application [closed]

Tags:

c#

.net

wpf

I need to have my WPF application pull updates across the internet.

I'm not planning to use ClickOnce because it doesn't support any security mechanism other than Windows Integrated, and that too, only over an intranet.

Is there anything (free open source software) out there to help me with this?

Practical advice would be appreciated, too.

like image 235
Ronnie Overby Avatar asked Feb 15 '11 16:02

Ronnie Overby


2 Answers

NetSparkle seems a fairly robust auto update package and is compatible with WPF

This framework contains a lot of features, please check them out:

  • True self-updating, no work required from user based on Windows Installer packages
  • Uses appcasts for release information
  • Displays release news to the user via Internet Explorer Control
  • Displays a detailed progress window to the user
  • NetSparkle requires no code in your app, so it's trivial to upgrade or remove the module
  • Seamless integration—there's no mention of NetSparkle; your icons and app name are used
  • Supports DSA signatures for ultra-secure updates UpdateChecker-Helper for start menu integration
like image 92
Tom Dudfield Avatar answered Sep 30 '22 09:09

Tom Dudfield


Shimmer might be what you're looking for -"it's like ClickOnce but Works"

Edit: The thing is now called Squirrel.Windows

like image 20
Claudiu Constantin Avatar answered Sep 30 '22 09:09

Claudiu Constantin