Install Media Customizer Kitchen - IMCK (formely known as "Custom Toolkit")

Discussion in 'Application Software' started by inTerActionVRI, Nov 22, 2022.

  1. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,647
    3,390
    60
    About that, have you tried to integrate the updates directly through the Integrate Updates menu?
    You can download everything over there.

    Give it a try and tell me what you think.

    I have to check how the situation is using the W10UI right after the integration of the components you mentioned. And getting the image data after integrating the updates.

    I know that if we have to commit the modifications made so far before removing components to be able to get the options info of components present in the image, it will cause problems with the ToolkitHelper.
     
  2. haris_mdlf69

    haris_mdlf69 MDL Senior Member

    Oct 23, 2018
    424
    667
    10
  3. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,647
    3,390
    60
    #23 inTerActionVRI, Jan 2, 2023
    Last edited: Jan 2, 2023
    (OP)
    In MSMG Toolkit it will work, because the menu system is different.

    For me to find the problem here at IMCK, without using W10UI, I suggested that you do the update integration procedure using the scheme that automatically downloads updates directly from the UUP dump.

    EDIT:
    About the problems with ToolkitHelper that I know could occur, they are related to IMCK.

    And, I'm already developing a way to correct this detail. Basically establish a logical reordering in the code.
     
  4. DennyAmaro

    DennyAmaro MDL Junior Member

    Apr 25, 2018
    63
    21
    0
    #24 DennyAmaro, Jan 4, 2023
    Last edited: Jan 4, 2023
    Hi, download IMCK today and test and it seems that after choose a preset and them go to check which components will be removed by category is not working everything. When I try access System Apps the IMCK closes.
    I`m using Windows 11 22H2 22621.963

    Maybe is the line 22950, that shows this:
    :: [6 ^| 7 ^| 8] System, SystemApps and WindowsApps
    Cortana
    Paint
    QuickAssist
     
  5. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,647
    3,390
    60
    Between lines 26148 and 26149
    is missing a line with )

    from:
    Code:
           if "%%n" equ "WebView2SDK" (
               if "!%%n!" neq "" (
                   if "%ImageBuild%" geq "19041" (
                       set "%%n=!count!"
                   )
               if "!%%n!" neq "" (
    
    to:
    Code:
           if "%%n" equ "WebView2SDK" (
               if "!%%n!" neq "" (
                   if "%ImageBuild%" geq "19041" (
                       set "%%n=!count!"
                   )
               )
               if "!%%n!" neq "" (
    

    Thanks for reporting the bug.
     
  6. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,647
    3,390
    60
    @haris_mdlf69,

    Following the test.
    Code:
    ===============================================================================
                      MSMG Toolkit - Removing Components
    ===============================================================================
    
    -------------------------------------------------------------------------------
    ### Start Removing Components ##############################################
    -------------------------------------------------------------------------------
    
        Image                    : install.wim
        Image Index              : 1;2
        Image Architecture       : x64
        Image Version            : 10.0.19041.1.0
    
    -------------------------------------------------------------------------------
    ### Removing Components #######################################################
    -------------------------------------------------------------------------------
    
    
    ===============================================================================
                [install.wim, Index :  1 - Edition : Core]
    ===============================================================================
    
    -------------------------------------------------------------------------------
    Removing the Component(s) Package(s)...
    -------------------------------------------------------------------------------
    
    MSMG ToolKit Commandline Helper
    Version: 1.1.1512.0
    
    Image Version: 10.0.19041.1
    
    Component : EdgeChromium, not found...
    
    
    
    
    ===============================================================================
                [install.wim, Index :  2 - Edition : Professional]
    ===============================================================================
    
    -------------------------------------------------------------------------------
    Removing the Component(s) Package(s)...
    -------------------------------------------------------------------------------
    
    MSMG ToolKit Commandline Helper
    Version: 1.1.1512.0
    
    Image Version: 10.0.19041.1
    
    Component : EdgeChromium, not found...
    
    
    -------------------------------------------------------------------------------
    ### Finished Removing Components ##############################################
    -------------------------------------------------------------------------------
    
    ===============================================================================
    


    Integrating Windows Updates
    Select 4 --> Y --> 2
    Code:
    ===============================================================================
                        MSMG Toolkit - Integrate Windows Updates
    ===============================================================================
    
    
    
                                  W A R N I N G
                                  =============
    
      Do not integrate any updates before integrating a language pack or
      any windows features. If you integrate any updates (Hotfix, General
      Distribution Release [GDR], Zero-Day Patch [ZDP] or Service Pack [SP])
      that contains language/feature-dependent resources before you integrate
      any updates, The language/feature-specific changes that are contained
      in the updates are not applied and you will have to re-integrate the
      updates. Always integrate language packs/Windows features before you
      install updates.
    
    
      To turn off Warning Dialogs, Choose Disable Dialogs in Tools->Options Menu
    
    ===============================================================================
    
    Do you want to Continue ? ['Y'es/'N'o] : Y
    
    
    ===============================================================================
                    MSMG Toolkit - Integrate Windows Updates Menu
    ===============================================================================
    
      [1] (-)Integrate Windows Updates
    
      [2] (-)Integrate WHD Update Pack
    
    
    
    
    
    
    
    
    
    
    
    
      [X]   Go Back
    
    ===============================================================================
    
    Enter Your Choice : 2
    

    Select D --> 1 or 2
    In your case, you should select 1, then if you need, add other update files to your WHD folder.
    .\WHD\w10\x64\10.0.19041
    without boot.wim
    Code:
    ===============================================================================
                   MSMG Toolkit - Integrate WHD Update Pack Menu
    ===============================================================================
    
      [D] (-)Download Updates List for:
             Windows 10 19041 x64 from UUP dump.
    
      [1] (-)Integrate WHD General Updates
    
    
             You can't "Integrate Windows Setup Media Updates" right now.
    
             Windows Setup Boot Image is not selected... Not mounted.
             Go to "Tools Menu" and Mount "Windows Setup Boot Image".
    
    
    
    
    
      [X] Go Back and Select: 'S' to "Start Integration".
    
    ===============================================================================
    
    Enter Your Choice : D
    
      [1] Download New Update Files, now.
      [2] Download just before Updates Integration.
    
    Enter Your Choice :
    

    with boot.wim
    Select D --> 1 or 2
    So you Select [2] (-)Integrate Windows Setup Media Updates
    then Select [1] (-)Integrate WHD General Updates
    Code:
    ===============================================================================
                   MSMG Toolkit - Integrate WHD Update Pack Menu
    ===============================================================================
    
      [D] (-)Download Updates List for:
             Windows 10 19041 x64 from UUP dump.
    
      [1] (-)Integrate WHD General Updates
    
      [2] (+)Integrate Windows Setup Media Updates
    
    
    
    
    
      [X] Go Back and Select: 'S' to "Start Integration".
    
    ===============================================================================
    
    Enter Your Choice : D
    
      [1] Download New Update Files, now.
      [2] Download just before Updates Integration.
    
    Enter Your Choice :
    



    [1] Download New Update Files, now.
    [2] Download just before Updates Integration.

    Code:
    ===============================================================================
                         Start Downloading UUP dump Updates...
    ===============================================================================
    
    Página de código ativa: 850
    
    Internet Connection Established.
    
    ===============================================================================
      Download Updates for Specific Build
    ===============================================================================
    
         [1]   "19041"
         [2]   "19042"
         [3]   "19043"
         [4]   "19044"
         [5]   "19045"
    
    ===============================================================================
    
    Enter Your Choice : 4
    
    UUPdump_Build       : "19044"
    
    
    ===============================================================================
      Getting Build Info Data from UUP dump...
    ===============================================================================
    
    01/03 18:26:16 [NOTICE] Downloading 1 item(s)
    [#2d4202 0B/0B CN:1 DL:0B]
    01/03 18:26:18 [NOTICE] Download complete: B:/Toolkit/WHD/aria2_19044_BuildData.txt
    
    Download Results:
    gid   |stat|avg speed  |path/URI
    ======+====+===========+=======================================================
    2d4202|OK  |    27KiB/s|B:/Toolkit/WHD/aria2_19044_BuildData.txt
    
    Status Legend:
    (OK):download completed.
    
    
    ===============================================================================
      Select "Service Pack Build" you need to download.
    ===============================================================================
    
        [  1]   "2364"
        [  2]   "2311"
        [  3]   "2251"
        [  4]   "2194"
        [  5]   "2193"
        [  6]   "2192"
        [  7]   "2132"
        [  8]   "2130"
        [  9]   "2075"
        [ 10]   "2006"
        [ 11]   "1949"
        [ 12]   "1947"
        [ 13]   "1889"
    
    
    ===============================================================================
    
    Enter Your Choice : 1
    
    Chosen UUP_SPBuild      : "2364"
    
    
    ===============================================================================
      Getting "All Info" for downloading Updates...
    ===============================================================================
    
    UUPdump_SPBuild     : "2364"
    
    Feature update to Windows 10, version 21H2 (19044.2364) amd64
    UpdateOnly_ID       : "3674b493-571a-4e96-839e-47eee110179c"
    
    
    ===============================================================================
    Retrieving aria2 script for Windows 10 Feature Update ID...
    ===============================================================================
    
    01/03 18:26:37 [NOTICE] Downloading 1 item(s)
    [#a09c05 0B/0B CN:1 DL:0B]
    01/03 18:26:40 [NOTICE] Download complete: B:/Toolkit/WHD/aria2Script_W10_19044.2364_amd64_FeatureUpdate.txt
    
    Download Results:
    gid   |stat|avg speed  |path/URI
    ======+====+===========+=======================================================
    a09c05|OK  |     832B/s|B:/Toolkit/WHD/aria2Script_W10_19044.2364_amd64_FeatureUpdate.txt
    
    Status Legend:
    (OK):download completed.
    
    
    ===============================================================================
    Attempting to download files...
    ===============================================================================
    
    01/03 18:26:40 [NOTICE] Downloading 7 item(s)
    
    01/03 18:26:40 [NOTICE] Allocating disk space. Use --file-allocation=none to disable it. See --file-allocation option in man page for more details.
    
    01/03 18:26:41 [NOTICE] Verification finished successfully. file=B:/Toolkit/WHD/w10/x64/10.0.19041/Windows10.0-KB5003791-x64.cab
    
    01/03 18:26:41 [NOTICE] Download complete: B:/Toolkit/WHD/w10/x64/10.0.19041/Windows10.0-KB5003791-x64.cab
    
    01/03 18:26:41 [NOTICE] Verification finished successfully. file=B:/Toolkit/WHD/w10/x64/10.0.19041/Windows10.0-KB5007401-x64.cab
    
    01/03 18:26:41 [NOTICE] Download complete: B:/Toolkit/WHD/w10/x64/10.0.19041/Windows10.0-KB5007401-x64.cab
    [DL:5.0MiB][#f11ae5 1.0MiB/2.5MiB(41%)][#c94c08 736KiB/14MiB(4%)][#a84bd7 1.6MiB/14MiB(10%)][#a44c74 0B/68MiB(0%)][#d1
    01/03 18:26:42 [NOTICE] Verification finished successfully. file=B:/Toolkit/WHD/w10/x64/10.0.19041/Windows10.0-KB5021043-x64.cab
    
    01/03 18:26:42 [NOTICE] Download complete: B:/Toolkit/WHD/w10/x64/10.0.19041/Windows10.0-KB5021043-x64.cab
    [DL:6.9MiB][#c94c08 14MiB/14MiB(97%)][#a84bd7 14MiB/14MiB(99%)][#a44c74 25MiB/68MiB(36%)][#d1062c 154MiB/661MiB(23%)]
    01/03 18:27:10 [NOTICE] Verification finished successfully. file=B:/Toolkit/WHD/w10/x64/10.0.19041/SSU-19041.2300-x64.cab
    
    01/03 18:27:10 [NOTICE] Download complete: B:/Toolkit/WHD/w10/x64/10.0.19041/SSU-19041.2300-x64.cab
    [DL:6.9MiB][#c94c08 14MiB/14MiB(99%)][#a44c74 25MiB/68MiB(37%)][#d1062c 160MiB/661MiB(24%)]
    01/03 18:27:11 [NOTICE] Verification finished successfully. file=B:/Toolkit/WHD/w10/x64/10.0.19041/Windows10.0-KB5020377-x64.cab
    
    01/03 18:27:11 [NOTICE] Download complete: B:/Toolkit/WHD/w10/x64/10.0.19041/Windows10.0-KB5020377-x64.cab
     *** Download Progress Summary as of Tue Jan 03 18:27:41 2023 ***
    ======================================================================================================================
    [#a44c74 47MiB/68MiB(68%) CN:2 DL:752KiB ETA:29s]
    FILE: B:/Toolkit/WHD/w10/x64/10.0.19041/Windows10.0-KB5008575-x64.cab
    ----------------------------------------------------------------------------------------------------------------------
    [#d1062c 344MiB/661MiB(52%) CN:16 DL:6.1MiB ETA:51s]
    FILE: B:/Toolkit/WHD/w10/x64/10.0.19041/Windows10.0-KB5021233-x64.cab
    ----------------------------------------------------------------------------------------------------------------------
    
    [DL:6.9MiB][#a44c74 68MiB/68MiB(100%)][#d1062c 583MiB/661MiB(88%)] [Checksum:#a44c74 47MiB/68MiB(69%)]
    01/03 18:28:19 [NOTICE] Verification finished successfully. file=B:/Toolkit/WHD/w10/x64/10.0.19041/Windows10.0-KB5008575-x64.cab
    
    01/03 18:28:19 [NOTICE] Download complete: B:/Toolkit/WHD/w10/x64/10.0.19041/Windows10.0-KB5008575-x64.cab
    [#d1062c 661MiB/661MiB(100%) CN:0] [Checksum:#d1062c 626MiB/661MiB(94%)]
    01/03 18:28:37 [NOTICE] Verification finished successfully. file=B:/Toolkit/WHD/w10/x64/10.0.19041/Windows10.0-KB5021233-x64.cab
    
    01/03 18:28:37 [NOTICE] Download complete: B:/Toolkit/WHD/w10/x64/10.0.19041/Windows10.0-KB5021233-x64.cab
    
    Download Results:
    gid   |stat|avg speed  |path/URI
    ======+====+===========+=======================================================
    8bb9da|OK  |   3.6MiB/s|B:/Toolkit/WHD/w10/x64/10.0.19041/Windows10.0-KB5003791-x64.cab
    6b1f76|OK  |   1.2MiB/s|B:/Toolkit/WHD/w10/x64/10.0.19041/Windows10.0-KB5007401-x64.cab
    f11ae5|OK  |   2.6MiB/s|B:/Toolkit/WHD/w10/x64/10.0.19041/Windows10.0-KB5021043-x64.cab
    a84bd7|OK  |   516KiB/s|B:/Toolkit/WHD/w10/x64/10.0.19041/SSU-19041.2300-x64.cab
    c94c08|OK  |   499KiB/s|B:/Toolkit/WHD/w10/x64/10.0.19041/Windows10.0-KB5020377-x64.cab
    a44c74|OK  |   734KiB/s|B:/Toolkit/WHD/w10/x64/10.0.19041/Windows10.0-KB5008575-x64.cab
    d1062c|OK  |   6.1MiB/s|B:/Toolkit/WHD/w10/x64/10.0.19041/Windows10.0-KB5021233-x64.cab
    
    Status Legend:
    (OK):download completed.
    
    
    -------------------------------------------------------------------------------
    ### Finished UUP dump Updates Download. #######################################
    -------------------------------------------------------------------------------




    Once this is done, we can trace a path from the Integrate menu to Integrate the updates already present in the folder.
    Code:
    2 --> 4 --> Y --> 2 --> 2 <ENTER> --> 1 <ENTER> --> 5 <ENTER> --> X <ENTER> --> X --> S --> C
    
    If boot.wim is not mounted, the first 2 <ENTER> will not be used and, 5 becomes another option if WinRe.wim or Boot.wim or both are not mounted.

    or

    Code:
    2 --> 4 --> Y --> 2 --> 2 1 <ENTER> --> 5 X <ENTER> --> X --> S --> C
    
    If boot.wim is not mounted, the 2 1 <ENTER> will be replaced by 1 <ENTER> and, 5 becomes another option if WinRe.wim or Boot.wim or both are not mounted.


    So, now you need to select [1] (-)Integrate WHD General Updates and your needed Option.
    Code:
    ===============================================================================
                  MSMG Toolkit - Integrate WHD General Updates Menu
    ===============================================================================
    
      [1] (+)Integrate to Windows Setup Install Image
    
    
             You can't "Integrate to Windows Setup:
                                    Boot Image" Option
                                    Boot, Install & Recovery Image" Option
    
             Windows Setup Boot Image is not selected... Not mounted.
             Go to "Tools Menu" and Mount "Windows Setup Boot Image".
    
    
             You can't "Integrate to Windows Setup:
                                    Install & Recovery Image" Option
                                    Boot, Install & Recovery Image" Option
    
             Windows Recovery Image is not selected... Not mounted.
             Go to "Tools Menu" and Mount "Windows Recovery Image".
    
    
    
    
    
      [X] Go Back and Select: 'S' to "Start Integration".
    
    ===============================================================================
    
    Enter Your Choice :
    

    or with everything mounted:
    Code:
    ===============================================================================
                  MSMG Toolkit - Integrate WHD General Updates Menu
    ===============================================================================
    
      [1] (-)Integrate to Windows Setup Boot Image
    
      [2] (-)Integrate to Windows Setup Install Image
    
      [3] (-)Integrate to Windows Setup Boot & Install Images
    
      [4] (-)Integrate to Windows Setup Install & Recovery Images
    
      [5] (+)Integrate to Windows Setup Boot, Install & Recovery Images
    
    
    
    
    
      [X] Go Back and Select: 'S' to "Start Integration".
    
    ===============================================================================
    
    Enter Your Choice :
    


    Then Return to Integrate Menu.
    All Options you have entered has to be signed with + sign.
    So X --> X --> S Start Integration
    Code:
    ===============================================================================
                   Assigning Chosen Features and a CheckList
    ===============================================================================
    
    
    Feature Names List...
    
    -------------------------------------------------------------------------------
    ### Features ##################################################################
    -------------------------------------------------------------------------------
    
    
    -------------------------------------------------------------------------------
    ### Integrate Features ########################################################
    -------------------------------------------------------------------------------
    
    
    -------------------------------------------------------------------------------
    ### Integrate Windows Updates #################################################
    -------------------------------------------------------------------------------
    
    IntWHDUpdatesMenu
    
    IntWHDBaseLineMenu
    
    IntWHDBaseLine "BootInstallRecovery"
    
    
    IntWindowsSetupMediaUpdates
    
    
    
    -------------------------------------------------------------------------------
    ### Integrate Custom Features #################################################
    -------------------------------------------------------------------------------
    
    ===============================================================================
    
     [C] Continue
    
     [R] Return for make other Changes
    
    ===============================================================================
    
    Enter Your Choice : C
    


    Code:
    ===============================================================================
                       MSMG Toolkit - Integrate WHD General Updates
                    to Windows Setup Boot, Install & Recovery Images
    ===============================================================================
    
    -------------------------------------------------------------------------------
    ################# Started Integrating WHD General Updates #####################
    ############# to Windows Setup Boot, Install & Recovery Images ################
    -------------------------------------------------------------------------------
    
        Image                    : boot.wim         |  install.wim   |  WinRe.wim
        Image Index              :  1;2             |      1;2         |      1
        Image Architecture       : x64
        Image Version            : 10.0.19041.1.0
    
    -------------------------------------------------------------------------------
    ### Processing WHD General Updates Packages ###################################
    -------------------------------------------------------------------------------
    
    Creating WHD General Updates Temporary folder...
    
    Extracting Update Package files to Temporary folder...
    
    Update Package - File              : "SSU-19041.2300-x64.cab"
    Update Package - Extraction Folder : "SSU-19041.2300-x64"
    
    Update Package - File              : "Windows10.0-KB5003791-x64.cab"
    Update Package - Extraction Folder : "Windows10.0-KB5003791-x64"
    
    Update Package - File              : "Windows10.0-KB5007401-x64.cab"
    Update Package - Extraction Folder : "Windows10.0-KB5007401-x64"
    
    Update Package - File              : "Windows10.0-KB5008575-x64.cab"
    Update Package - Extraction Folder : "Windows10.0-KB5008575-x64"
    
    Update Package - File              : "Windows10.0-KB5020377-x64.cab"
    Update Package - Extraction Folder : "Windows10.0-KB5020377-x64"
    
    Update Package - File              : "Windows10.0-KB5021043-x64.cab"
    Update Package - Extraction Folder : "Windows10.0-KB5021043-x64"
    
    Update Package - File              : "Windows10.0-KB5021233-x64.cab"
    Update Package - Extraction Folder : "Windows10.0-KB5021233-x64"
    
    
    Finished Extracting Update Package files to Temporary folder...
    
    -------------------------------------------------------------------------------
    ### Integrating WHD General Updates to Windows Setup Boot Image ###############
    -------------------------------------------------------------------------------
    
    =============================[boot.wim, Index : 1]=============================
    
    -------------------------------------------------------------------------------
    Integrating Windows 10 Servicing Stack Update...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25267.1000
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_2300~31bf3856ad364e35~amd64~~19041.2300.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating Windows 10 Cumulative Update...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25267.1000
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.2364.1.4
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating Windows 10 v21H2 Feature Enablement Update Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25267.1000
    
    Image Version: 10.0.19041.2364
    
    Processing 1 of 1 - Adding package Package_for_KB5003791~31bf3856ad364e35~amd64~~19041.1237.1.3
    [==========================100.0%==========================]
    The operation completed successfully.
    
    =============================[boot.wim, Index : 2]=============================
    
    -------------------------------------------------------------------------------
    Integrating Windows 10 Servicing Stack Update...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25267.1000
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_2300~31bf3856ad364e35~amd64~~19041.2300.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating Windows 10 Cumulative Update...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25267.1000
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.2364.1.4
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating Windows 10 v21H2 Feature Enablement Update Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25267.1000
    
    Image Version: 10.0.19041.2364
    
    Processing 1 of 1 - Adding package Package_for_KB5003791~31bf3856ad364e35~amd64~~19041.1237.1.3
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating Windows 10 Safe OS Dynamic Update...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25267.1000
    
    Image Version: 10.0.19041.2364
    
    Processing 1 of 1 - Adding package Package_for_KB5021043~31bf3856ad364e35~amd64~~19041.2247.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating Windows 10 Dynamic Update for Sources...
    -------------------------------------------------------------------------------
    
    Copying Windows 10 Dynamic Update for Sources to <DVD> folder.
    
    -------------------------------------------------------------------------------
    ### Integrating WHD General Updates to Windows Setup Install Image ############
    -------------------------------------------------------------------------------
    
    
    ===============================================================================
                [install.wim, Index :  1 - Edition : Core]
    ===============================================================================
    
    -------------------------------------------------------------------------------
    Integrating Windows 10 Servicing Stack Update Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25267.1000
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_2300~31bf3856ad364e35~amd64~~19041.2300.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating Windows 10 Cumulative Update Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25267.1000
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.2364.1.4
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating Windows 10 v21H2 Feature Enablement Update Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25267.1000
    
    Image Version: 10.0.19041.2364
    
    Processing 1 of 1 - Adding package Package_for_KB5003791~31bf3856ad364e35~amd64~~19041.1237.1.3
    [==========================100.0%==========================]
    The operation completed successfully.
    
    
    
    ===============================================================================
                [install.wim, Index :  2 - Edition : Professional]
    ===============================================================================
    
    -------------------------------------------------------------------------------
    Integrating Windows 10 Servicing Stack Update Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25267.1000
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_2300~31bf3856ad364e35~amd64~~19041.2300.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating Windows 10 Cumulative Update Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25267.1000
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.2364.1.4
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating Windows 10 v21H2 Feature Enablement Update Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25267.1000
    
    Image Version: 10.0.19041.2364
    
    Processing 1 of 1 - Adding package Package_for_KB5003791~31bf3856ad364e35~amd64~~19041.1237.1.3
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    ### Integrating WHD General Updates to Windows Setup Recovery Image ###########
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Integrating Windows 10 Servicing Stack Update Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25267.1000
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_2300~31bf3856ad364e35~amd64~~19041.2300.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating Windows 10 Safe OS Dynamic Update...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25267.1000
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_KB5021043~31bf3856ad364e35~amd64~~19041.2247.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Integrating Windows 10 v21H2 Feature Enablement Update Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25267.1000
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_KB5003791~31bf3856ad364e35~amd64~~19041.1237.1.3
    [==========================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 Boot, Install & Recovery Images ################
    -------------------------------------------------------------------------------
    
    ===============================================================================

    Code:
    ===============================================================================
                      MSMG Toolkit - Update Windows Setup Media
    ===============================================================================
    
    -------------------------------------------------------------------------------
    ### Start Updating Windows Setup Media #####################################
    -------------------------------------------------------------------------------
    
    Getting Windows Setup Media Language Settings...
    
    Found Windows Setup Media Language : [pt-BR]
    
    Copying Windows Setup Media Update files to <B:\IMCK\InstallMedia> folder...
    
    -------------------------------------------------------------------------------
    ### Finished Updating Windows Setup Media #####################################
    -------------------------------------------------------------------------------
    
    ===============================================================================


    Code:
    ===============================================================================
                      MSMG Toolkit - Removing Components
    ===============================================================================
    
    -------------------------------------------------------------------------------
    ### Start Removing Components ##############################################
    -------------------------------------------------------------------------------
    
        Image                    : install.wim
        Image Index              : 1;2
        Image Architecture       : x64
        Image Version            : 10.0.19041.1.0
    
    -------------------------------------------------------------------------------
    ### Removing Components #######################################################
    -------------------------------------------------------------------------------
    
    
    ===============================================================================
                [install.wim, Index :  1 - Edition : Core]
    ===============================================================================
    
    -------------------------------------------------------------------------------
    Removing the Component(s) Package(s)...
    -------------------------------------------------------------------------------
    
    MSMG ToolKit Commandline Helper
    Version: 1.1.1512.0
    
    Image Version: 10.0.19044.2364
    
    Component : EdgeChromium
    
    Removing Package files...
    Loading Image Registry...
    Modifying Package Registry...
    Unloading Image Registry...
    
    The operation completed successfully.
    
    
    
    
    ===============================================================================
                [install.wim, Index :  2 - Edition : Professional]
    ===============================================================================
    
    -------------------------------------------------------------------------------
    Removing the Component(s) Package(s)...
    -------------------------------------------------------------------------------
    
    MSMG ToolKit Commandline Helper
    Version: 1.1.1512.0
    
    Image Version: 10.0.19044.2364
    
    Component : EdgeChromium
    
    Removing Package files...
    Loading Image Registry...
    Modifying Package Registry...
    Unloading Image Registry...
    
    The operation completed successfully.
    
    
    -------------------------------------------------------------------------------
    ### Finished Removing Components ##############################################
    -------------------------------------------------------------------------------
    
    ===============================================================================


    Conclusion:

    During my tests I noticed that after the integration of Updates, it is necessary to use in the "Remove Components Menu" the Option:
    [D] Revert All your Choices to Default

    Thus, components that were absent before the integration now appear in the Removal Menus.

    I will at least fix this for the Updates integration via IMCK.

    Using the W10UI, since it is a script executed manually without connection with the main script (IMCK), you will have to remember to use this option [D].
     
  7. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,647
    3,390
    60
    #27 inTerActionVRI, Jan 4, 2023
    Last edited: Jan 5, 2023
    (OP)
    Install Media Customizer Kitchen - Main Post
    https://forums.mydigitallife.net/th...n-imck-formely-known-as-custom-toolkit.86170/


    VirtualCreate_ImageIndexEditions.zip 2022-12-14 (updated with 2022-11-07 @abbodi1406 "uup-converter-wimlib-86")
    Note: To work with Virtual Create, it is not necessary to extract the file. Just save it to the Toolkit folder.

    Sent a new IMCK. Updated file attached in the link above.

    Both downloads: in my Signature.

    1. Fixed some bug related with new components after Windows Updates Integration.
    2. Fixed a critical bug that break the script when user enter the SystemApps Menu.
    3. Added: Hide VC++ from Uninstall Programs list when Integrating VC++Runtime Pack.
    12.11 Merged with Toolkit [2022-12-21 and 2022-12-28].

    1. Added a question for you to decide if you want to remove WinPE.
    And corrected all the code, to handle Boot.wim with just one index.

    2. Already after the removal of WinRE, in the Integration of WHD Updates, a problem that prevented the integration of updates in Install.wim was generated.
    So a new option has been added to fix this "Integrate to Windows Setup Boot ^& Install Images".


    3. Made a change to the display of component notes in the menus.
    Now the notes are more evident for those who will open the component removal menus for the first time.
    As you select the components to be removed, the warning messages will stop being displayed.
    The way it was, the person would type, for example: 25. Then the screen would reload and the person wouldn't even bother to see if any messages appeared.
    I've been thinking about this for some time now.

    4. A bug in the registry file converter has been fixed. The new file is available in the package for testing purpose.

    5. A bug in the code that downloads updates via UUP dump has been fixed.
    In this bug the right Build is found, but it wasn't getting the hash to download the list and start the downloads. Another bug fixed for downloading updates for x86.

    Merged with Toolkit [2022-11-30].

    Convert ESD to WIM is in 1 option:
    --> 1 Source Menu --> 4 Convert Source Install Image file from .ESD to .WIM).
    bin\EsdDecrypter.exe file updated with available by aboodi1406 in the esd-decrypter-wimlib-63.7z package.

    Fixed: Obtaining the Download of Updates through the WHD Menu no longer repeats the Download at the time of implementing the Updates.
    Merged with 12.9 [2022-11-25].
    Merged with 12.9 [2022-11-13] and [2022-11-19]. And other minor fixes.

    Now the Images are mounted with Read/Write permission with Imagex.


    EDIT 2023-01-04_v2: Minor Fix - If there are some update files in folder and you want to download new updates, the Yes and No options are inverted. Please do the download again!
     
  8. GeorgePirkl

    GeorgePirkl MDL Novice

    Feb 4, 2018
    45
    15
    0
    Hey,its few months without news ... its this fork still alive ?
     
  9. Yea its alive but OP is busy awnsering MSMG toolkit users quests.
     
  10. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,647
    3,390
    60
    #30 inTerActionVRI, Mar 11, 2023
    Last edited: Mar 11, 2023
    (OP)
    That too! But, this thing about helping people, it doesn't consume so much time. I'm full of details to do and I'm refactoring a good part of the code to download files from IMCK and also to download media fire packs (by copying the file selection link straight to the folder you want with an option in the context menu that will download all selected files, keeping the date time of the moment uploaded not at the moment of download).
    I am concentrating all download activities on this powershell script. Maybe I'll even get independence from aria2c.

    But I think I'll release another version as soon as MSMG releases 13.3, without the LOCALES. @bala1 is aware of this.
     
  11. GeorgePirkl

    GeorgePirkl MDL Novice

    Feb 4, 2018
    45
    15
    0
  12. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,647
    3,390
    60
    Ending tests.
    I was supposed to launch it a few days ago, but I'm short on time to run the tests.

    The merge is already done. But I'm modifying some presets. And adding all Presets as Sample Lists.
     
  13. GeorgePirkl

    GeorgePirkl MDL Novice

    Feb 4, 2018
    45
    15
    0
    cool , mean today ready ?
     
  14. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,647
    3,390
    60
    No. But during this week I complete the tests.
     
  15. GeorgePirkl

    GeorgePirkl MDL Novice

    Feb 4, 2018
    45
    15
    0
    Some untested variant for download through ftp ,http,https , cloud , nexcloud or what soo ever maybe rpi or clone ... what ever u like ... some telegram testing group ... or alternative or somethin bigger ?
     
  16. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,647
    3,390
    60
    The update comes out in a little while. Last test and installation. Do not wait. Tomorrow, it will be here.
     
  17. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,647
    3,390
    60
    #37 inTerActionVRI, Apr 8, 2023
    Last edited: Apr 8, 2023
    (OP)
    Install Media Customizer Kitchen - Main Post
    https://forums.mydigitallife.net/th...n-imck-formely-known-as-custom-toolkit.86170/


    VirtualCreate_ImageIndexEditions.zip 2023-04-05 (updated with 2023-01-24 @abbodi1406 "uup-converter-wimlib-87")
    Note: To work with Virtual Create, it is not necessary to extract the file. Just save it to the Toolkit folder.

    Sent a new IMCK. Updated file attached in the link above.

    Both downloads: in my Signature.

    Merged with Toolkit 13.2 [2023-01-24], Toolkit 13.2 [2023-03-01] and Toolkit 13.3 [2023-03-25].

    1. Updated Scripts on "Installers.zip" and "ExtraUtilities.zip" packages.

    2. Updated "UUPDump_UpdatesOnly[IMCK_Downloader].cmd" Script. Now It works directly out of IMCK. It downloads from UUP dump: NetFX35; OpenSSH Server and Client. The downloads will be placed in there respective Packs folders.

    3. Updated PreSets for Components Removal.
    Added "Lite", "Xtreme Lite" and "Personal Work" PreSet Lists in the ".\Bin\Lists\Example_Lists.zip" package.

    4. Improved NetFX35 code block for cab files detection.

    5. Improved the function to remove a Locked/Hidden Windows Package from the Image

    6. Improved the function for Download Files

    7. Implemented "Third Party App Packs" auto Generate Menu.

    8. CleanUp temporary and log files or folders changed to be used as a function.

    9. Some code refatoration and minor fixes.

    1. Fixed some bug related with new components after Windows Updates Integration.
    2. Fixed a critical bug that break the script when user enter the SystemApps Menu.
    3. Added: Hide VC++ from Uninstall Programs list when Integrating VC++Runtime Pack.
    12.11 Merged with Toolkit [2022-12-21 and 2022-12-28].

    1. Added a question for you to decide if you want to remove WinPE.
    And corrected all the code, to handle Boot.wim with just one index.

    2. Already after the removal of WinRE, in the Integration of WHD Updates, a problem that prevented the integration of updates in Install.wim was generated.
    So a new option has been added to fix this "Integrate to Windows Setup Boot ^& Install Images".


    3. Made a change to the display of component notes in the menus.
    Now the notes are more evident for those who will open the component removal menus for the first time.
    As you select the components to be removed, the warning messages will stop being displayed.
    The way it was, the person would type, for example: 25. Then the screen would reload and the person wouldn't even bother to see if any messages appeared.
    I've been thinking about this for some time now.

    4. A bug in the registry file converter has been fixed. The new file is available in the package for testing purpose.

    5. A bug in the code that downloads updates via UUP dump has been fixed.
    In this bug the right Build is found, but it wasn't getting the hash to download the list and start the downloads. Another bug fixed for downloading updates for x86.

    Merged with Toolkit [2022-11-30].

    Convert ESD to WIM is in 1 option:
    --> 1 Source Menu --> 4 Convert Source Install Image file from .ESD to .WIM).
    bin\EsdDecrypter.exe file updated with available by aboodi1406 in the esd-decrypter-wimlib-63.7z package.

    Fixed: Obtaining the Download of Updates through the WHD Menu no longer repeats the Download at the time of implementing the Updates.
    Merged with 12.9 [2022-11-25].
    Merged with 12.9 [2022-11-13] and [2022-11-19]. And other minor fixes.

    Now the Images are mounted with Read/Write permission with Imagex.
     
  18. fabricio simoes

    fabricio simoes MDL Junior Member

    Dec 17, 2020
    66
    13
    0
    it is not mounting the iso image when it asks to press U

    select the desired image, to be served
     
  19. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,647
    3,390
    60
    #39 inTerActionVRI, Apr 8, 2023
    Last edited: Apr 8, 2023
    (OP)
    Thanks for reporting the bug.
    This bug arose from an update to the ISO detection code to automatically generate a menu of available ISOs and, if there was only one ISO, proceed without user interaction. So it only happened if there was only one ISO in the "ISOsources" folder or the "ISO" folder.

    Bug fixed.
     
  20. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,647
    3,390
    60
    #40 inTerActionVRI, Apr 8, 2023
    Last edited: Apr 8, 2023
    (OP)
    Guys, @fabricio simoes found another bug in "Integrate Third Party Application Packs".

    I had already tested it and was no longer worried about this function. But this issue turned out to be generated because of mass renaming.
    Bug fixed.

    Thanks to some posts by member @gjohnson5, I've come up with a workaround for errors that occur when aria2c downloads UUPdump updates.
    I just added a 5s delay between aria2c commands. This will delay the requests generated by aria2c and will avoid most of the errors.



    Please, download again!