AutoUpdater.NET
AutoUpdater.NET copied to clipboard
Application.Exit functionality in UpdateForm_FormClosed
Can you add an option that the user can enable and disable whether to close the application fully or not if UpdateForm is closed?
Or bool that provides if the update form is closed or not.
If you want to force the user to update then you can try setting the following option before calling the Start method.
https://github.com/ravibpatel/AutoUpdater.NET#forced-updates
I think the OP means that it would be nice to know whether the user decided to execute the update, postpone it or simply closed it. I would like to execute some logic if the user decides to not perform the update (clicking on the close button top right).