Issues with Applying KB5083769 Cumulative Update to Offline Images

0
2
Asked By TechWhiz123 On

Hey everyone! I could use some help. After updating to the April 2026 cumulative update (version 26200.8246), I'm running into an error when I try to apply a cumulative .msu patch to an offline WIM or VHDX. The error message I get is: "WARNING: Failed to add package" along with an error code 0x800401e3, which suggests problems with the Unattend.xml file from the .msu package. I've tried including the September 2024 update (KB504308) in the same folder, but that doesn't work either. Interestingly, the same files work fine on a device running the March 2026 cumulative update. Has anyone else faced this issue? I'm thinking of logging it with Microsoft, but I wanted to see if there's any insight here first. Thanks!

1 Answer

Answered By ScriptingNinja On

This is odd, but I found that while Add-WindowsPackage fails, using 'dism.exe /image:C:mountdir /PackagePath:C:PackagePathKB5083769.msu' worked for me. Just make sure the checkpoint MSU is in the same folder as the KB5083769 file. I'm currently waiting for my WIM to commit to see how it goes.

AdminGuru99 -

You're right! I had tried DISM before and it didn't work, but after removing the MoTW and trying DISM again, it’s finally patching successfully! I’m going to do a thorough re-test tomorrow, but I'm really grateful for your guidance!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.