Hi @abbodi1406 I am integrating Windows 26200 updates using W10UI, and although I haven't selected the boot.wim update (UpdtBootFiles =), the process always updates the boot.wim. How can I perform the integration without updating the boot.wim? My W10UI.ini configuration: What am I forgetting? Thanks for your help! Attached log file
About the first line, bootwim is updated when the extracted/mounted ISO is selected, when you only select install.wim it won't update boot.wim, not related to updtebootfiles, that is certificate related (afaik). Code: # UpdtBootFiles update ISO boot files bootmgr/memtest/efisys.bin from Cumulative Update this will also update new UEFI CA 2023 boot files if detected. See KB5053484 for details note: the two default files bootmgr.efi/bootmgfw.efi will be updated if this option is OFF
@SunLion updating boot.wim is required to match iso\sources files if you only want to update install.wim, just select it directly as target
Thanks a lot for your help. You're right—I was pointing to the extracted folder instead of the install.wim file. That saved me! Best regards,
I always use the full extracted or mounted ISO to update all wim files, updating boot.wim doesn't take much time and you can always extract the install.wim later, when desired (or set ISO creation to "0").
uup-converter v125 - Add workaround to fix the situation for 26300/26220 new baseline KB5122055 (msu processing order by size instead name, LCUmsuExpand auto disabled) thanks to @Enthousiast for testing