AutoUpdater.NET icon indicating copy to clipboard operation
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.

Results 190 AutoUpdater.NET issues
Sort by recently updated
recently updated
newest added

Is it possible to have a callback to a function that is executed after download and before the execution of the installer? My use case would be that I would...

feature request

any videos on how to work with Autoupdater.NET.Official from the nuget packages ?

Hello, When AutoUpdater.DownloadUpdate() executes, it downloads the zip file, and once it's done it throws this exception that is really strange, since I don't have any email stuff configured in...

hi and thanks for the library is there any way to use S3 as the file locations? i looked through the docs and code briefly but could not see anything...

where is the vb.net docs? there is only C# docs here

I have a few clients who are fairly locked down in terms of outside internet access and I don't have much access to a web server within their network. Is...

I have tried it for windows service. It close the service and nothing happen after it. Can you please let me know how can i implement it for windows service...

question

![image](https://user-images.githubusercontent.com/37292444/82024017-b489b680-96c1-11ea-9caf-9e64335ba694.png)

Hi, Can you add new function for providing more than one update link in case of one link cannot access ? So that we have another link to update ?...

feature request

I am currently doing a app. I want my programm to open another app 5 minutes before starting update. I want to close that app after update finishes How to...