I have restored the Visual C Runtime Pack for ToolKit and uploaded a newer Toolkit.cmd with fix for source index selection and also support for integrating Visual C Runtime Pack. Do test the Visual C Runtime Pack and report back.
Will this work if I copy the new ToolKitHelper.exe to ToolKit\Bin and select Remove with List (menu 4 > 3)? From your post, I understand that I will also need to modify my RemovePkgsList.txt as shown below. Spoiler: Current RemovePkgsList.txt Code: ToolKitHelper:Cortana ToolKitHelper:GameExplorer ToolKitHelper:MapControl ToolKitHelper:OneDrive ToolKitHelper:PeopleExperienceHost ToolKitHelper:RetailDemoContent ToolKitHelper:SkypeORTC ToolKitHelper:SecureAssessmentBrowser ToolKitHelper:WindowsMixedReality ToolKitHelper:XboxGameCallableUI ToolKitHelper:3DViewer ToolKitHelper:AdvertisingXaml ToolKitHelper:Alarms ToolKitHelper:BingWeather ToolKitHelper:Calculator ToolKitHelper:Camera ToolKitHelper:CommunicationsApps ToolKitHelper:DesktopAppInstaller ToolKitHelper:FeedbackHub ToolKitHelper:GetHelp ToolKitHelper:Getstarted ToolKitHelper:HEIFImageExtension ToolKitHelper:Maps ToolKitHelper:MixedRealityPortal ToolKitHelper:OfficeHub ToolKitHelper:OfficeOneNote ToolKitHelper:Paint3D ToolKitHelper:People ToolKitHelper:Photos ToolKitHelper:ScreenSketch ToolKitHelper:SkypeApp ToolKitHelper:SolitaireCollection ToolKitHelper:SoundRecorder ToolKitHelper:StickyNotes ToolKitHelper:VP9VideoExtensions ToolKitHelper:WalletService ToolKitHelper:WebMediaExtensions ToolKitHelper:WebpImageExtensions ToolKitHelper:XboxApp ToolKitHelper:XboxIdentityProvider ToolKitHelper:YourPhone ToolKitHelper:ZuneMusic ToolKitHelper:ZuneVideo Spoiler: New RemovePkgsList.txt ? Code: Cortana GameExplorer MapControl OneDrive PeopleExperienceHost RetailDemoContent SkypeORTC SecureAssessmentBrowser WindowsMixedReality XboxGameCallableUI 3DViewer AdvertisingXaml Alarms BingWeather Calculator Camera CommunicationsApps DesktopAppInstaller FeedbackHub GetHelp Getstarted HEIFImageExtension Maps MixedRealityPortal OfficeHub OfficeOneNote Paint3D People Photos ScreenSketch SkypeApp SolitaireCollection SoundRecorder StickyNotes VP9VideoExtensions WalletService WebMediaExtensions WebpImageExtensions XboxApp XboxIdentityProvider YourPhone ZuneMusic ZuneVideo
Both the Toolkit.cmd the RemovePkgsList.txt needs modification to adapt to newer ToolKitHelper.exe. Now need to separate the RemovePkgsList.txt for ToolKitHelper.exe and the normal DISM method.
Very confused right now, but I am sure you or somebody will explain soon when new ToolKitHelper.exe is released. Have updated my ToolKit with your new ToolKit.cmd.
The changes you have shown in the RemovePkgsList.txt is correct for next release. Since the RemovePkgsList.txt is used by ToolKit for removing component using both the ToolKitHelper.exe and DISM methods, now this will change, two lists will be made like ToolKitHelper_RemovePkgsList.txt and DISM_RemovePkgsList.txt and the changes will be made to Toolkit.cmd
if "%ImageIndexNo%" gtr %ImageCount% ( ecoh. Should be: if "%ImageIndexNo%" gtr %ImageCount% ( echo. ???????
hi MSMG, sorry if this has been asked already i have just added .net but there is only one option available which is 3.5 how can add 4.8 and 4.6.2 also i have added vc runtime i have some appx package how can integrate?, i would like to integrate the new windows terminal and eartrumpet and some others appx i have downloaded appx package from microsoft but i couldn't figure it out how to do that well also im using RemovePkgsList and RemoveAppsList also i have no idea what is this use for DisableFeaturesList and EnableFeaturesList please advise. regards
I see that the entries in the templates for app removing are sorted alphabetical, for the package list this is not the case. If I use this template and remove some packages - does they need to they in that order?
For v1903, v1909 and v2004 the .Net Framework 4.8 comes in-built don't need to integrate them. for VC runtime integration use the latest pack and the ToolKit.cmd uploaded yesterday. Non-Inbox Apps needs License XML to integrate them. DisableFeaturesList and EnableFeaturesList with this you can enable or disable the features you want in the image, just fill the feature names and use the [5] Customize -> Enable/Disable Windows Features using Feature List menu.
Apps template is for DISM removal method and the Package template is for ToolKitHelper method, just follow the order in the template it will work.
Good morning I apologize if I missed the topic, is it possible to integrate the latest Edge update kb4559309 for version 2004? thanks
@MSMG ,In toolkit line 7316: echo .------------------------------------------------------------------------------- it should be: echo.------------------------------------------------------------------------------- this space is useless.