AutoUpdater Update now issue

I have an "are you sure you want to close this app" Y/N msgbox in my App's formClosing event When the user does a check for Updates, & selects Update Now, this msgbox is hidden by your"applications need to close" dialog so the process appears to hang.

So, I would like to skip the "are you sure" msgbox during an update but I found that AutomaticUpdater.closingforinstall is not firing when the user selects "Install Now" - Is there anything else in Updater properties or Events that I can look for to skip over my msgbox?

Bill

There's no event raised if the user clicks Install Now. If we add an event with the ability for you to abort the install now action (e.g. BeforeInstallationBegins) would that work for you?

Yes - Event would work but a property would be even easier:

Bill

We've added the BeforeInstalling event to AutomaticUpdater 2.6.18.