Skip "Close Processes"

I am currently using a modified version of the AutomaticUpdater control to handle silent updates, but I was wondering if there was a way to disable the dialog that appears asking the user to cancel an update when an app restarts.

Usually this appears if an update has been downloaded and the user is just starting an app.

The overall user experience of this is, of course debatable, but I think with the current flow of my app, it would make sense to have the update install "automagically" a la Firefox or Chrome.

Any help on this would be much appreciated.

Doesn't the "Close processes" dialog disappear? This dialog only shows up if your app is slow in shutting down. The way to avoid seeing the "Close processes" dialog is to dispose of all the things that need to be disposed of as quickly as possible (and before wyUpdate is told to start the updates. This requires you profile your app to see what's taking so long.

I'll look into this more. Thanks for the quick reply