1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,446
    450
    Just keep a clean Winre.wim with DaRT saved and update a copy to put in the install.wim.
     
  2. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    783
    629
    30
    My SHA1 hashes seem good.

    Code:
    SHA1 hash of file Windows10_InsiderPreview_EnterpriseVL_x64_en-gb_15063.iso:
    12 9c 47 01 f3 dc 51 8d 49 34 8b 94 63 d0 1c f4 de a4 46 d8
    CertUtil: -hashfile command completed successfully.
    
    MD5 hash of file Windows10_InsiderPreview_EnterpriseVL_x64_en-gb_15063.iso:
    3e 44 7f 7c d1 df c5 4d d3 da 35 f0 c9 e0 f4 cc
    CertUtil: -hashfile command completed successfully.
    
    SHA1 hash of file Windows10_InsiderPreview_EnterpriseVL_x32_en-gb_15063.iso:
    e9 21 4d 90 39 d6 cb 5b 75 34 06 4c 52 81 24 f3 bc e3 d4 36
    CertUtil: -hashfile command completed successfully.
    
    MD5 hash of file Windows10_InsiderPreview_EnterpriseVL_x32_en-gb_15063.iso:
    07 be 5f b2 61 40 d1 c7 d4 a6 3d 5e 55 d9 03 95
    CertUtil: -hashfile command completed successfully.
     
  3. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Well, the leaked Win32Calc packages are from Windows Server 2016 RS3 InsiderPreview Branch and so no 32-bit support don't worry I will be building a alternative pack for 32-bit using the 64-bit wow64 files.

     
  4. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Did you tried re-booting again after the first boot and tested those apps?

     
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    The outdated is from DISM++CUI.

     
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    If you specify the full name also it will remove the packages but each time you will have to edit the list for new builds.

    You need to specify the parent package to remove the a set of sub-packages.

     
  7. R23

    R23 MDL Member

    Apr 5, 2017
    124
    28
    10
    MSMG, I'm really looking forward to a new version of the program with fixed bugs.
    I want to make a new homebrew.
    Now I will do the assembly in two passes using MSMG first, and then NTLite for the best result.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. biatche

    biatche MDL Addicted

    Nov 14, 2009
    573
    144
    30
    yea can we see a release with fixed bugs? new features for later.
     
  9. kubbik

    kubbik MDL Novice

    May 30, 2016
    18
    5
    0
    i experienced the same things and figured out with the right dependencies
    - Calculator needs Microsoft.VCLibs.140.00
    - Calendar and Mail needs Microsoft.VCLibs.140.00
    So did you have the Microsoft.VCLibs.140.00_14.0.24123.0_x64__8wekyb3d8bbwe.Appx and Microsoft.VCLibs.140.00_14.0.24123.0_x86__8wekyb3d8bbwe.Appx in your Packs\Apps\w10 folder ?
     
  10. kubbik

    kubbik MDL Novice

    May 30, 2016
    18
    5
    0
    forgot to say, to integrate VCLibs dependencies in Windows 10 with MSMG's ToolKit you have to rename them
    - Microsoft.VCLibs.140.00_14.0.24123.0_x64__8wekyb3d8bbwe to Microsoft.VCLibs.x86__8wekyb3d8bbwe.appx
    - Microsoft.VCLibs.140.00_14.0.24123.0_x86__8wekyb3d8bbwe to Microsoft.VCLibs.x64__8wekyb3d8bbwe.appx

    ToolKit looking for
    Code:
    if "%SelectedSourceOS%"=="w10" for /f %%i IN ('"dir /b *VCLibs.x86*.appx" 2^>nul') do set "VCLibs14X86=/DependencyPackagePath:%Apps%\%%i"
    if "%SelectedSourceOS%"=="w10" for /f %%i IN ('"dir /b *VCLibs.x64*.appx" 2^>nul') do set "VCLibs14X64=/DependencyPackagePath:%Apps%\%%i"
    
    But the real names on businessstore.microsoft.com are those above.
    A better way will be to have *VCLibs*x86*.appx and *VCLibs*x64*.appx
     
  11. MonarchX

    MonarchX MDL Expert

    May 5, 2007
    1,732
    313
    60
    What is the best way to speed up WIM mounting, WIM processing (integration/removal, etc.), WIM saving and related tasks? Should I create a temporary RAM drive? I already run everything off my SSD's and set CPU Priority to Above Normal for DISM processes, but waiting is the worst part of image editing - takes FOREVER or at least feels like it...
     
  12. biatche

    biatche MDL Addicted

    Nov 14, 2009
    573
    144
    30
    #3112 biatche, Jun 20, 2017
    Last edited: Jun 20, 2017
    was the remove all except store bug introduced in 7.4 or before that? i really wanna get started with a new build .. what other bugs are there right now?
     
  13. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Ok will check and fix the code.

     
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    WIM Mounting speed can be made faster using the /Optimize switch in the mount image command.

    Although it speeds up the mounting but the later processes like adding/removing will be slower.

    or else you can use a RAM Drive to speed up the process

     
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Testing out the new version, I have added support for RS3 IP and also have fixed some bugs.

    Remove Apps is working for RS3 IP But the Remove Windows Components is not worth as most of the components are now merged into other packages and Hyper-V removal is not working even though the packages are there.

    I have removed the components from the menu which cannot be removed from RS3 IP using the regular DISM command.

    Think RS3 will put an end to the DISM way of Component removal and we need to move to new method.

    Its just a text misplaced in the query but the actual function is working.

     
  16. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,734
    240
    to MSMG maybe from now Powershell is our way to make job using Toolkit instead of DISM :g:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. R23

    R23 MDL Member

    Apr 5, 2017
    124
    28
    10
    And the difference?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,694
    1,717
    150
    More POWER hehe ;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,446
    450
    But doesn't replace dism.
     
    Can I use MSMGT on murphy's isos?