| Task | WinRE (winre.wim) | Operating system (install.wim) | WinPE (boot.wim) | New media |
|---|---|---|---|---|
| Add servicing stack Dynamic Update | 1 | 9 | 17 | |
| Add language pack | 2 | 10 | 18 | |
| Add localized optional packages | 3 | 19 | ||
| Add font support | 4 | 20 | ||
| Add text-to-speech | 5 | 21 | ||
| Update Lang.ini | 22 | |||
| Add Features on Demand | 11 | |||
| Add Safe OS Dynamic Update | 6 | |||
| Add Setup Dynamic Update | 26 | |||
| Add setup.exe and setuphost.exe from WinPE | 27 | |||
| Add boot manager from WinPE | 28 | |||
| Add latest cumulative update | 12 | 23 | ||
| Clean up the image | 7 | 13 | 24 | |
| Add Optional Components | 14 | |||
| Add .NET and .NET cumulative updates | 15 | |||
| Export image | 8 | 16 | 25 |
The Dynamic update is for the entire ISO, thus it's targeting only the main image.Hi guys,
How can I integrate DU KB5047134 into Windows Setup? When I select Windows Setup in the Apply section, the update appears under install.wim but not under boot.wim in the right pane. What could I be overlooking?
View attachment 13590
Setup Dynamic Update existing version detection is not there, indeed.Hi guys, thanks for the clarifications!
Even after applying the changes and creating a new image, the KB5047134 update keeps coming back when I load the image again. This makes me wonder if there's something I'm missing or a specific step required to fully incorporate this update.
From what I understand:
However, since the KB keeps showing up, could it be:
- Setup Dynamic Update targets the entire ISO and requires updating files in boot.wim, install.wim, and possibly other parts of the image.
- Tools like NTLite automate the internal steps, so updates to boot.wim don’t need to be manually applied.
What’s the best way to confirm the update is correctly applied to all components? Are there logs or verification steps I can follow to ensure all parts of the ISO (including boot.wim and install.wim) are properly updated?
- The update isn't fully applied during the process?
- Some files or dependencies from the update aren’t properly integrated into boot.wim or install.wim?
Appreciate any insights, especially if there’s a specific setting or workflow tweak I should follow!
KB5047486 can be replaced by the normal .NET 6 offline installer. Same software, but in a different package format.I do have a follow-up question about integrating .exe updates, such as:
How would I go about properly incorporating these into a Windows ISO or setup? Are there any special steps or considerations for .exe updates compared to CAB files?
windowsdesktop-runtime-6.0.36-win-x64.exe /install /quiet /norestart
Error 0x800703EE '[1006] The volume for a file has been externally altered so that the opened file is no longer valid.': DISM Clean update backup
That's a Windows question, DISM cleanup has tons of issues and dependencies.I got this message when doing DISM (compatible):
How can I prevent this one?
This order worked like a charm, cheers!Use a fresh downloaded ISO from Microsoft, add updates with NTLite and enable Update Cleanup DISM Compatible option.
It will then clean when possible, it times it as appropriate and repeats the cleanup a few times.
Last time it may be skipped, due to the mentioned dependencies, but it will clean at least the biggest chunks after CU integration if allowed to do so.
Do let me know if you see some quirks with the mentioned scenario, provide a preset for me to test with.
Good evening, after installing the SS, DU, and CU updates in the Windows installer, it is necessary to copy the binaries for setup.exe, setuphost.exe, bootmgfw.efi, and bootmgr.efi. The .exe files go in the "sources\" folder, bootmgr.efi goes in the root directory of the installation DVD files, and bootmgfw.efi must be copied to "\efi\boot" and renamed to "bootx64.efi". These files should be copied from "Windows\boot\efi\" of the mounted WinPE that functions as the installer, and the .exe binaries are located in "sources\" of the same WinPE. If the binaries are not copied, the installer won’t boot because the build number of the new update must match what's in sources\ where the install.wim is locatedHi guys,
How can I integrate DU KB5047134 into Windows Setup? When I select Windows Setup in the Apply section, the update appears under install.wim but not under boot.wim in the right pane. What could I be overlooking?
View attachment 13590
That's covered by Steps 27-28 of the table, in post #2. NTLite already does this for you.Good evening, after installing the SS, DU, and CU updates in the Windows installer, it is necessary to copy the binaries for setup.exe, setuphost.exe, bootmgfw.efi, and bootmgr.efi. The .exe files go in the "sources\" folder, bootmgr.efi goes in the root directory of the installation DVD files, and bootmgfw.efi must be copied to "\efi\boot" and renamed to "bootx64.efi". These files should be copied from "Windows\boot\efi\" of the mounted WinPE that functions as the installer, and the .exe binaries are located in "sources\" of the same WinPE. If the binaries are not copied, the installer won’t boot because the build number of the new update must match what's in sources\ where the install.wim is located