Share via

Updating Windows 10 21H2 offline with December 2025 MSU package fails

Benn, Campbell 0 Reputation points
2026-04-10T09:55:14.08+00:00

The DISM Log shows the following

Install mode: install    Smart installer: false    Installer ID: {4e9a75dd-0792-460c-a238-3f4130c39369}    Installer name: 'Extended Security Updates AI installer' 2026-01-07 15:02:33, Info                  CSI    00002cae Loading installer DLL from explicit path: C:\MountInstall\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.19041.6575_none_7e05e59a7c9315d9\ExtendedSecurityUpdatesAI.dll 2026-01-07 15:02:34, Info                  CSI    00002caf Performing 1 operations as follows:  (0)  LockComponentPath: flags: 0 comp: {l:16 b:b58649a7e67fdc01fda10000c094d83f} pathid: {l:16 b:b58649a7e67fdc01fea10000c094d83f} path: [l:123]'??\C:\Windows\WinSxS\amd64_microsoft-windows-s..edsecurityupdatesai_31bf3856ad364e35_10.0.19041.6691_none_e6470571a636624a' pid: 94c0 starttime: 134122707732284858 2026-01-07 15:02:34, Info                  CSI    00000001 Not a Virtual Machine 2026-01-07 15:02:34, Info                  CSI    00000002 ESU: Offline is not supported HRESULT_FROM_WIN32(1625). 2026-01-07 15:02:34, Error      [0x018067] CSI    00002cb0 (F) Failed execution of queue item Installer: Extended Security Updates AI installer ({4e9a75dd-0792-460c-a238-3f4130c39369}) with HRESULT HRESULT_FROM_WIN32(1625).  Failure will not be ignored: A rollback will be initiated after all the operations in the installer queue are completed; installer is reliable[gle=0x80004005] 2026-01-07 15:02:34, Info                  CSI    00002cb1 Creating NT transaction (seq 1)

Windows for business | Windows for IoT
0 comments No comments

3 answers

Sort by: Most helpful
  1. Jason Nguyen Tran 17,025 Reputation points Independent Advisor
    2026-04-12T15:34:51.39+00:00

    Hi Benn, Campbell,
    I’m following up to check whether the issue has been resolved. Feel free to reply if you need further information. If the information provided was helpful, please click "Accept Answer" to help others in the community. Thank you!

    0 comments No comments

  2. Jason Nguyen Tran 17,025 Reputation points Independent Advisor
    2026-04-10T10:50:45.07+00:00

    Hi Benn, Campbell,

    The key line in your log is “ESU: Offline is not supported HRESULT_FROM_WIN32(1625)”. This means the Extended Security Updates (ESU) installer is explicitly blocking offline servicing. In other words, ESU updates for Windows 10 21H2 must be applied through an online servicing session (Windows Update or WSUS), not injected into an offline image with DISM.

    Even though you’re using the correct MSU package, the ESU installer DLL is designed to check whether the system is running live and licensed for ESU. When it detects an offline mount, it fails with the error you saw. That’s why the rollback occurs and the update doesn’t stick. Rebuilding or retrying won’t change the outcome, since this is by design.

    The countermeasure is to apply the update in an online environment where the system can validate ESU licensing. If you need to update multiple machines, you can distribute the MSU via WSUS, Configuration Manager, or by running the installer interactively on each system. Offline servicing with DISM will not work for ESU packages.

    In short, the failure isn’t due to corruption, it’s simply that ESU updates don’t support offline installation. Running the MSU in a live session or using WSUS/SCCM is the correct path forward.

    I hope the response provided some helpful insight. If it addressed your issue, please consider marking it as Accept Answer so others facing the same problem can easily find the solution. If you need any further assistance, feel free to leave a comment.

    Jason.

    0 comments No comments

  3. Q&A Assist
    2026-04-10T09:55:31.2933333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The log entry ESU: Offline is not supported HRESULT_FROM_WIN32(1625) indicates that Extended Security Updates (ESU) servicing cannot run in offline mode. The ESU AI (ExtendedSecurityUpdatesAI.dll) installer requires an online, running Windows instance and does not support applying the ESU-enabled cumulative update to an offline image (for example, via DISM against a mounted WIM or offline OS volume).

    To install the December 2025 MSU that includes ESU components for Windows 10 21H2:

    1. Boot into the target Windows 10 21H2 system (online servicing, not a mounted image).
    2. Ensure all ESU prerequisites are met:
      • The Servicing Stack Update (SSU) with AI changes must be installed.
      • The ESU MAK add-on key must be installed and activated for the edition in use.
    3. Then run the MSU directly on the live system (double-click or use wusa.exe against the online OS), or deploy via an online mechanism such as Windows Update, WSUS, or Configuration Manager.

    If attempting to maintain a reference image, apply the ESU-enabling updates and cumulative updates after deployment, on the running OS, rather than injecting the ESU MSU into the offline image.

    If ESU prerequisites are missing, also verify the SSU with AI changes is installed as described in the ESU troubleshooting guidance. If it is not present, install the required SSU first and retry the update on the online system.


    References:

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.