1. ingviowarr

    ingviowarr MDL Senior Member

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

    ralp65 MDL Novice

    Dec 19, 2015
    30
    5
    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
     
  3. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    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
    
     
  4. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,734
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    783
    629
    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.
     
  6. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    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.
     
  7. ralph65

    ralph65 MDL Novice

    Dec 22, 2015
    5
    1
    0
    Grazie. ora ci provo.
     
  8. 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.
     
  9. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,734
    240
    #17552 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...
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,310
    450
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,310
    450
    You mean the DU for Sources? That's for updating the "ISO:\Sources" folder.
     
  12. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    362
    10
    #17556 ingviowarr, Nov 21, 2020
    Last edited: Nov 21, 2020
    @Enthousiast
    I just want to know for sure all .NET 4.8 KB packages (cab/msu) I need to proceed with full & updated .NET
    I have in plans to mount everything (for single LTSC edition), update SetupMedia too, and the rest of pieces, as usual.
    I'm confused with that amount of parts for .NET and unclear steps to integrate using MSMG.

    Please, read my previous post. I beleive, before KB4586860 I did all these steps properly?
    So what I should change then, after KB4586860 has came?
     
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,310
    450
    #17557 Enthousiast, Nov 21, 2020
    Last edited: Nov 22, 2020
    There is the

    - base dotnetfx48 adding cab MSU (kb4486153)
    - a language pack, if needed (kb4486154 >> kb4486176 depending on the language)
    - and the current dotnetfx35-48 CU (kb4586877).
     
  14. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    362
    10
    @Enthousiast
    Superb! Exactly what I want to know.
    And thankfully to your recently updated post I didn't miss the build was updated to 1613.
    Greatly appreciated !!! :good3:
     
  15. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,734
    240
    #17559 Tiger-1, Nov 21, 2020
    Last edited: Nov 21, 2020
    well i finished my work with Toolkit v10.9 where i could see big changes made by our Master MSMG mama mia!! and what changes! in this version it is clear that it was much more objective, comprehensive in my point of view, of course there is always something to fix but this is normal I just have to thank our partner since the days of W8.1 when we tried hard way and even in a desperate way via Powershell or using install.tweak remember because it is I believe that we are on the right path since M$FT insists on transforming the operating system into something like one Shopping center or using the system only on smartphones and relegating PCs to the background ... I just end by saying: CONGRATULATIONS Master you are really the guy :worthy::good3:
    EDIT: I forgot to say that my install.esd was only 3.2GB :p
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,861
    1,521
    60
    :doh:
    Code:
    ===============================================================================
                       MSMG ToolKit - Integrate Windows Updates
    ===============================================================================
    
    -------------------------------------------------------------------------------
    ####Starting Integrating Windows Updates#######################################
    -------------------------------------------------------------------------------
    
        Image                    : Install.wim
        Image Index              : 1
        Image Architecture       : x64
        Image Version            : 10.0.19041.1.0
    
    -------------------------------------------------------------------------------
    ####Processing Windows Updates Packages########################################
    -------------------------------------------------------------------------------
    
    Creating Windows Updates Packages Temporary folder...
    
    Extracting .CAB Package files to Temporary folder...
    
    Finished Extracting .CAB Package files to Temporary folder...
    
    -------------------------------------------------------------------------------
    ####Integrating Windows Updates################################################
    -------------------------------------------------------------------------------
    
    ===========================[Install.wim, Index : 1]============================
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.20262.1
    
    Image Version: 10.0.19041.1
    
    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
    Processing 2 of 2 - Adding package Package_for_KB4586864~31bf3856ad364e35~amd64~~19041.621.1.0
    [==========================100.0%==========================]
    
    Error: 0x800f0988
    
    The command completed with errors.
    For more information, refer to the log file.
    
    The DISM log file can be found at C:\Users\User\Desktop\Toolkit_v10.9\Logs\Dism.txt
    
    -------------------------------------------------------------------------------
    Generating Windows Updates Integration LOG File...
    -------------------------------------------------------------------------------
    
    Writing Windows Updates Integration Log file.
    
    
    -------------------------------------------------------------------------------
    Cleaning Up Temporary Files & Folders...
    -------------------------------------------------------------------------------
    
    Cleaning Up Windows Updates Temporary folder.
    
    -------------------------------------------------------------------------------
    ####Finished Integrating Windows Updates#######################################
    -------------------------------------------------------------------------------
    
    ===============================================================================
    
    Press any key to continue . . .
    .:doh: