Currently, I can ltsc versions 21h2, 22h2, 23h2, 24h2. Only when I update version 25398.xxx, the settings are problematic.
It's controlled by some language pack of Microsoft-Windows-Client-Desktop-Required-Package. There are many Child-Packages of them. e.g. this Parent-Package Microsoft-Windows-Client-Desktop-Required-Package~31bf3856ad364e35~amd64~tr-TR~10.0.25398.887. But it is "PSFX", it may need CU's update.mum to install.
When I create lcu with this application, the settings crash because some files are missing, as you said.
<update name="5037781-500_en-US_PACKAGE"> <package integrate="hidden"> <assemblyIdentity name="microsoft-windows-client-languagepack-package-Wrapper" version="10.0.25398.887" processorArchitecture="amd64" language="en-US" buildType="release" publicKeyToken="31bf3856ad364e35" /> </package> The code here in update.mum works when I change the en-us ones to tr-tr.
I remember the new script has modified CU Windows11.0-KB5039236-x64-S.esd which is 887. (except en-US 950.) Code: <update name="5037781-872_tr-TR_PACKAGE"> <package integrate="hidden"> <assemblyIdentity name="microsoft-windows-client-languagepack-package-Wrapper" version="10.0.25398.887" processorArchitecture="amd64" language="tr-TR" buildType="release" publicKeyToken="31bf3856ad364e35" /> </package> </update>
1. Use Windows11.0-KB5039236-x64-S.esd. 2. Use zwl29107's 950 CU when available. PS: If you install IoTEnterpriseSK, use Windows11.0-KB5039236-x64-S.esd. Because zwl29107 does not modify for it. When Recovery, IoTEnterpriseSK will be gone.
You had zwl29107's 25398.950 updates? Where is it? Oh, you meant zwl29107 does not post 25398.950 updates. The "Offical" ones are for en-US only.
Yes, it is official, but I am trying to create a custom lcu with MSU_to_esd_and_Modded_CU, there are missing files.
I don't have a script to create this "Windows11.0-KB5039236-x64-S.esd". Is there a link where I can find it?
There is no that file in your script. Your script only converts version 25398.1 to ltsc. There is only update 25398.887 in it.