xinso, have you seen in Windows Server 2025 thread that Ukrainian language pack fails when adding to image - online or offline with 0x80092004 error? I checked on my system - for clean install 26100.1 - same error as he reports. What can be a problem? You are the master in multi-language images, perhaps you seen such error in past?
Thanks. Does that mean, we have to wait for update from MSFT, or there is some known way to fix that?
What was inside Z:\WinSxS\1.xml, which you applied before adding langpack? Code: C:\WINDOWS\system32>dism /english /logpath:z:\1.log /image:K: /apply-unattend:Z:\WinSxS\1.xml
Code: <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <servicing> <package action="install"> <assemblyIdentity name="Microsoft-Windows-ServerDatacenterEdition" version="10.0.26100.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" /> <source location="Microsoft-Windows-ServerDatacenterEdition~31bf3856ad364e35~amd64~~10.0.26100.1.mum" /> </package> </unattend>
I have deleted all 25398.1 Reconstruction scripts except this 25398.1_Neutral_to_Client_amd64_38in1_26100_License.7z, 9,296,673 KB. Let me try how small it can be for single fr-FR.
xinso, I am impressed with your Neutral-to-Client solution. Very elegant. Two quick questions, if you allow, The neutral.wim - where is it coming from? You made it manually? The list of 38 editions has CloudEdition, but not CloudEditionN. Why?
Thanks. I don't use N, so, neglected. Sorry. 25398.1 does support it. Please add it yourself. Code: <update name="Microsoft-Windows-Security-SPP-Component-SKU-CloudEditionN-License-Package"> <package contained="false" integrate="hidden"> <assemblyIdentity name="Microsoft-Windows-Security-SPP-Component-SKU-CloudEditionN-License-Package" version="10.0.25398.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> </package> </update>
Ok And another one, - why in your example of fr-fr, I see both Microsoft-Windows-LanguageFeatures-Basic-en-us-Package-amd64.cab and Microsoft-Windows-LanguageFeatures-Basic-fr-fr-Package-amd64.cab in langFeature\fr-fr Do I need to add en-us to all languages, or it is OK to have it at one (en-us folder)?
Please check it out on other official build. e.g. 22621.1.220506-1250.ni_release_clientconsumer_ret_x64fre_fr-fr_92de0ee3c58df7fd154fc7b231416f892b45e7e8.esd. Or UUP image.
OK. If I am not annoying, few more questions, trying to get a full picture. 1) The files\FOD\FOD-Lang.txt names 23 packages, but fr-fr has 24, with Containers-Dynamic-Image-FoD-Package-amd64-fr-FR.cab. I need one for each language? 2) The files\LTSC folder has IoTEnterpriseS_OEM_NONSLP_25398 and IoTEnterpriseS_Volume_GVLK_26100 - can you explain, does the script work for other LTSC SKUs without additional licenses? EnterpriseS, EnterpriseSN, IoTEnterpriseSK 3) Where to get NetFX3 langpacks from? Microsoft-Windows-NetFx3-OnDemand-Package~31bf3856ad364e35~amd64~en-US~10.0.25398.1.esd for example?