1. shhnedo

    shhnedo MDL Expert

    Mar 20, 2011
    1,827
    2,428
    60
    What I said here - completely false. Just deleted the current toolkit folder and extracted the toolkit again(fresh) - works fine.
     
  2. xlincn

    xlincn MDL Novice

    Nov 9, 2013
    48
    15
    0
    12.7
    is this normal?
     

    Attached Files:

  3. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Have enabled this feature in the latest version, do copy the required 19041 MMRC cabs to the respective folder and use the menu to integrate the feature.
     
  4. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Will checkout and fix the issue.
     
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Code:
    ToolKitHelper.exe <mount-folder> /?
    
     
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Toolkit works with 2262x.xxx for integration and customization but for removal it only works with the one specified in the current changelog.txt (22621.1/2262x.521) also works for 2262x.525.
     
  7. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    No, it will give errors while updating for next update.
     
  8. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    #23808 MSMG, Oct 1, 2022
    Last edited: Oct 1, 2022
    (OP)
    What's the source image?

    Edit: Make these changes to the Toolkit.cmd using notepad and save the script.

    Line : 1777

    Change

    Code:
    if "%SelectedSourceOS%" equ "w11" if "%ImageBuild%" gtr "22621" if "%ImageInstallationType%" equ "Client" (
    
    To

    Code:
    if "%SelectedSourceOS%" equ "w11" if "%ImageBuild%" gtr "22623" if "%ImageInstallationType%" equ "Client" (
    


    and


    Line : 1873

    Change

    Code:
    if "%SelectedSourceOS%" equ "w11" if "%ImageBuild%" gtr "22621" if "%ImageInstallationType%" equ "Client" (
    
    To

    Code:
    if "%SelectedSourceOS%" equ "w11" if "%ImageBuild%" gtr "22623" if "%ImageInstallationType%" equ "Client" (
    
     
  9. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    The code is correct, the code adds the missing base packages for the source boot images generated through UUP dump.
     
  10. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    From 19041 ADK ISO
     
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    #23811 MSMG, Oct 1, 2022
    Last edited: Oct 1, 2022
    (OP)
    Will be releasing a new update for W11 22622 and 22623 WHD updates integration fix.

    Code:
    ===============================================================================
      MSMG ToolKit - Integrate WHD General Updates to Windows Setup Install Image
    ===============================================================================
    
    -------------------------------------------------------------------------------
    ##################Starting Integrating WHD General Updates#####################
    ######################to Windows Setup Install Image###########################
    -------------------------------------------------------------------------------
    
        Image                    : Install.wim
        Image Index              : 1
        Image Architecture       : x64
        Image Version            : 10.0.22622.601.0
    
    -------------------------------------------------------------------------------
    ####Processing WHD General Updates Packages####################################
    -------------------------------------------------------------------------------
    
    Creating WHD General Updates Temporary folder...
    
    Extracting Update Package files to Temporary folder...
    
    Finished Extracting Update Package files to Temporary folder...
    
    -------------------------------------------------------------------------------
    ####Integrating WHD General Updates to Windows Setup Install Image#############
    -------------------------------------------------------------------------------
    
    ===========================[Install.wim, Index : 1]============================
    
    -------------------------------------------------------------------------------
    Integrating Windows 11 Servicing Stack Update Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25206.1000
    
    Image Version: 10.0.22622.601
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_440~31bf3856ad364e35~amd64~~22621.440.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating Windows 11 Cumulative Update Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25206.1000
    
    Image Version: 10.0.22622.601
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~22621.730.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating Windows 11 v22H2 Moment 2 Feature Enablement Update Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25206.1000
    
    Image Version: 10.0.22622.730
    
    Processing 1 of 1 - Adding package Package_for_KB5018863~31bf3856ad364e35~amd64~~22621.726.1.2
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Generating WHD General Updates Integration Log File...
    -------------------------------------------------------------------------------
    
    Writing WHD General Updates Integration Log.
    
    -------------------------------------------------------------------------------
    ####Cleaning Up Temporary files & Folders######################################
    -------------------------------------------------------------------------------
    
    Cleaning Up WHD General Updates Temporary folder.
    
    -------------------------------------------------------------------------------
    ##################Finished Integrating WHD General Updates#####################
    ######################to Windows Setup Install Image###########################
    -------------------------------------------------------------------------------
    
    ===============================================================================
    
    Press any key to continue . . .
    
     
  12. n3ro97

    n3ro97 MDL Member

    Oct 17, 2018
    105
    63
    10
    #23812 n3ro97, Oct 1, 2022
    Last edited: Oct 1, 2022
    @MSMG
    Is there a reason why you removed Quick Assist App from Remove Windows Components > System Apps or is this a mistake? Quick Assist App option was available there in previous versions of Toolkit.
    Serviced Image: LTSC 2021 19044.1889, Toolkit v12.6
     
  13. 3fc5ix8k

    3fc5ix8k MDL Novice

    Oct 2, 2020
    19
    3
    0
    Is "Simple TCP/IP Services" (under network) needed for internet access?

    Wasn't able to test that in a VM.
     
  14. n3ro97

    n3ro97 MDL Member

    Oct 17, 2018
    105
    63
    10
    No.
    --------------------------------------------------
    Name: Simple TCP/IP Services
    Info: Collection of command line utilities for network diagnostics. Turned off by default in "Windows Features".
    Package: Microsoft-Windows-SimpleTCP-Package, Microsoft-Windows-SimpleTCP-Opt-Package
     
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    It's a bug in the Toolkit script, have fixed it now, will be releasing a new version today.

    Change

    Code:
    "%ImagBuild%"
    To

    Code:
    "%ImageBuild%"
     
  16. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Updated the Toolkit to v12.8

    v12.8
    + Added or Updated Appx License XML files for the below Apps to Toolkit's <Bin\AppLicense> folder.

    AOMedia Video 1 (AV1) Codec Plugin (ARM64 bit)
    OpenCL ^& OpenGL Compatibility Pack (D3D Mapping Layers)
    Microsoft Journal
    Windows Defender (SecHealthUI)
    Webp Image Extension
    Windows Terminal

    + Updated the Feature "Integrate Microsoft Default Inbox Apps" to support integrating the Microsoft Journal for Windows 10 and Windows 11 Source OS.
    + Fixed a Bug in the Feature "Integrate WHD Updates" where the Toolkit got terminated when selecting the Integrate WHD Updates to Install Image menu.
    + Fixed a Bug in the Feature "Integrate WHD Updates" where the update information was not displayed for Windows 11 v22H2 Moment 1/2 Enablement Package.
    * Renamed the menu Cleanup Source Images to Cleanup Source Images using DISM Cleanup-Image.
     
  17. @MSMG: I'd like to apologize for any previous negative things I've said in this thread. I did sound unthankful, but that was never my intention. I'm just an average American guy nearing middle age, my years of life have made me very cynical and quite a bit of an asshole. Alot of bad experiences adding up over time, I guess. I've built up a mental "shield" as a defense of sorts.

    Anyway, a few hours ago I was trying to customize an LTSC ISO with TK v12.7. And while trying to integrate WHD SSU/CU, the TK kept crashing for some weird reason. I repeated the process several times but always the same results.

    And just now I check the TK's downloads page to find v12.8. And in the changelog it mentioned that this particular crash is fixed.

    I have yet to try again, I'm just too tired RN. So I'd just like to say thanks for pushing out this update, before I even had a chance to post.
     
  18. #23820 Deleted member 537631, Oct 2, 2022
    Last edited by a moderator: Oct 2, 2022
    @MSMG: And before I forget to ask, I'd like to know if TK v12.8 is compatible for component removals, with the current latest SSU/LCU listed in this post:

    https://forums.mydigitallife.net/th...h1-22h2-vb_release.80763/page-16#post-1571109

    If it is, I'm going to integrate them as WHD updates into my LTSC source image. I know the toolkit helper exe seems to only be compatible with certain update versions. I just want to be sure that I don't integrate updates for which component removal isn't 100% compatible.

    I'm trying to avoid the issue I had last time in regards to Edge not being fully removed due to my image not having a recent enough update built in.

    Edit: Forget I asked, I'll use just use the old SSU/CU linked by graverx months ago. It's just too much of a headache trying to determine exactly which cab files I need to maintain component removal compatibility with the TK. Your changelog.txt mentions the KB#, but I've had trouble correlating that to what I actually need. And I don't feel like posting in this topic every time I'm not sure what I'll need. I'd much rather be able to determine it for myself instead of relying on others. I don't plan on updating the customized OS once it's installed anyway, so it doesn't much matter to me to have the latest integrated. Just something that will make removals work as expected.