AutoUpdater.NET
AutoUpdater.NET copied to clipboard
AutoUpdater.NET is a class library that allows .NET developers to easily add auto update functionality to their classic desktop application projects.
Please add support to password protected .zip file (display a dialogue to allow user to input license code/password (from developer) to unzip the update). thanks.
With minimal refactoring of the handling of the downloads, I've added the ability to use SFTP to retrieve the XML configuration and download file (MSI file in my case) from...
Thanks for all your work on this this project it's very impressive. I'm having some trouble which I cannot get a resolution for. It appears the issue is related to...
Hello! I need absolutely silent update process without any windows. I used CheckForUpdateEvent and remove main update dialog window, but other windows (download, extractor, wait for close etc) are still...

I updated to from 1.7.3 to 1.7.4 and it now crashes when an update is found. It gives the following error : `Could not load file or assembly 'Microsoft.Web.WebView2.WinForms, Version=1.0.1264.42,...
Hello everyone, I'm using AutoUpdater.Net in my application with "AutoUpdater.UpdateMode = Mode.ForcedDownload;" mode. This mode shows only progress bar of downloaded version and update version. I want to know that...
After updating to 1.7.3, I found that webview2 was used by default. After compiling my program, I found that there was an "runtimes" folder in the debug directory, which contained...
Update System.IO.Compression to use 7zip. Support almost all compressed file formats as well as higher level compression algorithms。 I update .net 4.5 to 4.5.1,Because the official (https://dotnet.microsoft.com/en-us/download/visual-studio-sdks)does not provide the...
To enable the possibility of download files frome OneDrive for example, we need to enable Cookies on the WebClient.