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.
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...
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...

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 ?...
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...