1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,419
    450
    Not your problem or mine:D

    But i found an error of mine and corrected it because of all of this.
     
  2. haz367

    haz367 MDL Addicted

    Jan 11, 2020
    805
    1,465
    30
    You say "wim files"

    Is it required to add the dart files to boot and winre.wim? I added dart10 using winlib-imagex to winre.wim. Replaced the original with the patched one and commit changes on install.wim
    When i boot into recovery, the dart feature is there, but when i click it..the box comes on with all the tools although they are "not available" ?
     
  3. venejo

    venejo MDL Senior Member

    Oct 2, 2011
    259
    110
    10
    I'm trying to download the Language Packs for 1903/09 as mentioned on this post
    but the UUP dump site gives error when trying to download any LP.
    Also 1903/09 share the same LP?
     
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,419
    450
    Dism should be able to deploy them, and W10MUI can handle them offline too.
     
  5. haz367

    haz367 MDL Addicted

    Jan 11, 2020
    805
    1,465
    30
    #7870 haz367, Jun 2, 2020
    Last edited: Jun 2, 2020
    Ah, a screenshot :) Thx @Enthousiast

    I missed something >

    Code:
    winre.wim -- winpeshl.ini
    [LaunchApps]
    %windir%\system32\wpeinit.exe
    %windir%\system32\netstart.exe
    %systemdrive%\sources\recovery\recenv.exe
    
    boot.wim -- winpeshl.ini
    [LaunchApps]
    %windir%\system32\wpeinit.exe
    %windir%\system32\netstart.exe
    %systemdrive%\setup.exe
    
    edit

    @Enthousiast

    I took a peak i those scripts. Noticed the one had those lines that added the above entries to that winpeshl.ini file. Thx for letting me know that things should work without...Must try again :p

    ..
     
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,419
    450
    #7871 Enthousiast, Jun 2, 2020
    Last edited: Jun 2, 2020
    (OP)
    No need to modify that, this is all i use to insert DaRT:
    Code:
    echo Preparing DaRT...
    echo.
    bin\7z x -y -oDart_w10\Dart_w10 Dart_w10\Dart_w10.tpk
    bin\7z x -y -oDart_w10\Dart_w10_DeBug Dart_w10\DebugTools_w10_rs6.tpk
    bin\7z x -y -oDart_w10\Dart_w10_en-US Dart_w10\Dart_w10_en-US.tpk
    echo.
    echo Adding DaRT To Boot.wim...
    echo.
    Bin\wimlib-imagex update "AiO\x64\Sources\boot.wim" 2 --command="add 'Dart_w10\Dart_w10\2\' '\'"
    Bin\wimlib-imagex update "AiO\x64\Sources\boot.wim" 2 --command="add 'Dart_w10\Dart_w10_DeBug\2\' '\'"
    Bin\wimlib-imagex update "AiO\x64\Sources\boot.wim" 2 --command="add 'Dart_w10\Dart_w10_en-US\2\' '\'"
    
    and
    Code:
    Bin\wimlib-imagex extract "aio\x64\sources\install.wim" 1 Windows\System32\Recovery\winre.wim --no-acls --dest-dir=Winre_x64
    echo.
    echo Adding DaRT To Winre.wim...
    echo.
    Bin\wimlib-imagex update "Winre_x64\WinRE.wim" 1 --command="add 'Dart_w10\Dart_w10\2\' '\'"
    Bin\wimlib-imagex update "Winre_x64\WinRE.wim" 1 --command="add 'Dart_w10\Dart_w10_DeBug\2\' '\'"
    Bin\wimlib-imagex update "Winre_x64\WinRE.wim" 1 --command="add 'Dart_w10\Dart_w10_en-US\2\' '\'"
    echo.
    echo Putting Winre.wim Back In Install.wim...
    echo.
    Bin\wimlib-imagex update "AiO\x64\sources\install.wim" %%i --command="add 'Winre_x64\Winre.wim' '\Windows\System32\Recovery\winre.wim'" >nul
    
     
  7. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    272
    288
    10
  8. towerman

    towerman MDL Novice

    Oct 11, 2018
    2
    0
    0
    Hi guys,

    I don't find the link for downloading Dart10 bootable ISO.
    Anyone has got it?
    Thanks ;)
     
  9. W_fantasma

    W_fantasma MDL Senior Member

    Apr 10, 2012
    320
    269
    10
    You can create your own Dart bootable ISO with MSMG ToolKit
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. towerman

    towerman MDL Novice

    Oct 11, 2018
    2
    0
    0
    Thanks but I cannot understand how to do so. :/
     
  11. Which one is the latest 1909 ISO? Is it this one en_windows_10_consumer_editions_version_1909_updated_may_2020_x64_dvd_4b329408.iso ?
     
  12. neofita

    neofita MDL Senior Member

    Nov 27, 2013
    250
    217
    10
    you're right
     
  13. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,184
    21,304
    240
    #7880 LostED, Jun 16, 2020
    Last edited: Jun 19, 2020
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...