Stefan Krueger
Check me out on the web at InstallSite: Resources for Setup Developers.
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Carolyn Napier and Tyler Robinson (MSI team) - Installing apps in Windows Vista
Nov 12, 2005 at 10:35 AMThere are two problems in the update story: 1. Being notified about available updates (or app automatically checking for updates), and 2. actually applying them. Often updates don't get installed because they would require a reboot or at least a restart of the app, which the user doesn't want to do right now*, or there's no user sitting in front of the machine to save their open documents when you deploy updates at night. Restart Manager can help with problem number 2.
But I agree that a central location for all updates would be great.
* Typical situation: When I double click a PDF file Adobe Reader tells me that an update is available. But at that very moment I want to read the document, not install an update, so I decline the update.
Carolyn Napier and Tyler Robinson (MSI team) - Installing apps in Windows Vista
Nov 12, 2005 at 10:25 AMNote that Restart Manger itself doesn't save the application's state. It only tells the app to save its state, then closes the app and later re-starts it. The app needs to be coded such that it responds to the message from Restart Manager and saves its state. I too find this cool, and I hope that application developers will start to prepare their apps to support this.