Group Policy Software Installs Too Silent on Windows 7

group-policyinstallationwindows 7

I'm trying to migrate a Windows XP deployment process to Windows 7. The process has been surprisingly smooth, after figuring out how to bring up a base system.

We rely heavily on Group Policy software installation, which in XP can mean long periods on any given morning sitting around watching the machine install new updates. At least the typical Windows Installer message shows the user that something is indeed happening.

As far as I can tell, Windows 7 retains the startup installation process (good), but eliminates the on-screen message to indicate what's happening (bad). All a user will see, possibly for a half-hour or more if they haven't restarted for a while, is the electric hamster wheel and the words "Please wait…". I forsee a significant increase in support calls…

If you're familiar with msiexec.exe parameters, XP behaves like /qb-, and 7 behaves like /qn. I want the /qb- behavior back.

Is there a way to re-enable the Windows Installer notices for Group Policy startup installations?

Best Answer

Are you talking about the GP installations that happen prior to login? If so, wasn't it a group policy setting that enabled those verbose status messages to begin with? It's in the system.adm template.

Computer Configuration\Policies\Administrative Templates\System
"Verbose vs normal status messages" = Enabled

Directs the system to display highly detailed status messages.

If you enable this setting, the system displays status messages that reflect each step in the process of starting, shutting down, logging on, or logging off the system.

This setting is designed for sophisticated users that require this information.

Note: This setting is ignored if the "Remove Boot / Shutdown / Logon / Logoff status messages" setting is enabled.