You are here

Updater does not respond to "Windows Shutdown"

2 posts / 0 new
Last post
baniaczek
Offline
Last seen: 1 year 1 month ago
Joined: 2008-07-12 15:54
Updater does not respond to "Windows Shutdown"

System: Windows 7 64

Scenario:

There should exist at least one app ready for update
- Start Apps/CheckForUpdate
- Accept update
- Wait till the end

Big Notification dialog box appears, containing Close button. Do not close

Initiate Windows Shutdown process

Updater prevents windows shutdown

----------

Expected: I expect, that updater window should close - there is nothing to do, allowing windows to shutdown

John T. Haller
John T. Haller's picture
Offline
Last seen: 1 hour 34 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
No Changes Coming

NSIS, the language the app store and updater are written in, does not support catching Windows shutdown messages. I've already added custom code for the end screen of the updater/app store that enables the close button in the upper right (and thus right-clicking the taskbar icon and selecting close), but I don't think it can properly respond to a WM_CLOSE message from the OS at that point without rewriting part of NSIS' base code.

Sometimes, the impossible can become possible, if you're awesome!

Log in or register to post comments