Project DescriptionA simple solution for auto-updating a WPF application. The component starts a Windows download to get the updated installation package.
Auto update
- Downloads an XML file describing the latest version and URL for download
- Shows a dialog with information about the latest version / new features
- If the user want to upgrade, exit the application and start the download with Process.Start(downloadUrl);
Status feed
- Shows a release status RSS feed in a dialog box
Requirements
- Microsoft .net Framework 4.0