Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Automatic Update Framework/Engine

I am developing a client Application(.NET) that should be able to update itself automatically. The application will be deployed using a Simple WiX/MSI Installer.

What i need is:

  • Check server for File versions/hashes/dates
  • Download newer Files
  • update files & relaunch application.

Are there any suitable Frameworks/Patterns to archive this?

I found/tried the following:

  • ClickOnce (does not fit our needs as it is not able to install the application machine wide in the first term)
  • wyUpdate seems to be discontinued
  • ClickThrought seems to be discontinued
  • Google Omaha looks way to complicated for what i try to achive.

Are there any active developed and reliable solutions for this (They do not need to be free nor OpenSource)?

like image 629
quadroid Avatar asked Sep 05 '14 10:09

quadroid


Video Answer


1 Answers

Maybe the following is helpful:

https://autoupdaterdotnet.codeplex.com/

Or you can give that a try:

https://github.com/synhershko/NAppUpdate

At least these two seem active and easy to use.

like image 93
S.Spieker Avatar answered Oct 07 '22 20:10

S.Spieker