1. 3fc5ix8k

    3fc5ix8k MDL Novice

    Oct 2, 2020
    19
    3
    0
    The toolkit is exporting install.wim from my ISO image (LTSC 21H2) instead of install.esd.

    What can I do to fix this?
     
  2. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    786
    631
    30
    You need to convert the image. From the main menu of the ToolKit:
    1. 7 (Tools)
    2. 1 (WIM Manager)
    3. E (Convert)
     
  3. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    786
    631
    30
    Can somebody remind me of the command to get the list of apps in an image using ToolKitHelper?
     
  4. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    8,296
    11,544
    270
    yep, thanks but I´m very old lol...;):D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. 18koko

    18koko MDL Novice

    Apr 18, 2021
    14
    1
    0
    DOes the removal in 12.6 works on 22622.730?
     
  6. shhnedo

    shhnedo MDL Guru

    Mar 20, 2011
    2,081
    2,836
    90
    What I said here - completely false. Just deleted the current toolkit folder and extracted the toolkit again(fresh) - works fine.
     
  7. xlincn

    xlincn MDL Junior Member

    Nov 9, 2013
    58
    18
    0
    12.7
    is this normal?
     

    Attached Files:

  8. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,626
    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.
     
  9. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,626
    210
    Will checkout and fix the issue.
     
  10. MSMG

    MSMG MDL Developer

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

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,626
    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.
     
  12. MSMG

    MSMG MDL Developer

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

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,626
    210
    #23795 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" (
    
     
  14. MSMG

    MSMG MDL Developer

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

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,626
    210
    From 19041 ADK ISO
     
  16. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,626
    210
    #23798 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 . . .
    
     
  17. n3ro97

    n3ro97 MDL Member

    Oct 17, 2018
    105
    63
    10
    #23799 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
     
  18. 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.