abbodi1406's Batch Scripts Repo

Discussion in 'Scripting' started by abbodi1406, May 4, 2017.

  1. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,686
    6,364
    60
    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

     

    Attached Files:

  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    55,203
    126,977
    450
    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
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,673
    100,457
    340
    @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
     
  4. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,686
    6,364
    60
    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,
     
  5. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,686
    6,364
    60
    Yes, I understand the logic of the process now.

    Thank you very much for your help!

    Best regards,
     
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    55,203
    126,977
    450
    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").
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,686
    6,364
    60
    That's a good suggestion.

    I'll adopt that too.

    Thanks!
     
  8. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,673
    100,457
    340
    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
     
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    55,203
    126,977
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Spooks in Space

    Spooks in Space MDL Novice

    Jan 5, 2026
    1
    2
    0
    @abbodi1406
    So far, no other errors have been noticed or detected. Thank you for the quick solution.:)