1. babyboom666

    babyboom666 MDL Novice

    Nov 14, 2010
    36
    16
    0
    #18141 babyboom666, Jan 12, 2021
    Last edited: Jan 12, 2021
    MSMG please update .NET 5.0.1 Pack to .NET 5.0.2
     
  2. Fen-X

    Fen-X MDL Novice

    Aug 31, 2019
    27
    31
    0
  3. xCyBx

    xCyBx MDL Senior Member

    Aug 6, 2018
    316
    604
    10
    Hi @MSMG

    I can't integrate Windows10.0-KB4592784-x64.cab [Windows Experience Feature Pack] package into Win10 20H1 because this reason.

    Line 12260
    for /d %%j in (Dynamic, Cumulative, Enablement, FlashPlayer, NetCumulative, ServicingStack, SetupMedia, WEF, WinPE) do (


    Lines from 12769 to 12774
    if exist "%Temp%\Updates\WEP\Update.mum" (
    echo.-------------------------------------------------------------------------------
    echo.Integrating Windows Experience Feature Pack Update to Install Image...
    echo.-------------------------------------------------------------------------------
    call :AddPackage "%InstallMount%\%%i", "%Temp%\Updates\WEP"
    )
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    210
    If your registry file is proper then copy it to ToolKit's <Custom\Registry\w10\x64> folder and use Import Registry Tweaks from Registry File.

     
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    210
    Yes, next version will come with single folder support and no need for separate folders for Windows 10

     
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    210
    Yes will be updated.

     
  7. Fen-X

    Fen-X MDL Novice

    Aug 31, 2019
    27
    31
    0
    Many thanks for enlightened me. It s good to know that you are working on it although it s not a simple task and a hard work.
    Thanks for your support.
    While waiting the end of your work on that, i will continue to investigate on my side.

    Thanks again. Keep working hard for us...we are thankfull for what you did and will do.

    Good luck
     
  8. kusosaito

    kusosaito MDL Junior Member

    Nov 14, 2018
    55
    4
    0
    #18149 kusosaito, Jan 13, 2021
    Last edited: Jan 13, 2021
    so my qestion is how to do it proper and what rules?/// (i mean reg file itself not folder path)
    i have a few files and everytime use them on any system it never have problem
    also msmg add it correctly, say no error...
    but everytime i try it, everytime i get the "broken image" when installing process finish coping ....
    one time i check inside and find that one had jap kanji explaining, but with #, so i delete it but...IDK
     
  9. kusosaito

    kusosaito MDL Junior Member

    Nov 14, 2018
    55
    4
    0
    MSMG, so i give up idk. i delete ALL coments from reg files but get no result...
    msms say it add correctly but install finish error
    i upl reg files please say me whats wrong with it???
     

    Attached Files:

    • x64.zip
      File size:
      3.1 KB
      Views:
      23
  10. spidernz

    spidernz MDL Senior Member

    May 20, 2011
    389
    112
    10
    Just let people download from the store is better, MS keep changing things so work you do gets undone, this just feels like unnecessary extra work.
     
  11. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    342
    476
    10
    #18154 graver.x, Jan 14, 2021
    Last edited: Jan 14, 2021
    Current Change log :


    (v11.1-11.0)
    + Updated the Feature "Remove Windows Component" to support Windows 10 Client v1809 (v10.0.17763.1637) Source OS.
    + Updated the Feature "Remove Windows Component" to support Windows 10 Client v1903/v1909 (v10.0.18362.1256/v10.0.18363.1256) Source OS.
    + Updated the Feature "Remove Windows Component" to support Windows 10 Client v2004/v20H2 (v10.0.19041.685/v10.0.19042.685) Source OS.

    README.txt:

    General Usage:

    - Double Click on Start.cmd and Choose Yes to Run as Administrator.

    System Requirements:

    - Windows 8.1 / Windows 10 Host Operating System for Servicing Windows 7 / 8.1 / 10 source images.
    - The ToolkitHelper.exe requires Microsoft .NET Framework 4.8.

    ____________________

    You should use Source OS versions with cumulative updates, the numbers of which are highlighted in red font.
    Only in this case is compatibility guaranteed.

    Start.cmd must be used to start the toolkit.

    If all the conditions are met, but still an error occurs, then it would be worth trying to delete components using a custom list (ToolKit_v11.1\Bin\Lists\RemovePkgsList.txt)

    The names of all components can be copied to it from the desired template (ToolKit_v11.1\Bin\Lists\ToolKitHelper_Templates\)
     
  12. 正义羊

    正义羊 MDL Senior Member

    Feb 21, 2016
    257
    149
    10
    @MSMG ,In ToolKit v11.1 cmd line 15675:
    Code:
    echo.Copying Custom Windows Recovery Environment (WinRE) Image...
    It should be:
    Code:
    echo.Copying Custom Windows Recovery Environment ^(WinRE^) Image...
    This change will be good for localization
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    342
    476
    10
    #18156 graver.x, Jan 14, 2021
    Last edited: Jan 14, 2021
    I understand how busy MSMG is right now, and I didn't want to distract him now with my questions, putting it off until a more convenient time.

    But since the topic of Custom Windows Recovery Environment (WinRE) is inadvertently affected, I will repeat the question asked earlier:

    I wanted to experiment with WinRE during my recent testing, and tried putting my winre.wim, which has a similar structure to the original one, in the ToolKit_v11.0\Custom\RecoveryImage\w10\x64\ folder, but the toolkit doesn't see my winre.wim. Asks to put winre.wim in this very folder, although
    winre.wim is already there.

    The same is true in Toolkit v11.1

    Perhaps there is still some error in Toolkit.cmd?

    I would also like to learn more about how this feature works, and what types of winpe can be used for this purpose.

    With thanks.
     
  14. xCyBx

    xCyBx MDL Senior Member

    Aug 6, 2018
    316
    604
    10
    #18157 xCyBx, Jan 14, 2021
    Last edited: Jan 14, 2021
    I gonna help you.

    Find line:
    Code:
    set "CustomRecoveryImage=%Custom%\RecoveryImage"
    Replace with:
    Code:
    set "RecoveryImage=%Custom%\RecoveryImage"
    Try this step. and tell me if i'm in wrong.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,897
    10,733
    240
    strange things, after a security update my system went back to english without a problem but it affected everything else so I was forced to reinstall everything s**t but now everything works perfectly, things from MSFT maybe ...;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,651
    3,398
    60
    From
    Code:
    :: Setting Custom Windows Recovery Image file path according to selected Source OS
    set "RecoveryImage=%RecoveryImage%\%SelectedSourceOS%\%ImageArchitecture%"
    
    :: Checking whether Custom Windows Recovery Image file exist
    if not exist "%RecoveryImage%\winre.wim" (
       echo.Custom Windows Recovery Image file "winre.wim" not found...
       echo.
       echo.Please copy the above file to ^<Custom\RecoveryImage\%SelectedSourceOS%\%ImageArchitecture%^> folder...
       goto :Stop
    )
    echo.-------------------------------------------------------------------------------
    echo.####Starting Integrating Custom Windows Recovery Image#########################
    echo.-------------------------------------------------------------------------------
    echo.
    echo.    Image                    : Install.wim
    if /i "%ImageIndexNo%" equ "A" echo.    Image Indexes            : 1-%ImageCount%
    if /i "%ImageIndexNo%" neq "A" echo.    Image Index              : %ImageIndexNo%
    echo.    Image Architecture       : %ImageArchitecture%
    echo.    Image Version            : %ImageVersion%.%ImageServicePackBuild%.%ImageServicePackLevel%
    echo.
    echo.-------------------------------------------------------------------------------
    echo.####Integrating Custom Windows Recovery Image##################################
    echo.-------------------------------------------------------------------------------
    
    for /l %%i in (1, 1, %ImageCount%) do (
       if exist "%InstallMount%\%%i" (
           echo.
           if not %%i gtr 9 echo.=====================[Install.wim, Index : %%i -^> WinRE.wim]====================
           if %%i gtr 9 echo.=====================[Install.wim, Index : %%i -^> WinRE.wim]===================
           echo.
           echo.Copying Custom Windows Recovery Environment (WinRE) Image...
    
    to
    Code:
    :: Setting Custom Windows Recovery Image file path according to selected Source OS
    set "RecoveryImage=%CustomRecoveryImage%\%SelectedSourceOS%\%ImageArchitecture%"
    
    :: Checking whether Custom Windows Recovery Image file exist
    if not exist "%RecoveryImage%\winre.wim" (
       echo.Custom Windows Recovery Image file "winre.wim" not found...
       echo.
       echo.Please copy the above file to ^<%RecoveryImage%^> folder...
       goto :Stop
    )
    echo.-------------------------------------------------------------------------------
    echo.####Starting Integrating Custom Windows Recovery Image#########################
    echo.-------------------------------------------------------------------------------
    echo.
    echo.    Image                    : Install.wim
    if /i "%ImageIndexNo%" equ "A" echo.    Image Indexes            : 1-%ImageCount%
    if /i "%ImageIndexNo%" neq "A" echo.    Image Index              : %ImageIndexNo%
    echo.    Image Architecture       : %ImageArchitecture%
    echo.    Image Version            : %ImageVersion%.%ImageServicePackBuild%.%ImageServicePackLevel%
    echo.
    echo.-------------------------------------------------------------------------------
    echo.####Integrating Custom Windows Recovery Image##################################
    echo.-------------------------------------------------------------------------------
    
    for /l %%i in (1, 1, %ImageCount%) do (
       if exist "%InstallMount%\%%i" (
           echo.
           if not %%i gtr 9 echo.=====================[Install.wim, Index : %%i -^> WinRE.wim]====================
           if %%i gtr 9 echo.=====================[Install.wim, Index : %%i -^> WinRE.wim]===================
           echo.
           echo.Copying Custom Windows Recovery Environment ^(WinRE^) Image...
    
    With the correction suggested by, @正义羊