Windows 7 x64 KB2533552 Integration

KonVei

New Member
Messages
5
Reaction score
0
Hello,

I am new to NTLite and have been trying for around a week to integrate all Windows 7 x64 updates up to its end-of-life (EOL). My goal is to satisfy Windows Update (WU) as much as possible with everything that can be added offline. I have been using ONLY the "Latest Online Update" function of NTLite, supplementing it with some updates from a list that garlin provided a couple of years ago.

My source is an original Windows 7 x64 Ultimate ISO (double-checked via hash). I include updates ONLY up to EOL. During the offline integration process, everything seems to be reported as "OK." However, once I load my .ISO into a VM, I see an error in Windows Event Viewer under the "Setup" category:
Code:
Windows update could not be installed because of error 2149842967 "" (Command line: ""C:\Windows\system32\wusa.exe" "E:\windows6.1-kb2533552-x64_0ba5ac38d4e1c9588a1e53ad390d23c1e4ecd04d.msu"        ")

At the same time, KB2603229 (also a post-setup KB) is reported as "successfully installed."

This always results in WU prompting me to download KB976932, which, although reported as "Windows 7 Service Pack 1 for x64," is essentially the missing KB2533552 (as confirmed via the Software Distribution folder, which shows that this is what WU is downloading).

Here’s what I have tried so far:
  1. Performing multiple passes by forcing a different update order, but to no avail.
  2. Noticed that installing all updates up to (but not including) KB3125574 does not trigger this error. However, when I include KB3125574 and its dependency KB4490628, the error in the event log reappears.

I wonder if testing on a VM could somehow impact this, although I doubt it. Any help would be greatly appreciated.
 
What is the host OS for NTLite? abbodi's noted that W11 isn't officially supported for integrating W7 updates, and you need to find a W10 platform. It doesn't matter what version of W10, other than it's not running W11.

DISM Supported Platforms
 
Host OS is Windows 10 Pro x64 22H2 19045.5247

I could try integrating all the default (up to EOL) updates that NTLite offers and provide you with logs if this proves to be helpful. Just let me know which logs and how to get them.
 
KB2533552 is old and replaced by later Servicing Stack updates

once you integrate or install those SSUs (KB4490628), KB2533552 cannot be installed via msu file
because local WU engine will detect it as superseded

online WU uses KB2533552 cab file to install the update, which can be installed via Dism.exe tool
 
KB2533552 is old and replaced by later Servicing Stack updates

once you integrate or install those SSUs (KB4490628), KB2533552 cannot be installed via msu file
because local WU engine will detect it as superseded

online WU uses KB2533552 cab file to install the update, which can be installed via Dism.exe tool
Thank you for the insight and explanation.

Eventually i resorted to using sysprep to integrate all updates and DISM to capture the image, this is way more flexible and trouble free.
 
Back
Top