1. MSMG

    MSMG MDL Developer

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

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    For Using Games Pack

    - Extract the two .tpk and reg file to any folder for example <Packs\Games> folder
    - Use the Dism apply-image command to integrate the .tpk files

    x86


    Code:
    
    dism /apply-image /imagefile:packs\Games\W7Games.tpk /index:1 /applydir:mount\install
    dism /apply-image /imagefile:packs\Games\W7Games_en-US.tpk /index:1 /applydir:mount\install
    
    

    x64


    Code:
    
    dism /apply-image /imagefile:packs\Games\W7Games.tpk /index:2 /applydir:mount\install
    dism /apply-image /imagefile:packs\Games\W7Games_en-US.tpk /index:2 /applydir:mount\install
    
    
    - Mount the Image Registry
    - Import the W7Games.reg from <Packs\Games> folder by double clicking on it and choosing yes
    - UnMount the Image Registry
    - Save the Image


    And for Windows 10 usage order it depends on whether the user will be adding netfx35 and updates, anyway will give a proper order for both the scenario later after some time.

     
  3. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    762
    556
    30
    MSMG, I hope you can fix the store integration in LTSB 1607, since the last version of the toolkit it is not working anymore.
    It briefly opens and closes right away, rebooting does not help.
    Someone reported that here and I also reported it when 7.0 was released.
    I thought it was something on my side but it turns out to be the indeed buggy Toolkit.

    Cheers.
     
  4. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    886
    385
    30
    Thank you MSMG for the toolkit.

    Upon saving the changes, lot's of errors like "Access is denied" "File not found" and "File is being used by another program" is this normal ? Although all the tasks completed successfully.

    Also, I only integrated .net framework and activation tokens, file size of resulting .iso increased by 300 MB's that after I removed the other versions from WIM.

    Lastly, is it possible to integrate graphic driver into wim ?

    Edit: oh! How do I integrate Edge into 8.1 source .iso ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    I had tested it before and it was working after the second boot, anyway will once again check and fix if any errors found.

     
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    1) The reason might be due to :

    - Your AV program or any other program might be accessing the ToolKit mount folder and that's why it's giving those errors.

    - If the errors are getting at the Image Component Cleanup stage then it might be due to not able to cleanup the WinSxS folder properly.

    2) Integrating anything can increase the size of the image and You need to Re-Build the Source i.e Apply->ReBuild Source, this will optimize the Image size.

    3) You can integrate any drivers into the WIM Image using the Integrate Drivers option

    4) Sorry I haven't added the W81 Edge Browser app for integration.

     
  7. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    762
    556
    30
    It appears to me that the problem started with the inclusion of creators update (store) files that are not compatible with 1607.

    Cheers.
     
  8. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    886
    385
    30
    Okay, I'll try again with the latest version of the Toolkit, and post the results in a few hours (hopefully)
    Is it possible to integrate the 3rd party themes (after UxStyle integration) and some programs like Foobar2k etc ?
    which option under the "Target" menu makes a bootable USB ?
    sorry for the bad English, and thank you for the kind support :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,733
    120
    You can integrate what you want, you don't need MSMG toolkit for everything. That being said UxStyle does not work with CU, and above. You need UXThemeSignatureBypass. I have tried to integrate offline, but was unsuccessful with the Windows installation. Perhaps you can give it a go.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. °ツ

    °ツ MDL Addicted

    Jun 8, 2014
    903
    1,178
    30
    This has probably been asked before. Can cumulative updates be integrated to a refreshed Window 10 ISO?
     
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,679
    103,542
    450
    Yes, but there is no new one released, yet. 15063.483 is the current build.
     
  12. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,735
    240
    @ MSMG Hi today I'm working with W10 Enterprise 2015 LTSB x64 in option (4) Remove Windows Components I choose option (1) All Windows Components but when finish I see that last item (M) Retail Demo Offline Content is not removed so I scrown up and see one by one from A to M and realy Toolkit V7.5 no removed item M I believe that is no big issue maybe I can remove it after with Powershell
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    762
    556
    30
    You see that I was right, the toolkit does not remove retail demo.

    Cheers.
     
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    The Store App available for RS2 is compatible with the RS1 only after checking the internal AppxManifest.xml file inside the Store Appxbundle package and testing the same on RS2 LTSB 2016 I have added it to the Packs folder.

    See here the minimum version required is TH2 for Microsoft.WindowsStore_11701.1001.994.0_neutral_~_8wekyb3d8bbwe.appxbundle

    Code:
    
      <Dependencies>
        <TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10586.0" MaxVersionTested="10.0.14393.0"/>
        <TargetDeviceFamily Name="Windows.Holographic" MinVersion="10.0.14393.0" MaxVersionTested="10.0.14393.0"/>
        <PackageDependency Name="Microsoft.VCLibs.140.00" MinVersion="14.0.23816.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"/>
        <PackageDependency Name="Microsoft.NET.Native.Framework.1.3" MinVersion="1.3.23901.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"/>
        <PackageDependency Name="Microsoft.NET.Native.Runtime.1.3" MinVersion="1.3.23901.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"/>
      </Dependencies>
    
    
    There's a new version of store available which i haven't downloaded yet, will check out soon.

     
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    This I had specified before that I had removed the individual menus for each editions and just kept a single menu for all editions and so some packages will skip if it's not applicable.

    I have checked with the LTSB Edition and it doesn't contain the RetailDemo Package to uninstall but the Retail Demo folder does exist and it will be displayed in the Disk Cleanup too.

    I have made some small changes to the menu to have a separate menu for EnterpriseS/EnterpriseSN edition to avoid confusion.

     
  16. rcstar6696

    rcstar6696 MDL Senior Member

    Jun 11, 2017
    447
    351
    10
    #3497 rcstar6696, Jul 30, 2017
    Last edited: Dec 24, 2018
    -snip-
     
  17. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    It's only there in the changelog and not in the ToolKit

     
  18. rcstar6696

    rcstar6696 MDL Senior Member

    Jun 11, 2017
    447
    351
    10
    #3499 rcstar6696, Jul 30, 2017
    Last edited: Dec 24, 2018
    -snip-
     
  19. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Now I have added support for removal of Hyper-V for W10 RS3 IP too.

    Can anyone upload the package list for W10 x64 RS3 IP Build 10.0.16251.0