

- #Update win 7 sp2 iso install
- #Update win 7 sp2 iso drivers
- #Update win 7 sp2 iso update
- #Update win 7 sp2 iso driver
Put all the MSU files in one folder (**except KB3125574 which is the Convenience Rollup**). There is an easier way to integrate all of these updates without typing the names and paths to each update.

Type the following command for each of these: Dism /Image:C:\ISO\unpacked /Add-Package /PackagePath:Path_to_MSU_fileĬorrect the file paths and file names as necessary. Integrate each of the above downloaded updates using DISM into Windows 7 Setup.Updates required for Remote Desktop Protocol 8.1:Īnd finally, the Windows 7 Convenience Rollup Update: Internet Explorer 11 and its prerequisite updates: KB917607 (WinHelp support on Windows 7).KB969168 (Microsoft Agent or Office Assistant on Windows 7).
#Update win 7 sp2 iso update
KB3071740 (Hyper-V integration components update for Windows virtual machines).KB3156417 (May 2016 update rollup for Windows 7 SP1).KB3156017 (Security update for Windows Kernel-Mode Drivers).KB3153199 (Security update for Windows Kernel-Mode Drivers).KB3145739 (Security Update for Windows Graphics Component).KB3138612 (Windows Update Client: March 2016).KB3102810 (Update to fix high CPU usage and slow installation and searching for updates).KB3059317 (Security Update for common controls).KB3087873 (Hotfix for NVM Express drivers).
#Update win 7 sp2 iso drivers
#Update win 7 sp2 iso driver
#Update win 7 sp2 iso install
The whole purpose of the Convenience Rollup was that so you needed to install updates released only after April 2016. When you install Windows 7 using an ISO that only has these, Windows Update keeps forever checking for updates and never finishes. Microsoft did not care to mention that Windows Update will break after you integrate only the Servicing Stack update and the Convenience Rollup. Now comes the important and hard part.The folder must exist on your system, otherwise correct the path. This command will mount the Windows 7 SP1 Ultimate edition files to the folder C:\ISO\unpacked. Dism /Mount-WIM /WimFile:C:\ISO\Win7SP1\sources\install.wim /Name:"Windows 7 Ultimate" /MountDir:C:\ISO\unpacked Type the following command to mount the offline Windows image.Suppose for example, you are using Windows 7 Ultimate. Note the edition of Windows 7 for which you have the product key and its appropriate index. It will show you the indexes of the images contained in the WIM file. At an elevated command prompt, type the following command: Dism /Get-WIMInfo /WimFile:C:\ISO\Win7SP1\sources\install.wim.Copy all the files from Windows 7 SP1 setup media (DVD or ISO or USB) to a folder, let's say it will be C:\ISO\Win7SP1.First determine if you are running 32-bit Windows or 64-bit and obtain the ISO with Setup files for your appropriate edition and version of Windows 7 with SP1 integrated.
