AutoUpdater.NET icon indicating copy to clipboard operation
AutoUpdater.NET copied to clipboard

Application.Exit functionality in UpdateForm_FormClosed

Open DeathGOD7 opened this issue 4 years ago • 2 comments

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.

DeathGOD7 avatar Jul 28 '20 10:07 DeathGOD7

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

ravibpatel avatar Aug 07 '20 05:08 ravibpatel

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).

moebigit avatar Aug 09 '20 19:08 moebigit