Skip to content

Commit 87c5a38

Browse files
committed
revise with workaround
1 parent 565ed7b commit 87c5a38

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

memdocs/configmgr/core/plan-design/configs/support-for-windows-11.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,13 @@ InstallUpdate returned code 0x8007007b
142142
Failed to install update with ID 16787962 on the image. ErrorCode = 123
143143
```
144144

145-
Currently, there's no workaround.
145+
This issue is because DISM doesn't support the `.cab` files.
146+
147+
To work around this issue, you can manually service the image:
148+
149+
1. Download the update directly from the Microsoft Update Catalog. For example, `https://www.catalog.update.microsoft.com/Search.aspx?q=KB5007215`
150+
1. Use DISM to manually inject the downloaded `.msu` update file into the Windows 11 image. For more information, see [Add updates to a Windows image](/windows-hardware/manufacture/desktop/servicing-the-image-with-windows-updates-sxs).
151+
1. Manually update the image file in the package source. Then update it on distribution points.
146152

147153
## Next steps
148154

0 commit comments

Comments
 (0)