Creating fully patched Windows 7 SP1 image by Slipstreaming in with Convience Rollup and Quality Rollup

  • Post author:
  • Post category:IT / Tools / WSUS

Something botched my Windows 7 VM on my lab while testing the December 2017 updates. 2017-12 Security Monthly Rollup update failed. I tried to troubleshoot for couple of days but headed no where. I decided to do repair using the Windows 7 with SP1 ISO. It complained that the Windows 7 VM was running with the latest update and the Windows7 ISO was not compatibile. I followed the following steps to slipstream Windows 7 with SP1 ISO to bring to the latest updates, create an ISO and repair the VM.

Creating fully patched Windows 7 SP1 image by Slipstreaming in with Convience Rollup and Quality Rollup

Requirement:

1. Window 7 with SP1 installation ISO
2. Window AIK Tool installed
3. KB3020369 – service stack update released in April 2015.
4. KB3125574 Convinenece Rollup which was released in May of 2016.
5. KB4054518 – 2017-12 Security Montyhly Quality Rollup for Windows 7 for x64

Mount the Windows 7 with SP1 ISO and copy all the files/folders to C:\Windows7SP1ISO

Install Windows AIK Tool

Mount wim file

C:\Program Files\Windows AIK\Tools\amd64>dism /mount-wim /wimfile:"c:\Win7\wim\install.wim" /mountdir:"c:
\Win7\mount" /index:3

Add Update – 1 (KB3020369)

C:\Program Files\Windows AIK\Tools\amd64>dism /image:"c:\Win7\mount" /add-package /packagepath:"C:\Win7\Updates
\Update for Windows 7 for x64-based Systems (KB3020369)\AMD64-all-windows6.1-kb3020369-
x64_5393066469758e619f21731fc31ff2d109595445.msu"

Add Update – 2 (KB3125574)

C:\Program Files\Windows AIK\Tools\amd64>dism /image:"c:\Win7\mount" /add-package /packagepath:"C:\Win7\Updates
\Update for Windows 7 for x64-based Systems (KB3125574)\AMD64-all-windows6.1-kb3125574-v4-
x64_2dafb1d203c8964239af3048b5dd4b1264cd93b9.msu"

Add update – 3 (KB4054518)

C:\Program Files\Windows AIK\Tools\amd64>dism /image:"c:\Win7\mount" /add-package /packagepath:"C:\Win7\Updates
\2017-12 Security Monthly Quality Rollup for Windows 7 for x64-based Systems (KB4054518)\AMD64-all-windows6.1-
kb4054518-x64_290d02e1edc77bd5e809f867fc683d2ff4bf6df8.msu"

Commit and save the changes

C:\Program Files\Windows AIK\Tools\amd64>dism /unmount-wim /mountdir:"C:\Win7\mount" /commit

Copy the updated install.wim from C:\Win7\wim\install.wim to C:\Windows7SP1ISO

Create ISO using the source

C:\Program Files\Windows AIK\Tools\amd64>oscdimg -n -m -bC:\Win7SP1ISO\boot\etfsboot.com C:\Win7SP1ISO c:
\Win7SP1_DEC2017.iso

This Post Has 3 Comments

  1. Hadjememaar

    I tried it with this iso:
    {link reference removed}/index:4 . The first 2 packages went ok but the dec rollup gave a 0x8000ffff again….

    1. Chatur Tamang

      I would not comment on the ISO available from the URL that you provided. Use the genuine Windows 7 SP1 ISO. Also try using the Nov Monthly Cumulative Update instead of Dec.

  2. Hadjememaar

    Thanks I will try the original ISO.
    Nov rollup goes in ok, only the dec rollup won’t.

Comments are closed.