Windows Editions Reconstruction Project

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

  1. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    385
    98
    10
    Currently, I can ltsc versions 21h2, 22h2, 23h2, 24h2. Only when I update version 25398.xxx, the settings are problematic.
     
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,123
    13,997
    340
    #16602 xinso, Jun 22, 2024
    Last edited: Jun 22, 2024
    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.
     
  3. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    385
    98
    10
    upload_2024-6-22_15-5-21.png

    When I create lcu with this application, the settings crash because some files are missing, as you said.
     
  4. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    385
    98
    10
    <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.
     
  5. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,123
    13,997
    340
    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>
    
     
  6. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    385
    98
    10
    So what should I do here? I'm stuck here.
     
  7. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,123
    13,997
    340
    #16607 xinso, Jun 22, 2024
    Last edited: Jun 22, 2024
    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.
     
  8. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    385
    98
    10
    upload_2024-6-22_15-26-5.png
    zwl does not have lcu files, only en-us, no other languages as it seems
     
  9. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    385
    98
    10
    I don't use IoTEnterpriseSK I use EnterpriseS
     
  10. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    385
    98
    10
    upload_2024-6-22_15-32-12.png

    Should I try it this way?
     
  11. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,123
    13,997
    340
    Yes. (I am testing my 26100, you have to test it yourself.)
     
  12. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    385
    98
    10
    I'm trying to create it right now, let's see what the result will be.
     
  13. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,123
    13,997
    340
    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.
     
  14. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    385
    98
    10
    Yes, it is official, but I am trying to create a custom lcu with MSU_to_esd_and_Modded_CU, there are missing files.
     
  15. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,123
    13,997
    340
    No. It is for older builds. And Official CU has en-US only. Use Windows11.0-KB5039236-x64-S.esd.
     
  16. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    385
    98
    10
    Then, I think we need to put the missing files separately in new builds ourselves.
     
  17. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    385
    98
    10
    I don't have a script to create this "Windows11.0-KB5039236-x64-S.esd". Is there a link where I can find it?
     
  18. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,123
    13,997
    340
    You said: "Thank the xinso's script". It has Windows11.0-KB5039236-x64-S.esd.
     
  19. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    385
    98
    10
    No, I don't have that file, it was just a picture to show.
     
  20. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    385
    98
    10
    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.