Visual Studio 2022 Setup Project Version Check

Viewed 14

I wrote a project in WPF and published it with Visual Studio's Setup project. I want to send a notification screen to the user when I release a new version. When the user confirms on the update screen, the current version of the program will be downloaded in the background. Then the installation screen will open when the download is complete. How can I do these?

0 Answers
Related