1. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    The games pack is fixed and is working properly, am using it myself. for games I have retained Game Explorer and WinSAT to work properly.

    For only installation, you need to rename the registry files, you need find and replace "\TK_" to "\" without quotes and then use the DISM /Apply-Image command to live system and import the registry files.

     
  2. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    477
    274
    10
    I retained WinSAT but not games explorer (Because the WinAero package seems to install it?). Looking at the packs folder on Mega I did not see Game Explorer.

    dism /online /apply-image /imagefile:E:\Temp\Games_x64_en-US.tpk /applydir:"C:\Program files\Microsoft games" /verify
     
  3. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    #14043 MSMG, Feb 3, 2020
    Last edited: Feb 3, 2020
    (OP)
    The Game Explorer in Games doesn't work with recent version of Windows 10 that's why the Toolkit's Games Pack script will check for Windows version and skips if it's Windows 10.

    MS has removed the files required for Game Explorer to work in recent versions.

    The command is :

    Code:
    dism /online /apply-image /imagefile:E:\Temp\Games_x64.tpk /index:1 /applydir:C:\ /verify
    dism /online /apply-image /imagefile:E:\Temp\Games_x64_en-US.tpk /index:1 /applydir:C:\ /verify
    
    You need to specify the index for each game.

     
  4. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    The GUI version is under development and has been delayed due to Health and other issues.

     
  5. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    477
    274
    10
    Ok. I can just stick that in a for loop in a batch and add the reg imports as well.

    Thank you.
     
  6. ARCIGA

    ARCIGA MDL Senior Member

    Mar 23, 2015
    304
    75
    10
    Windows 7 SP1 es-ES
    I can't integrate internet explorer 11 with MSMG ToolKit v9.5
     

    Attached Files:

  7. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Did you download all the required IE11 Pack files from Toolkit download link and copied them to <Packs\IE11> folder?

     
  8. Igor147

    Igor147 MDL Member

    Oct 20, 2016
    144
    67
    10
    I don’t already know how to find out what files are needed for DirectX 9.0c
    I did as it is written here: README.txt
    1 Integrated Updates
    2 removed components
    3 Image Cleanup
    4 Saving
    5 rebuild
    6 Convert WIM to ESD
    Instagram works
    1 Integrated Games
    2 Integrated Updates
    3 removed components
    4 Image Cleanup
    5 Saving
    6 rebuild
    7 Convert WIM to ESD
    Instagram doesn't work
    I don’t understand what the games have to do with it ...
     
  9. amnester

    amnester MDL Junior Member

    Nov 9, 2018
    72
    18
    0
    Hi! When using ToolKitHelper.exe from 31.01.2020 and removing components, will they be restored after updating Windows 10 Pro 1909-18363.628?
     
  10. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    I just created a rough pack using the Edge Chromium MSI installer, didn't check for the languages, do try and see if it works for other languages too.

     
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Will see what can be done for DirectX 9.0c Web installer, meantime you can integrate the DirectX 9.0c pack provided by the Toolkit.

    The Instagram Client App you are using is it a UWP App?

     
  12. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Yes other than Windows Apps all other components will be restored, I haven't yet prepared a fix for returning components issue.

     
  13. amnester

    amnester MDL Junior Member

    Nov 9, 2018
    72
    18
    0
    I think you should make a separate package Edge Chromium, so that after installing Windows does not update the old Edge! And that the size of the big, then not it is important..... convert .wim to .esd!
     
  14. Igor147

    Igor147 MDL Member

    Oct 20, 2016
    144
    67
    10
    I installed the offline version. I just shared what I found out of the problems. I completely forgot to write that the instagram from the Windows store
     
  15. amnester

    amnester MDL Junior Member

    Nov 9, 2018
    72
    18
    0
    And how to integrate it? Where to insert these 2 files?
     
  16. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    477
    274
    10
    I'm a little confused by this. You say you retained game explorer, but then MS Has removed the files to make game explorer work?

    Anyway, there must be something else the games are dependent on as when I try to run any of them they won't start. Busy circle flashes for an instant then nothing. Nothing in event log.
     
  17. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    This itself is a separate pack for Edge Chromium, it doesn't contain any old Edge, in fact all ToolKit packs are made as .ESD files and with .ESD compression it is 377 MB.

    May be further cleanup of the Pack by removing the Setup backup files in Edge Update folder would reduce the size.

     
  18. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    - Download and Copy the EdgeChromium folder to Packs folder.
    - Mount the Image using ToolKit.
    - Use a NSudo command prompt with TrustedInstaller privilege and with full permissions.
    - Run the below commands in opened command prompt under the ToolKit folder.

    Code:
    Dism /Apply-Image /ImageFile:Packs\EdgeChromium\EdgeChromium_x64.tpk /Index:1 /ApplyDir:Mount\Install
    reg import Packs\EdgeChromium\EdgeChromium_x64.reg
    
    - Save the Image using ToolKit.