G
G
gr34ka13372021-07-21 14:59:22
C++ / C#
gr34ka1337, 2021-07-21 14:59:22

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

2 answer(s)
V
Vasily Bannikov, 2021-07-21
@vabka

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

E
edward_freedom, 2021-07-21
@edward_freedom

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 question

Ask a Question

731 491 924 answers to any question