Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peschuster/simpleupdater
Simple application updater (xml feed + file download)
https://github.com/peschuster/simpleupdater
Last synced: 1 day ago
JSON representation
Simple application updater (xml feed + file download)
- Host: GitHub
- URL: https://github.com/peschuster/simpleupdater
- Owner: peschuster
- License: mit
- Created: 2012-01-15T22:24:25.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-15T22:43:22.000Z (about 13 years ago)
- Last Synced: 2023-03-20T15:16:17.516Z (almost 2 years ago)
- Language: C#
- Homepage:
- Size: 162 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
# SimpleUpdater
In short: SimpleUpdater is an application updater, which checks an xml feed for new updates, downloads them, closes the application, replaces old files and starts the application again.
## Features
* Download of xml feed for update checks
* Dependencies between versions (e.g. you can specify that to update from version 1.0 to 2.1 the user needs to update to 2.0 first)
* RSA signature check on xml version feed
* MD5 hash check of all downloaded files
* Closes the parent application before updates and starts it afterwards again
* ...## How to use...
Deploy `SimpleUpdater.Core.dll` and `SimpleUpdater.exe` with your application.
Check for updates and initiaited instalation of updates through `SimpleUpdater.Core.UpdateChecker`.
To be continued...