1. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,412
    15,485
    210
    #1 MSMG, Nov 21, 2013
    Last edited: Sep 10, 2023
  2. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,412
    15,485
    210
    #2 MSMG, Nov 22, 2013
    Last edited: Oct 11, 2020
    (OP)
    Thanks / Credits :

    Alphawaves - Making MSMG ToolKit MDL Thread a Sticky and WHD Downloader Tool.
    abbodi1406 - Microsoft .NET Framework 3.5 MUI AIO Pack, Microsoft .NET Framework 4.6.2 Add-on Pack, Microsoft Windows 8.1/10 Default Metro Apps Repository, WHD Repository Update List, Data De-Duplication Pack.
    murphy78 - Microsoft DaRT 7/8.1/10 Pack, Compiling Esddecrypt.exe.
    kelorgo - How to Generate WMC Generic Activation Tokens.
    Tito - Windows Visa & Windows 7 Game Executable's Patch Tool, Windows 10 Windows To Go Workspace Pack.
    M2-Team - NSudo Executable.
    moderate - Windows Vista & Windows 7 Games, Data De-Duplication Pack, Windows 8.1/10 Windows To Go Workspace Packs, Fraunhofer MP3 Pro Codec Tweak.
    Mr Jinje - How to Patch Terminal Server (Termsrv.dll).
    Qad - Providing ESD Decrypt Prototype Source.
    EF1 - Microsoft DaRT 10 Pack.
    ElDiabl0 - Windows 7 Games (Tinker, Hold'Em) MUI Files.
    Kenafri - Modding MSMG ToolKit Packs Registry Files to Support Dynamic Paths, Microsoft Pinball Game MUI Files, Windows 10 Windows To Go Workspace Pack.
    lite8 - Registry Tweak to Un-Hide Hidden Windows Packages for Removal.
    Xinso - Trick to Integrate Older/Newer Build Version of CAB Packages.
    TS - Windows Linux Subsystems Packages.
    LostED - Providing Download Mirror for MSMG ToolKit.
    zero cool root - Providing Download Mirror for MSMG ToolKit.
    Melinda Bellemore - SxS Package Extractor.
    Chuyu Team - Dism++CUI Executable.

    And, all other MDL Members Who Have Contributed to This ToolKit in the form of Feedback, Troubleshooting and Suggestions.
     
  3. bharath5211

    bharath5211 MDL Novice

    Apr 13, 2011
    20
    3
    0
    Thanks man Great one .....
     
  4. schmerle123

    schmerle123 MDL Novice

    Nov 21, 2012
    39
    9
    0
    Don't run! Says the OS architecture is x86 but it is x64!!!
     
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,412
    15,485
    210
    The Problem was not with the ToolKit Code But it was with the Compiler Used to Convert Batch to EXE, It's Pointing to Windows Temporary Directory Instead of Current Working Directory

    The Link Will be Updated Soon with the Fix.


     
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,412
    15,485
    210
    Updated the Link with Bug Fixed.

    Note: I haven't put any check for whether source files do exists or not in these folders - DVD, ISO, Packs\PreAct, Updates\GA\x86 or x64, Updates\HotFixes\x86 or x64, so don't use the program options without the respective source files.
     
  7. lgj1952

    lgj1952 MDL Member

    Jul 24, 2009
    167
    87
    10
    I've tried and integrate GA roll up x64. at w8.1 Pro, it went well.
    But I think the ISO file was very big, it increased by 513 MB.
    But I am satisfied with the program, thanks:biggrin:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,412
    15,485
    210
    The GA Rollup x64 is around 230MC Compressed without the Flash Player (Windows8.1-KB2898108-x64) Update (10MB), When Expanded it will increased, So gradually the install.wim size will increase and so does the ISO Size too...

    I have disabled in the ToolKit not to integrate the Flash Player (Windows8.1-KB2898108-x64) Update, coz it gets updates very often so..

    But, If you want to reduce the size of ISO file, then you can remove all files/folders from DVD Root except

    boot
    efi
    sources

    |
    |-------------> boot.wim
    |-------------> EI.cfg (Ony If you have WMC Add-on Integrated or AIO)
    |-------------> install.wim
    |-------------> lang.ini (Only if you integrated any language packs).
    |-------------> setup.exe
    bootmgr
    bootmgr.efi



    Even you delete the SxS folder from sources folder if you have Integrated .Net Framework 3.5 Feature.

     
  9. HALIKUS

    HALIKUS MDL Addicted

    Jul 29, 2009
    526
    371
    30
    very nice work, simple and straight forward. There isn't that many things the average user needs to do to a wim that you aren't already doing, but some extra servicing options you could include easily imo :

    -default app associations remove and add. Dism /image:' & $Mount & " /Remove-DefaultAppAssociations" and Dism /image:' & $Mount & " /Import-DefaultAppAssociations:AppAssoc.xml
    -add overlay for system32 files, custom winre, or spp activation files.
    -drivers. Dism /image:' & $Mount & ' /Add-Driver /Driver:"' & $DRIVERS & '\Windows 7 ' & $EditionArch & '" /Recurse'
    -rename index with date(after patches). $imagex & " /info " & $SourceUpdatesWim & " " & $Index & ' "' & $IndexDescription & '" "' & $IndexDescription & '"'
    -get packages. Dism /Image:" & $Mount & " /Get-Packages>packages.txt
    -offline regedit. "reg load HKLM\Offline " & $Mount & "\windows\system32\config\software" and "reg unload HKLM\Offline"
     
  10. schmerle123

    schmerle123 MDL Novice

    Nov 21, 2012
    39
    9
    0
    Great work,but one Question: why don't your Toolkit integrate GA-Updates in the win.re and boot.wim? Your first Toolkit does.

    Forgett it, my mistake!!!!!!!!!! :pissy:
     
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,412
    15,485
    210
    Thanks, well am working on other features to add like

    - Remove Default Metro Apps
    - Remove Default Metro Apps Associations
    - Export Default Metro Apps Associations
    - Integrate Updates/HotFixes
    - Import Registry Tweaks

    Adding Spp Activation files, it's already done, you can use the feature - [4] Integrate Pre-Activation Details for Auto-Activation from MSMG ToolKit. Just copy the "data.dat", "tokens.dat", and "cache.dat" (Optional) from your Activated OS \Windows\System32\spp folder to MSMG\Packs\PreAct

    When Asked for Product Key, copy the CDKey with the '-' dashes and paste it in the MSMG ToolKit Window when the Product Key is asked.


    Will Add other Features you had list.

     
  12. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,412
    15,485
    210
    Well it does integrate GA-Updates in the winre.wim and boot.wim wim images, check out the logs folder in the msmg folder, it will contain netfx35.txt, bootwim-1.txt, bootwim-2.txt, install.txt, winre.txt files.


    Note: These Log Files will be deleted a soon as you close the MSMG ToolKit.

     
  13. andi03

    andi03 MDL Novice

    Nov 23, 2013
    2
    0
    0
    Hello, excuse me for the bad english, this program works for Windows 8, or just for Windows 8.1 :)
     
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,412
    15,485
    210
    The MSMG ToolKit is mainly designed for :

    - Windows 8.1 Core/CSLA/CCSL/Pro/ProWMC/Enterprise/Embeddded/RT
    - Windows Server 2012 R2

    The MSMG ToolKit does supports for Windows 8/Server 2012 and supports these operations:

    - Integrate .Net Framework 3.5 Components
    - Integrate Custom Patches
    - Make a ISO Image
    - Burn a ISO Image

    Since Windows 8.0 is replaced by Windows 8.1 so I haven't added support for other operations like WMC Add-on, Pre-Activation.

     
  15. andi03

    andi03 MDL Novice

    Nov 23, 2013
    2
    0
    0
    Thanks :), interested me support for the integration of WMC Add-on
     
  16. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,412
    15,485
    210
    Updated MSMG ToolKit for Windows 8.1/Server 2012 R2 to v1.01


    Changelog :

    v1.01
    + Added Windows 8.1 RT ARM OS Support.
    + Added Support to Integrate Windows 8.1 RT GA Rollup Updates.
    + Added Feature to Integrate Windows Security Updates and Hotfixes (x86/x64/ARM)
    + Added Pre-Cleanup Process at Startup Settings.
    + Added Error Checking & Error Handling for Input/Output File/Folders.
    + Added Better Display to Show List of WIM Images Available to Service.
    + Added CleanUp Tool to Un-Mount Abandonded Mount Points and Cleanup Left Over Log and Temporary Files.
    - Removed Integration of The Flash Player Update Package KB2889543 (Superseded By Update Package KB2898108), From Integrate Windows 8.1 and Server 2012 R2 GA Rollup Updates.
    - Removed Redundant Codes.


    v1.00 (Initial Release)
    + Added Windows 8.1 and Windows Server 2012 R2 OS Support.
    + Added Auto Download & Install of WADK 8.1 (Deployment Tools) If Not Already Installed.
    + Added Option to Show Verbose or Quiet Output Status.
    + Added Feature to Integrate .Net Framework 3.5 Components.
    + Added Feature to Integrate Windows Media Center Add-on Feature.
    + Added Feature to Integrate Windows 8.1 and Server 2012 R2 GA Rollup Updates (x86/x64).
    + Added Feature to Integrate Pre-Activation Details for Auto-Activation.
    + Added Feature to Integrate Custom Patches.
    + Added Feature to Make a ISO Image.
    + Added Feature to Burn a ISO Image.
     
  17. WildByDesign

    WildByDesign MDL Addicted

    Sep 8, 2013
    743
    403
    30
    Excellent tool. Thanks for your hard work, much appreciated.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,412
    15,485
    210
    Uploaded the Link for v1.01