Further to a post I made a few pages back. Is there a problem with MSMG Toolkit with regards to windows update. I have made several win10 LTSC 2021 ISO's with varying degrees of windows features removed using this tool and for the life of me I cannot get windows update to work properly. I CAN get WU to update drivers, powershell7 and NET framework but it fails everytime I try LCU and security updates. Even using DISM try to install them fails. I can unzip the CAB file and DISM will allow me to install the SSU but never the LCU. Is this a problem for everyone or am I missing something?
Yes your solution will absolutely correctly help anybody searching for same query solution . very very nice.
Its a few weeks from annoucement about future update from msmg ... Some info abou how its continue please ? Thx
Same issue and I tried mutiple times finally I found the answer. You need to keep Settings Sync in System apps to keep cldapi.dll.
A note for people having issues with using Toolkit * Integrate Windows Language Packs not working : For Windows 10 UUP generated source images if the Toolkit gives package file WinPE-Setup-Client-Package~31bf3856ad364e35~%PackageArchitecture%~~%PackageVersion%.%PackageServicePackBuild%.cab not found then it requires the specified parent package from the WADK WinPE kit. Do not rename the WinPE-Setup-Client-Package~31bf3856ad364e35~%PackageArchitecture%~%LanguagePackCode%~%PackageVersion%.%PackageServicePackBuild%.cab since they are both different packages E.g. WinPE-Setup-Client-Package~31bf3856ad364e35~amd64~~10.0.19041.1.cab (Base Package) WinPE-Setup-Client-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1.cab (Language Pack Package) * Windows 11 Apps not getting integrated : Some Apps requires the source image to be updated with minimum cumulative update version before integrating the app. Some Apps like the new Groove Music App requires the old version of the App to be removed before integrating the new one since the old version is higher than the new one. * Windows Update not working : Make sure you have used the source image with the right version of cumulative update specified in the changelog, with using newer version of cumulative update other than the specified in the changelog then there are chances of new packages related to removed components being not removed which can cause the future Windows Updates to fail. * Integrate Windows Updates not working : Using the Integrate Windows Updates menu leaves the integrating order to DISM which often fails with present day updates, better use Integrate WHD Updates Menu to integrate updates, have future plans to merge these two menus. * SFC Errors : The monthly refreshed source images provided by the Microsoft does contain the ghost SFC bug and the same applies to the Windows 10 Enterprise LTSC 2021 official ISO's too.
Have updated the website with new download link and have uploaded these new packs Microsoft .NET Framework 4.8 Pack (Windows 7/Server 2008 R2) with .NET 4.8 KB5010457 (4.8.4480.1) Microsoft .NET 6.0.1 Desktop Runtime Pack (Windows 7/Windows 8.1/Windows 10) Microsoft Windows PowerShell 7.2.1 Pack (Windows 7/Windows 8.1/Windows 10) Microsoft Visual C++ Runtime Pack (Windows 7/Windows 8.1/Windows 10/Windows 11) with VC++ 2022 (14.31.31103.0) Runtime
Windows 10 LTSC after being updated to 19044.1348 and components removal with toolkit helper getting update error (0x80070005)
Since Windows 10 LTSC 2021 does not use the 19041.1 as the base image, It requires removal of more sub packages which I have added in the upcoming version. Will be checking the tool with the next Tuesdays update to see if it passes the WU. Is the source image language is non English and did you removed any of these packages, if yes then language resource package files for these component aren't removed which may also be the reason for the WU fail. Code: OfflineFiles OpenSSH RemoteDesktopClient RemoteDifferentialCompression SimpleTCPIPServices TelnetClient TFTPClient RemoteDesktopServer RemoteRegistry WorkFoldersClient ProjFS StorageSpaces
Hi Guys. 1)how is Integrate Windows Updates different from Integrate Windows WHD Updates? 2) If I want to add only updates to the original image, which item should I select [J] - Cleanup the Source Image using [Apply->Cleanup Source Images] menu. or [L] - Apply & Save Changes to Source Images using [Apply->Apply & Save Changes to Source Images] menu.? I need this item only for applying updates. thanks
1) Using Integrate Windows Updates menu gives the control to DISM to choose the order of the updates integration but this won't work as expected due to the way the MS has made the update integration to be more complex. Using Integrate WHD Update Pack menu the Toolkit controls the order of the updates integration. 2) [J] - Cleanup the Source Image using [Apply->Cleanup Source Images] menu removes or compress the superseded components to reduce space but with recent Windows 10 images using this feature causes a ghost SFC error which gets clear once the SFC /SCANNOW is run after the installation. [L] - Apply & Save Changes to Source Images using [Apply->Apply & Save Changes to Source Images menu should be used as a last step to save all the changes made to the image.