Edit 06/01/2016: Updated to reflect latest WU Agent patch.
Edit 05/27/2016: It has been brought to my attention that there is a newer version of the WU agent that can be applied during this process. Although I have not tested it, I am sure that it works fine. You can find this update here. https://support.microsoft.com/en-us/kb/3138612. This would be in place of KB3083710 AND KB3102810. Thanks to Mr. Bill Dunn for pointing this out.
In this post I am going to review the process of applying the Windows 7 Convenience roll-up package during the image build and capture process. (This is not a service pack, as a service pack would extend OS supportability.)
In case you’re not familiar, Microsoft released a “convenience roll-up package” for Windows 7 and Server 2008 R2 right around 05/17/2016. You can find details about them here. https://support.microsoft.com/en-gb/kb/3125574
Microsoft states, and I quote:
“This rollup package includes almost all the updates that were released after the release of SP1 for Windows 7 and Windows Server 2008 R2, through April 2016. This convenience rollup is intended to make it easy to integrate fixes that were released after SP1 for Windows 7 and Windows Server 2008 R2. We recommend that you include this rollup package in the image creation process to make it easier to quickly set up a computer.”-https://support.microsoft.com/en-gb/kb/3125574
- Service Pack 1 for Windows 7 or Windows Server 2008 R2 (KB976932)
- April 2015 servicing stack update for Windows 7 and Windows Server 2008 R2 (KB3020369)
I am writing this article assuming everyone is using media that already contains Service Pack 1. If it does not, I recommend you acquire media that already contains Service Pack 1.
It has also been recommended by the community to apply the latest version of the Windows Update agent prior to the Servicing Stack. This is to prevent the Windows Update agent from becoming unresponsive during the patching process. I have not experienced this behavior personally, but find it prudent to simply apply it to prevent it from potentially happening. The update can be here:
Make sure to download the update for your appropriate architecture. I used all x64 for my testing.
After downloading all 3 patches, you will want to make a package for each update. The concept is the same in both Configuration Manager and MDT. Although I will not be showing you how to create a package in either tool, I will provide the installation order and command line options needed to accomplish creating the package.
The installation order and installation strings are as follows:
- KB3138612
- wusa.exe Windows6.1-KB338612-x64.msu /quiet /norestart
- Restart Computer
- KB3020369
- wusa.exe Windows6.1-KB3020369-x64.msu /quiet /norestart
- KB3125574-v4-x64.msu
- wusa.exe Windows6.1-KB3125574-v4-x64.msu /quiet /norestart
- Restart Computer
You can see my task sequence here:
Apply these updates sometime after the “Setup Windows and Configuration Manager” step and before your “Apply Updates” step.
After applying the convenience roll-up, I still run the Windows update tasks. I run 3 passes and still installed approximately 80 updates.
So after all of this, a job that I have literally seen run for up to 8 hours, and cause all kinds of failures, is running fairly fast. Approximately 4 hours. I would say that is a substantial increase in time saved from 8.
Holy Crap dude your recommended WU Engine Update is WAY out of date! There were 4 more after that one. March 2016 KB3138612 is the latest,
LikeLike
As I said, these were recommended by some other folks in the community, and they have helped in preventing the software update service from hanging before the Windows Convenience roll-up package is applied. The latest version of the WU engine will be applied as part of the roll-up package. This are applied to prevent a fix, not to end up with in production. I have not tested applying the convenience roll-up with the latest WU engine, so Mr. Dunn, I invite you to test that and let me know how it works please. Thank you for bringing that to my attention.
LikeLike
I should explain a bit better…I’m the OS Architect where I work. I’ve already rebuilt the image pretty much has you define, and its built with the March 2016 Engine. My steps are otherwise exactly what you detail.
LikeLike
Oh well even better. Thank you for the clarification. I will validate and update my post once I have done so. Thank you very much for the tip.
LikeLike
Also the March update obviates the need for the 3102810 patch.
LikeLike