[ARCHIVED] Windows Editions Reconstruction Project

Discussion in 'Windows 10' started by whatever127, Jan 10, 2020.

Thread Status:
Not open for further replies.
  1. kibkalo

    kibkalo MDL Expert

    Sep 8, 2009
    1,025
    362
    60
    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?
     
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,702
    14,429
    340
  3. kibkalo

    kibkalo MDL Expert

    Sep 8, 2009
    1,025
    362
    60
    Thanks. Does that mean, we have to wait for update from MSFT, or there is some known way to fix that?
     
  4. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,702
    14,429
    340
  5. kibkalo

    kibkalo MDL Expert

    Sep 8, 2009
    1,025
    362
    60
    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
     
  6. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,350
    2,523
    120
    @xinso can you share script to have 25398 reconstructed in french with latest lcu ? Pro edition
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,702
    14,429
    340
    Reconstruction is not "Fake crap".

    Who said so? 26100 uk-UA Server language pack.
     
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,702
    14,429
    340
    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>
    
     
  9. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,702
    14,429
    340
    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.
     
  10. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,350
    2,523
    120
    Can you share? :) please
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,702
    14,429
    340
  12. kibkalo

    kibkalo MDL Expert

    Sep 8, 2009
    1,025
    362
    60
    Thanks for help with server langpack!
     
  13. kibkalo

    kibkalo MDL Expert

    Sep 8, 2009
    1,025
    362
    60
    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?
     
  14. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,702
    14,429
    340
    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>
    
     
  15. kibkalo

    kibkalo MDL Expert

    Sep 8, 2009
    1,025
    362
    60
    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)?
     
  16. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,702
    14,429
    340
    #16416 xinso, Jun 2, 2024
    Last edited: Jun 2, 2024
    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.
     
  17. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,350
    2,523
    120
    tha
    thank you very much @xinso
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. kibkalo

    kibkalo MDL Expert

    Sep 8, 2009
    1,025
    362
    60
    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?
     
  19. kibkalo

    kibkalo MDL Expert

    Sep 8, 2009
    1,025
    362
    60