1. Padre_Pedro

    Padre_Pedro MDL Member

    Mar 8, 2014
    110
    118
    10
    #23541 Padre_Pedro, Aug 21, 2022
    Last edited: Aug 21, 2022
  2. Padre_Pedro

    Padre_Pedro MDL Member

    Mar 8, 2014
    110
    118
    10
    Снимок экрана (3).png
    unable to update Windows 10 LTSC 2021 - 21H2 Build 19044.1288 - ru-ru_windows_10_enterprise_ltsc_2021_x64_dvd_5044a1e7



    Снимок экрана (4).png
    ALSO DOES NOT REMOVE COMPONENTS
     
  3. shhnedo

    shhnedo MDL Guru

    Mar 20, 2011
    2,095
    2,869
    90
    Because the cumulative update you're integrating(KB5016616) requires a servicing stack update to be integrated first.

    Try updating the image first. Remove components later.
     
  4. Padre_Pedro

    Padre_Pedro MDL Member

    Mar 8, 2014
    110
    118
    10
    shhnedo - servicing stack update , what do you mean?
    I thought SSU already part of the cumulative update KB5016616
     
  5. iamspa

    iamspa MDL Novice

    Mar 20, 2017
    26
    0
    0
    i hope you well soon...
     
  6. shhnedo

    shhnedo MDL Guru

    Mar 20, 2011
    2,095
    2,869
    90
    Open KB5016616.cab in a new explorer window or with something like winrar/7zip and check if there's SSU-xxxxxxxx.cab inside. But even if there is, I think it still needs to be extracted and integrated before the CU update itself.

    If you were installing LCU.msu on a live system, then the ssu is indeed already inside and it gets installed automatically.
     
  7. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    657
    1,235
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    @MSMG,

    There are some "copy" commands without "/y".
    replace all from:
    Code:
    copy "
    
    to:
    Code:
    copy /Y "
    
    This can be a problem, as replacement will not occur for a new version if such a situation occurs.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Kreemerz

    Kreemerz MDL Novice

    Aug 27, 2022
    3
    0
    0
    Loooove the tool.

    So I know how to integrate Windows components and updates.

    But how do you integrate other applications like third party (non Windows) apps?

    I want to add apps like NotePad ++ , OBS, etc?
     
  10. Dark Vador

    Dark Vador X Æ A-12

    Feb 2, 2011
    4,828
    7,137
    150
    in such cases, I use xml file
    and add run once command to start script
    in the script you can add your program with silent switch
    you can see such example --> here
    (you can make your own script, your own custom folder)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    4,001
    2,969
    150
    #23553 acer-5100, Aug 27, 2022
    Last edited: Aug 27, 2022

    That's really an old school way to do the things.

    It obviously works but, wastes a lot of time each time you install windows, it just does automatically a series of installations, but the installations takes time anyway.

    Instead you can:
    -----------------------------------------------------------------------------------------------------------------
    Use MSMG to build your wim (or use an untouched wim, if you prefer), you don't even need to bother to make the ISO

    Deploy the Wim in a vhdx disk.

    Boot it in a VM or real machine, and enter in audit mode using CTRL+SHIFT+F3 during the initial OOBE phase.


    Install whatever you like + do whatever tweak you need

    exit from audit mode respecializing windows.

    You can stop here, you have a fresh windows ready to be booted on real HW as a native vhdx or as a VM (and never use an ISO and setup.exe for the rest of your life)

    But if you really want an ISO just mount the VHDX capture the image inside a file called install.wim, replace the one made with MSMG and build your ISO.

    -------------------------------------------------------------------------------------------------------------------

    This way, no matter if you deploy the wim or use the legacy setup.exe, everything happens as fast a as the stock image would do, sparing a lot of time, especially if you need to do multiple installations.

    if you use the vhdx it's even faster (way faster). It's just matter of copying a single file and adding it to the bootloader with a single command
     
  12. Padre_Pedro

    Padre_Pedro MDL Member

    Mar 8, 2014
    110
    118
    10
    maybe it will be useful for someone: Update Windows 10 LTSC 2021 - 21H2 Build 19044.1288

    put all updates in a folder: \Toolkit_v12.5\WHD\w10\x64\10.0.19041

    SSU is not needed, it is already include in CU

    in my case i integrated 5 updates: KB5011048 (.NET Framework 4.8.1), kb5012170 (SU), kb5014676 (DU), kb5015730 (CU .NET Framework 3.5 und 4.8), kb5016616 (CU)

    In MSMG choose > [2] Integrate > [4] Windows Updates > [2] Integrate WHD Update Pack > [1] Integrate WHD General Updates = it's all !!!
     
  13. Dark Vador

    Dark Vador X Æ A-12

    Feb 2, 2011
    4,828
    7,137
    150
    #23555 Dark Vador, Aug 27, 2022
    Last edited: Aug 27, 2022
    I don't want to build my own custom Wim file o_O
    want to have option, to use any windows ISO
    currently I use W10 LTSC … tomorrow …
    $OEM$ option is great option for that case.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    4,001
    2,969
    150
    That's optional, but given we are in the MSMG thread....

    Just reuse what you have in the $OEM$ folder and use it as a script when you boot in audit mode, so you don't even have to install anything manually

    Sure it still requires more time than coping an xml file and a folder, but you spend that time ONCE but you regain the time EACH time you install or deploy the image
    Obviously both options makes sense if you have to do a lot of installs, if you install on a single PC once every two years there is little point in both methods

    Everything has pros and cons, but the unattended way is a win95ish way, when it was the only viable way to automate things.

    In 2022 (14 years after MS released the native vhds) using anything else is just masochistic. ISOs (no matter if your way or mine, or stock) should be used just for in place upgrades.
     
  15. Dark Vador

    Dark Vador X Æ A-12

    Feb 2, 2011
    4,828
    7,137
    150
    #23557 Dark Vador, Aug 27, 2022
    Last edited: Aug 27, 2022
    decide to try it anyway.
    build my own WIM, on external ssd, now capture it.
    (install updates, drivers, registry tweaks, chrome only)
    look everything is ok ….

    Edit.
    the stupid thing also capture my xml file :annoyed:
    and can't edit because is solid …..
    ( too much CPU / MEM resource to create one ,,, give up for today )
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    4,001
    2,969
    150
    It's an imaging sw obviously it captures everything you have on the partition.

    Except the default exclusions (windows\system32\WimBootCompress.ini) that you can tailor for your needs

    Mount the wim, edit, unmount the wim (more or less the same thing you do when you have to edit an ISO)

    Rome wasn't built in a single day... I guess the same is valid for Jerusalem as well ;)
     
  17. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    768
    560
    30
    You guys are talking about old school?
    I'm still doing application installs by means of runonceex.
    Brought it over from Windows XP.

    Cheers.
     
  18. CosmikDebris

    CosmikDebris MDL Novice

    Jul 31, 2015
    34
    7
    0
    I've browsed through this thread, maybe missed it, but nowhere do I find that any or all modifications are lost after OS update. Are the removed features restored?