1. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,735
    240
    yay my second Win10 EDU 20H2 in dual boot with Win10 LTSC 2019 works like a charm so I'm very happy zero issues :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    For only one index, it won't show the prompt, it will just export the single index.

     
  3. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    This is due to the Toolkit reading the Image Information using the DISM /Get-ImageInfo.

    The MS has stated to fix this issue with future CU to update the Image Info Meta Data.

     
  4. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Yes in the Integrating Windows Updates menu, there are two menus.

    [1] Integrating Windows Updates
    [2] Integrating Windows WHD Update Pack

    The first one allows the DISM to choose the order like /Add-Package:<folder>, the Second will use the manual order.


     
  5. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,876
    1,546
    60
    Options and or order is not the problem, Error: 0x800f0988 is o_O

    Code:
    Processing 1 of 2 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.630.1.6
    [==========================100.0%==========================]
    An error occurred - Package_for_RollupFix Error: 0x800f0988
    MSMG said:
    !!! Will add the support for the Base version along with current stable CU in future !!!
     
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Yes for component removal to support the base image and the latest stable CU will be added in future version of ToolKitHelper.exe and this will take some time to make changes in the code.

    But the error in your post related to Windows Updates integration was due to DISM choosing the wrong order.

    First SSU then CU is the correct order.

     
  7. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Have uploaded the Microsoft .NET Framework 4.8 Pack (Windows 10) for MSMG ToolKit (v10.0.1.3106).
     
  8. ralph65

    ralph65 MDL Novice

    Dec 22, 2015
    5
    1
    0
    Hello guys.then I managed to mount the iso boot.wim then I copied the w10 folder containing the dart 10 files in mount.but it doesn't work. the tool does not come out in cd boot recovery windows.where am I wrong?

    dism /mount-wim /wimfile:c:\boot.wim /index:1 /mountdir:c:\mount
    xcopy c:\w10\* c:\mount\ /cherkyi
    dism /unmount-wim /mountdir:c:\mount /commit
     
  9. digitalized

    digitalized MDL Novice

    Nov 17, 2017
    30
    9
    0
    The build of the VLSC ISO is 19042.508 - is this supported for Edge Chromium removal? Surely, by integrating the update first (19042.630) and then attempting Edge removal, this should be fine?
     
  10. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    281
    318
    10
    Hi guys. Please help me how you can apply the script with the command "NSudo.exe Trustedinstaller"
    for this script:

    echo.-------------------------------------------------------------------------------
    echo Copying files...
    echo.-------------------------------------------------------------------------------
    echo.
    xcopy "%~dp0Addons\%HostArchitecture%\Temp\DirectX_June2010_x64\Files\*" "%MOUNT%" /cherkyi
    xcopy "%~dp0Addons\%HostArchitecture%\Temp\vcredist_x64_SxS_Win810\Files\*" "%MOUNT%" /cherkyi
    xcopy "%~dp0Addons\%HostArchitecture%\Temp\vcredist_x64_2013d_WinAll\Files\*" "%MOUNT%" /cherkyi
    xcopy "%~dp0Addons\%HostArchitecture%\Temp\vcredist_x64_2019_WinAll_14.28.29515.1\Files\*" "%MOUNT%" /cherkyi
    xcopy "%~dp0Addons\%HostArchitecture%\Temp\7zip_x64\Files\*" "%MOUNT%" /cherkyi
    xcopy "%~dp0Addons\%HostArchitecture%\Temp\WinRAR_x64\Files\*" "%MOUNT%" /cherkyi
    xcopy "%~dp0Addons\%HostArchitecture%\Temp\Unlocker_x64\Files\*" "%MOUNT%" /cherkyi
     
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    You need to modify the Windows\System32\winpeshl.ini like below

    For Boot.wim index 2

    Code:
    [LaunchApps]
    %windir%\system32\wpeinit.exe
    %windir%\system32\netstart.exe
    %systemdrive%\setup.exe
    

    - Boot from Windows Setup
    - Choose the Language, Country and Keyboard settings
    - Choose Repair your computer

    For Winre.wim index 1

    Code:
    [LaunchApps]
    %windir%\system32\wpeinit.exe
    %windir%\system32\netstart.exe
    %systemdrive%\sources\recovery\recenv.exe
    
    - Choose Settings->Update & Security->Recovery->Advanced startup->Restart now
    - Choose Troubleshoot->Microsoft Diagnostics and Recovery Toolset

     
  12. ralph65

    ralph65 MDL Novice

    Dec 22, 2015
    5
    1
    0
    hi guys where can i download windows ADK windows10.thank you.
     
  13. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Will check with 19042.508 VLSC image if the Edge version included is different.

     
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    You need to prepare the add-ons to be integrated with necessary registry changes, then write the script to automate the tasks.

    I'm not sure if the add-ons your are using are in a format to directly integrate to the wim image mounted.

     
  16. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    281
    318
    10
  17. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    281
    318
    10
    #17580 sergey130270, Nov 22, 2020
    Last edited: Nov 22, 2020
    I cannot copy the addon vcredist_x64 SxS_Win810 to the mounted image

    all others are copied

    Отказано в доступе
    Не удается создать каталог: C:\Win\Integrator10\Mount\Windows\WinSxS

    Скопировано файлов: 16.
    C:\Win\Integrator10\Addons\amd64\Temp\vcredist_x64_2013d_WinAll\Files\Program Files\Common Files\microsoft shared\VC\msdia100.dll
    C:\Win\Integrator10\Addons\amd64\Temp\vcredist_x64_2013d_WinAll\Files\Program Files (x86)\Common Files\DESIGNER\mscdrun.dll
    C:\Win\Integrator10\Addons\amd64\Temp\vcredist_x64_2013d_WinAll\Files\Program Files (x86)\Common Files\DESIGNER\mshtmpgr.dll
    C:\Win\Integrator10\Addons\amd64\Temp\vcredist_x64_2013d_WinAll\Files\Program Files (x86)\Common Files\DESIGNER\mswcrun.dll
    C:\Win\Integrator10\Addons\amd64\Temp\vcredist_x64_2013d_WinAll\Files\Program Files (x86)\Common Files\microsoft shared\VC\msdia100.dll
    C:\Win\Integrator10\Addons\amd64\Temp\vcredist_x64_2013d_WinAll\Files\Windows\Installer\466ee.msi
    C:\Win\Integrator10\Addons\amd64\Temp\vcredist_x64_2013d_WinAll\Files\Windows\Installer\466f8.msi
    C:\Win\Integrator10\Addons\amd64\Temp\vcredist_x64_2013d_WinAll\Files\Windows\Installer\46702.msi
    C:\Win\Integrator10\Addons\amd64\Temp\vcredist_x64_2013d_WinAll\Files\Windows\Installer\4670c.msi
    C:\Win\Integrator10\Addons\amd64\Temp\vcredist_x64_2013d_WinAll\Files\Windows\Installer\46716.msi
    C:\Win\Integrator10\Addons\amd64\Temp\vcredist_x64_2013d_WinAll\Files\Windows\Installer\46720.msi
    C:\Win\Integrator10\Addons\amd64\Temp\vcredist_x64_2013d_WinAll\Files\Windows\Installer\4672a.msi
    C:\Win\Integrator10\Addons\amd64\Temp\vcredist_x64_2013d_WinAll\Files\Windows\Installer\46734.msi
    C:\Win\Integrator10\Addons\amd64\Temp\vcredist_x64_2013d_WinAll\Files\Windows\Installer\4673e.msi
    C:\Win\Integrator10\Addons\amd64\Temp\vcredist_x64_2013d_WinAll\Files\Windows\Installer\46748.msi
    C:\Win\Integrator10\Addons\amd64\Temp\vcredist_x64_2013d_WinAll\Files\Windows\Installer\4674c.msi[