It sucks when you deploy Windows to your machines and then you have to update them with Windows 300+ updates. The sad thing about this is that Microsoft doesn’t offer an ISO image with all these updates integrated, but Microsoft does provide us the tools to create your own ISO image. The video below will show you how to integrate the updates into an ISO image.
Here are the commands done in the video:
Dism /Get-WIMInfo /WimFile:C:\Win7SP1ISO\sources\install.wim
mkdir C:\Win7SP1ISO\offline
Dism /Mount-WIM /WimFile:C:\Win7SP1ISO\sources\install.wim /Name:"Windows 7 PROFESSIONAL" /MountDir:C:\Win7SP1ISO\offline Dism /Image:C:\Win7SP1ISO\offline /Add-Package /PackagePath:C:\updates\Windows6.1-KB3020369-x64.msu
Dism /Image:C:\Win7SP1ISO\offline /Add-Package /PackagePath:C:\updates\windows6.1-kb3125574-v4-x64_2dafb1d203c8964239af3048b5dd4b1264cd93b9.msu
If you need to get/download update for yourself you can head over to the Microsoft Update Catalog website. Keep in mind, that the site will only work with the latest Internet Explorer.
Unfortunately, this website requires ActiveX, which means it only works in Internet Explorer. That means no Google Chrome, Mozilla Firefox, or even Microsoft Edge on a Windows PC.
After opening the site in Internet Explorer, click the yellow information bar and select “Install This Add-on For All Users on This Computer.” You’ll have to agree to a User Account Control pop-up after installing the ActiveX control.
At the Microsoft Update Catalog website you’ll see several update packages available for download. Just locate the updates you need for your Operating System – add them to the basket and download them. Within the video I only downloaded KB3020369 and KB3125574 because those two updates are for Windows 7 SP1 Convenience Rollup.
