Reputation: 320
Im creating a simple alarm application which uses PNRP to send and recive alarms over the local network. Now Im planning och implementing some auto update for this application and have looked at a few existing solutions.
The following is the requirements of the app.
This are the three primary requirements for the app.
So whats the best solution?
Upvotes: 1
Views: 1044
Reputation: 4492
You may want to have a look at a library I wrote and released as open-source to do just that transparently - including an external update application to do the actual cold update. See http://www.code972.com/blog/2010/08/nappupdate-application-auto-update-framework-for-dotnet/ and http://www.code972.com/blog/2011/06/some-updates-on-nappupdate/ for a sample of custom usage.
The code is at http://github.com/synhershko/NAppUpdate (Licensed under the Apache 2.0 license)
Upvotes: 1