1. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    362
    10
    As well as for submarines.
     
  2. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    362
    10
    I deeply apologize for disturbing you and this intrusive question. Can we expect for the new version today?

    (This time I need to help my friend urgently and it would be great to know should I use v10.8 or wait some time for the new one?)
    I'm sorry again, I don't usually ask such questions to devs...
     
  3. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,412
    15,485
    210
    It's getting uploaded, wait for few minutes.

     
  4. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,145
    21,024
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,412
    15,485
    210
    Updated the Toolkit to v10.9

    v10.9
    + Updated ToolKit's Bin folder with Windows 10 20H1 Insider Preview WADK (v10.0.20262.1) Tools.
    + Fixed a Bug in the Feature "Convert Windows MCT to WIM Image", where the option to select the Index was not displayed.
    + Updated the Microsoft .NET Framework 4.8 Pack (Windows 7/Server 2008 R2) for MSMG ToolKit with .NET 4.8 Rollup Update KB4585205 (4.8.4290.2) (Thanks to MDL Member : abbodi1406).
    + Updated the Feature "Integrate Microsoft Edge Chromium Browser" to use Microsoft Edge Chromium Installer CAB files.
    + Updated the Feature "Integrate Microsoft Edge Chromium Browser" to integrate Microsoft Edge Chromium Group Policy Definitions files.
    + Updated the Microsoft Edge Chromium Browser Pack (Windows 7/8.1/Windows 10 v1803/v1809/v1903/v1909/v2004/v20H2) for MSMG ToolKit.
    + Added a Feature "Integrate Windows PowerShell 7.1".
    + Added the Microsoft Windows PowerShell 7.1 Pack (Windows 7/Windows 8.1/Windows 10) for MSMG ToolKit.
    + Fixed a Bug in the Feature "Integrate Microsoft DaRT Tools", where the Integration to Recovery image failed with errors (Thanks to MDL Member : Enthousiast).
    + Updated the Microsoft Visual C++ Runtime Pack for MSMG ToolKit with VC++ 2019 v14.28.29515.1 Runtime (Thanks to MDL Member : abbodi1406).
    + Fixed a Bug in the Feature "Remove Windows Component" where the component removal by component category was not working.
    + Fixed a Bug in the Feature "Remove Windows Component" where the MultiPoint Connector component removal was giving error for Windows 10 Client v1903/v1909 Source OS.
    + Updated the Feature "Remove Windows Component" to support Windows 10 Client v1809 (v10.0.17763.1577) Source OS.
    + Updated the Feature "Remove Windows Component" to support Windows 10 Client v1903/v1909 (v10.0.18362.1198/v10.0.18363.1198) Source OS.
    + Updated the Feature "Remove Windows Component" to support Windows 10 Client v2004/v20H2 (v10.0.19041.630/v10.0.19042.630) Source OS.
    + Updated the Feature "Import Custom Start Menu Layout from XML" with new Default Layout Template XML (Thanks to MDL Members : Feartamixg).
    + Optimized the ToolKit code for "Clean-up Source Images" Feature (Thanks to MDL Member : RaiyvaN).
    + Optimized the ToolKit code for "Apply & Save Changes to the Source Images" Feature (Thanks to MDL Member : RaiyvaN).
    + Updated the Feature "Apply & Save Changes to the Source Images" with an option to Trim unselected Source Image Indexes.
    + Optimized the ToolKit code for "Discard Changes & Unmount Source Images" Feature (Thanks to MDL Member : RaiyvaN).
    * Merged the Feature "Rebuild Source Images" with "Apply & Save Changes to the Source Images" Feature.
    + Fixed Duplicate code modules (Thanks to MDL Members : RaiyvaN).
     
  6. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    362
    10
    @MSMG
    Thank you very much! You are the best! :good3:
     
  7. ralp65

    ralp65 MDL Novice

    Dec 19, 2015
    30
    4
    0
    Hi guys i'm trying to integrate tool dart in wimdows 10 64b recovery disk (300mb)with dism.exe. i copied the files in win10 following these commands but the command is not recognized, can you help me


    Dism.exe /Mount-Image /Imagefile:<WinPE.wim> /Index:1 /MountDir:<Mount-Folder>

    - Apply the DaRT 10 + DaRT 10 languages pack + DaRT 10 Debug Tools images to the mounted folder using the below commands

    - Commit changes and unmount the WinPE image using the below command

    - Rebuild the WinPE image using the below command
    Code:
    Dism.exe /Apply-Image /ImageFile:Dart_w10.tpk /Index:2 /ApplyDir:<Mount-Folder>
    Dism.exe /Apply-Image /ImageFile:Dart_w10_en-US.tpk /Index:2 /ApplyDir:<Mount-Folder>
    Dism.exe /Apply-Image /ImageFile:DebugTools_w10_rs6.tpk /Index:2 /ApplyDir:<Mount-Folder>

    Code:
    Dism.exe /UnMount-Image /MountDir:<Mount-Folder> /Commit
    thank you.


    Code:
    Dism /Export-Image /SourceImageFile:<WinPE.wim> /SourceIndex:1 /DestinationImageFile:<New
     
  8. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,412
    15,485
    210
    You need to modify the Windows\System32\winpeshl.ini in winre.wim like below

    Code:
    [LaunchApps]
    %windir%\system32\wpeinit.exe
    %windir%\system32\netstart.exe
    %systemdrive%\sources\recovery\recenv.exe
    
     
  9. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,897
    10,733
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    766
    612
    30
    I should have realised if I'd read the Readme file better.

    My working image has only one index, so the option to trim unselected indexes was not offered to me.
     
  11. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,626
    3,361
    60
    If you started PowerShell as an administrator, simply enter the Command Prompt by typing:
    cmd

    Then place your dism command and correct the ending:
    /MountDir:<Mount ?
    to
    /MountDir:Mount

    Unrelated to the situation, but just as a curiosity: If I understand correctly, PowerShell executes the dism in sublayer mode, using other commands, it does not cover all the functions of the dism, but it is much faster when exporting multiple indexes.
     
  12. ralph65

    ralph65 MDL Novice

    Dec 22, 2015
    5
    1
    0
    Grazie. ora ci provo.
     
  13. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    362
    10
    @Enthousiast | @MSMG

    Question about .NET 4.8 integration for LTSC.
    After all new info/KB-files additions and MSMG fixes I feel a bit confused of this long .NET part of the main LTSC post , especially after the new info from @abbodi1406

    1) Which ones of KB / cab files I actually should take, if I want ONLY NEW+UPDATED .NET 4.8 ?
    (none of other versions are necessary for me). Show me the most short and clear way, please.

    2) Should I proceed with .NET 4.8 integration into LTSC at the very last stage after pre-applying the previous steps (same as in this post) ?
    So is there an instructions collision? Should readme part for LTSC (1809) be fixed then?

    Thanks in advance.
     
  14. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,897
    10,733
    240
    #17557 Tiger-1, Nov 21, 2020
    Last edited: Nov 21, 2020
    @MSMG right now I'm working with the new version (10.9) and using the image from Win10 Education en-US x64 20H2 I could see that in the option to remove components \ remove Adobe flash player, Internet Explorer ALSO removed the Edge Chromium browser in this way I thought it best to warn you so that another line of code is made, this browser is also ,of course I decided to communicate in advance so that other users do not have to start the process again ok.
    EDIT: I also saw that the image of the version does not match see figure
     

    Attached Files:

    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,007
    93,809
    450
  16. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,007
    93,809
    450
    You mean the DU for Sources? That's for updating the "ISO:\Sources" folder.