Skip to content

Is it possible to use AutoUpdater.NET or some parts of it on an ASP.NET API #640

Closed Answered by ravibpatel
MidKnightXI asked this question in Q&A
Discussion options

You must be logged in to vote

You won't be able to use it directly, but there are parts of code you can easily use in your ASP.NET project. For example, update checking logic as shown here should work without much modification. Also, you can use download logic from DownloadUpdateDialog.cs too. Instead of using a separate executable like ZipExtractor you can use the code of ZipExtractor directly after the download finishes.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MidKnightXI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants