Updated the ToolKit to v6.2 Changelog v6.2 + Added a Feature "Integrate Internet Explorer 11" with Language Packs for Windows 7/Server 2008 R2/ThinPC Source OS. + Added Internet Explorer 11 Pack for MSMG ToolKit with MUI Files for Windows 7/Server 2008 R2/ThinPC Source OS. + Added a Feature "Integrate Microsoft .NET Framework 4.6.2 Components" with Language Packs for Windows 8.1/Server 2012 R2/Windows 10 TH1/TH2 Source OS. + Added Microsoft .NET Framework 4.6.2 Components Pack for MSMG ToolKit with MUI Files for Windows 8.1/Server 2012 R2/Windows 10 TH1/TH2 Source OS. + Added a Feature "Integrate Windows Management Framework 3.0, 4.0 & 5.0" for Windows 7/Server 2008 R2/ThinPC/Windows 8.1/Server 2012 R2 Source OS. + Added Windows Management Framework 3.0, 4.0 & 5.0 Pack for MSMG ToolKit for Windows 7/Server 2008 R2/ThinPC/Windows 8.1/Server 2012 R2 Source OS. + Added a Feature "Integrate Remote Desktop Protocol 8 & 8.1" for Windows 7/Server 2008 R2/ThinPC Source OS. + Added Remote Desktop Protocol 8 & 8.1 Pack for MSMG ToolKit for Windows 7/Server 2008 R2/ThinPC Source OS. + Updated the Feature "Integrate Microsoft Edge Browser App" with Tweak to Enable Updating Edge Components with Newer Windows Cumulative Updates for Windows 10 Source OS (Thanks to MDL Member xinso). - Removed Integration of Internet Explorer 11, Microsoft .NET Framework 4.6.2, Remote Desktop Protocol 8/8.1, Windows Management Framework 3.0/4.0/5.0 from Integrate WHD Additional & Extra Updates Feature. + Updated the Feature "Integrate WHD Security Updates" with Tweak to Block Microsoft Telemetry Client for Windows 7/Server 2008 R2/ThinPC/Windows 8.1/Server 2012 R2 Source OS. + Refreshed Windows To Go, Windows Classic Calculator, Windows Data Deduplication, Microsoft DaRT Tools, Microsoft .NET Framework 3.5 Components Packs to Match with the Upcoming MSMG ToolKit GUI Folder Structure. + Updated the Feature "Remove Default Metro Apps" to Microsoft 3D Viewer, Wallet, Xbox Game Overlay Apps for Windows 10 Redstone 2 Creators Update Preview Source OS. + Optimized ToolKit Code. - Removed Redundant Codes.
Small error - MSMG looks in ToolKit-v6.2\Updates\w10, but updates are in ToolKit-v6.2\Updates\w10x - renaming w10x to w10 fixes the problem.
Feedback well after make job with Windows 8.1 PRO X64 integrating items/removed all necessary items/make iso an installed system with no problems, when system is installed I make the command: C:\Windows\System32 Dism.exe /Online /Cleanup-Image /StartComponentCleanup (very very slow)as result system warn: operation sucessfully in sequence I make another command: Dism.exe /Online /Cleanup-Image /AnalizeComponentStore and system show this then I don't know what item(s) I can remove?? see below image finaly system NO show nothing simply end process then someone here please help in some form thanks still my WindowsSxS folder have 5,90 GB (74672 files and 17615 folders)
I would like give thanks to msmg for the extraordinary job. also i would wish to ask one question is there any way to integrate internet explorer 11 ? i removed it in windows 10 ltsb -n rs1 with toolkit regards
ok dude my bad but I make again the command: system show error: 87 the option analizecomponentstore is not recognize in this context so I'm lost again on doubt I don't make the principal command: C:\Windows\System32\Dism.exe /online /Cleanup-Image /StartComponentCleanup because system do not offer for clean yes or not? maybe I need see on MSDN
Some n00b feedback: Tested the Edge integration on x86 LTSB with newer CU's. Screwed it up at first, because I forgot to edit the reg file provided by Xinso so it applied the "amd64" reg on my x86 system. What happened was that after applying the latest CU kb3213522, Edge opened and closed. After realizing my mistake, I went into the registry and adjusted the added part in such a way that it stated "x86" instead of "amd64". After that I re-applied the CU and it finished, without needing a reboot. Opened Edge and it launched just fine. What I learned was that after the CU left Edge in an inoperable state, the remedy was simple: Applying the (correct) reg file and re-applying the CU is sufficient. Also, you don't have to take ownership on the "packages" key. It is sufficient to edit the permissions and grant the administrator full access. Cheers. Edit: MSMG, if you don't release that GUI toolkit soon, there will be serious consequences.
You need to extract the IE packages from original ISO and integrate them but if you had applied any updates then it will not work properly and you may need to again apply the updates.
Dism.exe /Online /Cleanup-Image /AnalyzeComponentStore Dism.exe /Online /Cleanup-Image /StartComponentCleanup Dism.exe /Online /Cleanup-Image /StartComponentCleanup /ResetBase
Oops, I did forgot to make changes in the reg for 32-bit, Now I have fixed the error and will update the ToolKit later. Yes, I know using the Command-line will be difficult for some users But the first GUI prototype I had designed earlier had several drawbacks and so I re-did the whole ToolKit again from scratch to have a common interface on all Platforms. Most of the features like below are complete and are working with already several tests are done - Image Selection, Mounting, Saving, Discarding, Re-Building - Image Features Enable/Disable - Drivers Integration for Windows and Windows PE Images - Updates Integration for Windows and Windows PE Images - Feature Packs Integration for Windows and Windows PE Images - Make/Extract ISO Images - Two Different Logs Status Some features like Burn ISO Image and Copy Source to USB Drive, which where working in earlier prototype are having some issues which needs to be fixed. The most challenging work was using the normal DISM command-line tool output to generate the Log and Status output for ToolKit. Still some work are left like the About, Settings and Language Support are to be added yet.
After removing all by MSMG I got 2 Event viewer errors... 1. Microsoft.BioEnrollment_cw5n1h2txyewy' install failed. Error: 'Package could not be opened.' (1.3438689 seconds) 2. The Appx operation 'RegisterPackageAsync' on 'Microsoft.BioEnrollment_10.0.10240.16384_neutral_neutral_cw5n1h2txyewy' failed - error 0x80070003: Opening file from location: AppxManifest.xml failed with error: The system cannot find the path specified. Any explanation to get rid of those will be appreciated.
There are some BioEnrollment components merged in other package, which are not removable in normal way. Try removing these keys, and it'd be gone: Code: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{FF5265E8-6D8B-4BD4-A52D-8D99008E04C8}] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\InboxApplications\Microsoft.BioEnrollment_10.0.10240.16384_neutral_neutral_cw5n1h2txyewy] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsRuntime\ActivatableClassId\Windows.Internal.UI.BioEnrollment.Broker.BioEnrollmentBroker] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsRuntime\ActivatableClassId\Windows.Internal.UI.BioEnrollment.DataModel.BioEnrollmentSessionFactory] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsRuntime\CLSID\{aac2cf73-6227-4573-9918-3aafe65e6320}] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsRuntime\CLSID\{f933a989-a7d7-4288-a48d-d014fcba4786}]
Another nice feature would be if you have an install.wim with multiple images that when you do a cleanup of the wim to be able to select * so that you can clean up all images one after another, as when you integrate updates.