MSMG, i have integrated RS5 dart into RS5 as per your instructions, however when i boot to dart, it is coming up as unsupported offline OS (most functions are greyed out)
I can not integrate NET Framework 4.7.2 in windows 7 with MSMG ToolKit 8.8, a file is missing NetFx472.tpk , where is it?
@ALL Updating the Toolkit to support a new OS/Build requires a lot of work to be done, unlike with previous Windows 10 Builds, I had to just update the menus, add necessary packs, update the component removal package list, test the Toolkit and pack up and release it. But as I had told earlier that starting from next version the Toolkit will be using the manual method to remove all components and so it is taking much more time. The component removal depends and differs on various things like - Windows 10 Editions (Core/Pro/ProN/LTSC) - x86/x64 Architecture - Component Compatibility/Sharing/Protection For Component removal, I'm adding around 80 components for removal and so far I have finished coding for around 68 components. Code: MSMG ToolKit Commandline Helper Version: 1.0.1008.0 Image Version: 10.0.17763.1 Valid Component Names: 3DViewer - Mixed Reality Viewer App | Depends on: WindowsMixedReality AADBrokerPlugin - AAD Broker Plugin AdobeFlashForWindows - Adobe Flash For Windows AdvertisingXaml - Advertising Xaml Alarms - Alarms & Clock App AssignedAccess - Assigned Access | Required for AssignedAccessLockApp AssignedAccessLockApp - Assigned Access Lock App BingWeather - Weather App | Depends on: AdvertisingXaml BioEnrollment - Bio Enrollment App Calculator - Calculator App Camera - Camera App CEIP_SQM - Customer Experience Improvement Program (CEIP) CommunicationsApps - Windows Calendar & Mail App | Depends on: AdvertisingXaml ContentDeliveryManager - Content Delivery Manager Cortana - Cortana, StartMenu & Settings Search App DesktopAppInstaller - Desktop App Installer DeviceLockdown - Device Lockdown EdgeDevToolsClient - Edge DevTools Client | Depends on: Edge Edge - Edge Browser App FeedbackHub - Feedback Hub App FileExplorer - File Explorer App FirstLogonAnimation - First Logon Animation GetHelp - Get Help App Getstarted - Tips App HEIFImageExtension - HEIF Image Extension Plugin HomeGroup - HomeGroup InternetExplorer - Internet Explorer KernelDebugging - Kernel Debugging | Depends on: WindowsErrorReporting LockApp - Lockscreen App Maps - Maps App | Depends on: MapsControl MapsControl - Maps Control Messaging - Messaging App MixedRealityPortal - Mixed Reality Portal App NarratorQuickStart - Narrator Quick Start OfficeHub - My Office App OfficeOneNote - OneNote App OneConnect - Mobile Plans App OneDrive - OneDrive Desktop Client Paint3D - Paint 3D App ParentalControls - Parental Controls App People - People App | Depends on: PeopleExperienceHost PeopleExperienceHost - People Experience Host Photos - Photos App | Depends on: MapsControl PPIProjection - Connect App Print3D - Print 3D App QuickAssist - Quick Assist App RemoteAssistance - Remote Assistance RetailDemoContent - Retail Demo Content ScreenSketch - Screen Sketch App SecureAssessmentBrowser - Take Test App SettingSync - Setting Sync SkypeApp - Skype App SkypeORTC - Skype ORTC SmartScreen - SmartScreen App SnippingTool - Snipping Tool SolitaireCollection - Solitaire Collection App | Depends on: XboxGameCallableUI SoundRecorder - Voice Recorder App StickyNotes - Sticky Notes App | Depends on: AdvertisingXaml, Store, XboxGameCallableUI Store - Microsoft Store App SystemRestore - System Restore UnifiedTelemetryClient - Unified Telemetry Client (Asimov) | Depends on: WindowsErrorReporting VP9VideoExtensions - VP9 Video Extensions Plugin WalletService - Wallet Service App WebMediaExtensions - Web Media Extensions Plugin WebpImageExtensions - Webp Image Extensions Plugin WindowsDefender - Windows Defender App WindowsErrorReporting - Windows Error Reporting WindowsMediaPlayer - Windows Media Player WindowsPhotoViewer - Windows Photo Viewer WindowsReaderPDF - Windows Reader (PDF) | Depends on: Edge WindowsSearch - Windows Search WindowsToGo - Windows To Go WinSAT - Windows System Assessment Tool WindowsSubsystemForLinux - Windows Sybsystem For Linux XboxApp - Microsoft Xbox App | Depends on: XboxGameCallableUI XboxIdentityProvider - Xbox Identity Provider | Depends on: XboxApp XboxGameCallableUI - Xbox Game Callable UI YourPhone - Your Phone App ZuneMusic - Groove Music App ZuneVideo - Films & TV App So far what has been finished/updated for Windows 10 RS5 are: - Integrate Language Packs. - Integrate Feature Packs (Expect Braille (Not Integrating), OpenSSH (Not Integrating), Apps, Games). - Convert Edition has been moved to WIM Manager and now it requires less updating when a new build comes out. What's pending yet are: - Finish coding for rest of the components, do check for errors with different editions, component combinations. - Add ToolKitHelper.exe to Toolkit. - Modify Component removal menus. - Test the Toolkit and the OS Installation. - Release the Toolkit.
@MSMG can ya add support for Windows RT iso? WinToolKit support it. Its like common x86/x64 isos and there is add/remove components and drivers ability etc. NTLite doesn't handle this and don't will.
The support for Windows 8.1 RT was added earlier in v1.01 itself, but due to lack of resources to test, I couldn't continue it. Code: v1.01 + Added Windows 8.1 RT ARM OS Support. + Added Support to Integrate Windows 8.1 RT GA Rollup Updates. + Added a Feature "Integrate Windows Security Updates and Hot-fixes" (x86/x64/ARM). + Added Pre-Cleanup Process at Start-up Settings. + Added Error Checking & Error Handling for Input/output File/Folders. + Added Better Display to Show List of WIM Images Available to Service. + Added Clean-up Tool v1.0 to Un-Mount Abandoned Mount Points and Clean-up Left Over Log and Temporary Files. - Removed Integration of 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. Since I do have a Raspbery PI 3, I had added Windows 10 ARM64 support too for integration and component removal in the previous version, but as the component removal has become more difficult with RS5, I have temporarily halted the ARM64 support until I get time to work on it.
So i can help with anything relayed to WinRT. Just tell mev what ya need. Or it works well with no any additional improvements?
Yes i did, i have all updates integred untill june 2018 jus have rolleupfixes to integrate.only this one gives me an error
How i create a tpk file with rollupfixes for netframework 3.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7.1, 4.7.2 for windows 7
Ok, I tried to insert the update in MSMG Toolkit and gave the error 0x8000ffff, I tried NTLite and gave the same error. So I introduced the update KB-3177467-v2, and in the MSMG Toolkit gave this error (0x800f082f), but in NTlite already integrated well
The current version can integrate the updates to Windows 8.1 RT / Windows 10 ARM64 but for component removal it needs to be updated to support it fully. Will update about this later soon as currently I'm busy with adding support for RS5.