Answer the question
In order to leave comments, you need to log in
How to implement auto-update without an external updater inside the code?
I have a console application. How can I implement auto-update without creating a separate visual studio project (without making an external updater), inside the code.
That is, first there is a check for updates, and then comes the main code.
Maybe there is a post?
Answer the question
In order to leave comments, you need to log in
Try AutoUpdater.Net - it is built into your own application and checks for updates before launch (or on request)
https://github.com/ravibpatel/AutoUpdater.NET
How to integrate it is described in the Readme
I use this, this technology is already built into the studio
https://docs.microsoft.com/en-us/visualstudio/depl...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question