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.