[GUIDE] [DISCUSSION] Windows Editions Reconstructions

Discussion in 'Windows 10' started by TesterMachineOS, Sep 3, 2024.

  1. TesterMachineOS

    TesterMachineOS MDL Addicted

    Apr 20, 2021
    674
    419
    30
    Not working:


    Code:
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    
    Error: 126
    
    An initialization error occurred.
    For more information, review the log file.
    Maybe it's a problem with the packages, I'll try to review and adjust better.
     
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,402
    14,928
    340
    #2922 xinso, Sep 22, 2025
    Last edited: Sep 22, 2025
    dism /english /logpath:C:\1.log /image:%MT% /apply-unattend:temp\sxs\%SOURCE%.xml

    C:\1.log

    The error will be written to C:\1.log.

    From bottom to top, the second error above "Write error to C:\1.log" should be the exact error. e.g.

    .
    .
    .
    Error (This is the exact error)
    Error (This is false-positive error caused by the exact error.)
    .
    .
    .
    Write error to C:\1.log
     
  3. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,035
    1,745
    90
    #2923 Ace2, Sep 22, 2025
    Last edited: Sep 22, 2025
    Update(3) missing files:
    Code:
    x86_microsoft-windows-h..obecortanalearnmore_31bf3856ad364e35_10.0.15063.0_none_39614cbb5c74cd6a.manifest
    Update(2) missing files:
    Code:
    x86_microsoft-windows-h..client-entrypages-1_31bf3856ad364e35_10.0.15063.0_none_223bae9ba27ec61c.manifest
    x86_microsoft-windows-h..-mshc-windowsclient_31bf3856ad364e35_10.0.15063.0_none_4667c7e07f19c07c.manifest
    Update(1): Find
    Code:
    x86_microsoft-windows-s..-license-deployment_31bf3856ad364e35_10.0.15063.0_none_c63dd8df150a718e.manifest
    In downloadable sxs package at:
    Code:
    forums.mydigitallife.net/threads/guide-discussion-windows-editions-reconstructions.88605/page-9#post-1852474


    Problems so far missing files:
    Code:
    x86_microsoft-windows-f..-feature-deployment_31bf3856ad364e35_10.0.15063.0_none_799a9b314969e570.manifest
    x86_microsoft-windows-s..-license-deployment_31bf3856ad364e35_10.0.15063.0_none_c63dd8df150a718e.manifest
    Possible fix not needed if missing file is replaced...
    Possible fix for: Microsoft-Windows-Printing-Foundation-Starter-Package~31bf3856ad364e35~x86~~10.0.14393.0.mum
    Code:
    Edit
          <component>
            <assemblyIdentity name="Microsoft-Windows-Fax-Client-Feature-Deployment" version="10.0.15063.0" processorArchitecture="x86" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" />
          </component>
        </update>
      </package>
    
    to
          <component>
            <assemblyIdentity name="Microsoft-Windows-Fax-Client-Feature-Deployment" version="10.0.14393.0" processorArchitecture="x86" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" />
          </component>
        </update>
      </package>
     
  4. Hunter23071985

    Hunter23071985 MDL Novice

    Sep 20, 2014
    3
    1
    0
    xinso
    Quote from 2025-04-21 - "20348 media builder without updates is already done":
    forums.mydigitallife.net/threads/guide-discussion-windows-editions-reconstructions.88605/page-102#post-1876949
    Quote from 2025-03-17 - "I'm made 38 languagepacks of 20348":
    forums.mydigitallife.net/threads/guide-discussion-windows-editions-reconstructions.88605/page-86#post-1873473
    Maybe I misunderstood something...
     
  5. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,402
    14,928
    340
    Thansk. But no link for "20348 media builder without updates" yet.
     
  6. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,035
    1,745
    90
    #2926 Ace2, Sep 22, 2025
    Last edited: Sep 22, 2025
    Code:
    NEED:
    EntS_to_Starter_14393_x86_StyleLTSB.7z
    forums.mydigitallife.net/threads/guide-discussion-windows-editions-reconstructions.88605/page-9#post-1852474
    
    FOR Starter files:
    x86_microsoft-windows-s..-license-deployment_31bf3856ad364e35_10.0.15063.0_none_c63dd8df150a718e.manifest
    
    NEED:
    en_windows_10_multiple_editions_version_1703_updated_march_2017_x86_dvd_10188977.iso
    archive.org/download/windows_10_1703_SVF/1703%20build%2015063.0%20SVF%20Archive/
    
    FOR 10.0.15063.0 files: (use Core/Home edition files)
    x86_microsoft-windows-f..-feature-deployment_31bf3856ad364e35_10.0.15063.0_none_799a9b314969e570.manifest
    x86_microsoft-windows-h..client-entrypages-1_31bf3856ad364e35_10.0.15063.0_none_223bae9ba27ec61c.manifest
    x86_microsoft-windows-h..-mshc-windowsclient_31bf3856ad364e35_10.0.15063.0_none_4667c7e07f19c07c.manifest
    x86_microsoft-windows-h..obecortanalearnmore_31bf3856ad364e35_10.0.15063.0_none_39614cbb5c74cd6a.manifest
    
    need .manifest and Folder
    x86_microsoft-windows-msmq-installer_31bf3856ad364e35_10.0.15063.0_none_3006e2e880a5dbe3.manifest
    x86_microsoft-windows-msmq-installer_31bf3856ad364e35_10.0.15063.0_none_3006e2e880a5dbe3
    RESULTS:
    Code:
    C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools>dism /logpath:C:\1.log /image:C:\mount /apply-unattend:C:\1.xml
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.6584
    
    Image Version: 10.0.14393.0
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools>dism /logpath:C:\1.log /image:C:\mount /apply-unattend:C:\2.xml
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.6584
    
    Image Version: 10.0.14393.0
    
    Removing package Microsoft-Windows-CoreEdition~31bf3856ad364e35~x86~~10.0.14393.0
    Removing package Microsoft-Windows-CoreEdition~31bf3856ad364e35~x86~~10.0.14393.0
    Removing package Microsoft-Windows-CoreEdition~31bf3856ad364e35~x86~~10.0.14393.0
    [==========================100.0%==========================]
    
    
    The operation completed successfully.
    
    C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools>Dism /Image:C:\mount /Get-CurrentEdition
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.6584
    
    Image Version: 10.0.14393.0
    
    Current edition is:
    
    Current Edition : Starter
    
    The operation completed successfully.
    1.xml
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
        <servicing>
            <package action="stage">
                <assemblyIdentity name="Microsoft-Windows-StarterEdition" version="10.0.14393.0" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" />
                <source location="C:\sxs2\Microsoft-Windows-StarterEdition~31bf3856ad364e35~x86~~10.0.14393.0.mum" />
            </package>
        </servicing>
    </unattend>
    2.xml
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
        <servicing>
            <package action="stage">
                <assemblyIdentity name="Microsoft-Windows-CoreEdition" version="10.0.14393.0" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" />
            </package>
            <package action="remove">
                <assemblyIdentity name="Microsoft-Windows-CoreEdition" version="10.0.14393.0" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" />
            </package>
            <package action="install">
                <assemblyIdentity name="Microsoft-Windows-StarterEdition" version="10.0.14393.0" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" />
            </package>
        </servicing>
    </unattend>
    Language packs
    Code:
    archive.org/details/mu_windows_10_language_pack_version_1607_updated_jul_2016_x86_x64_dvd_9058649
    archive.org/download/mu_windows_10_language_pack_version_1607_updated_jul_2016_x86_x64_dvd_9058649
     
  7. TesterMachineOS

    TesterMachineOS MDL Addicted

    Apr 20, 2021
    674
    419
    30

    I think I only need these files: (This was before I saw your post, as I had tried other things and looked for missing files.)
    Code:
    x86_microsoft-windows-msmq-installer_31bf3856ad364e35_10.0.15063.0_none_3006e2e880a5dbe3.manifest
    x86_microsoft-windows-msmq-installer_31bf3856ad364e35_10.0.15063.0_none_3006e2e880a5dbe3
    due to this error:
    Code:
    2025-09-22 18:44:04, Error                 CSI    00000032 (F) STATUS_SXS_FILE_HASH_MISMATCH #542677# from CCSDirectTransaction::VerifyFileHashesComponent: Microsoft-Windows-MSMQ-Installer, version 10.0.15063.0, arch x86, nonSxS, pkt {l:8 b:31bf3856ad364e35}, File: [l:8 ml:9]'mqad.dll'
    [gle=0xd015001b]
    2025-09-22 18:44:04, Error                 CSI    00000033 (F) STATUS_SXS_FILE_HASH_MISMATCH #542638# from CCSDirectTransaction::OperateEnding at index 22 of 34 operations, disposition 0[gle=0xd015001b]
    2025-09-22 18:44:04, Error                 CSI    00000034 (F) HRESULT_FROM_WIN32(ERROR_SXS_FILE_HASH_MISMATCH) #538883# from Windows::COM::CComponentStore::InternalTransact(...)[gle=0x800736cc]
    2025-09-22 18:44:04, Error                 CSI    00000035 (F) HRESULT_FROM_WIN32(ERROR_SXS_FILE_HASH_MISMATCH) #535346# from Windows::ServicingAPI::CCSITransaction::ICSITransaction2_AddFiles(Flags = 0, a = @0x5fdd038, fn = @0x5fdd438, fp = @0x5fdd838, disp = 0, op = 0)[gle=0x800736cc]
    2025-09-22 18:44:04, Info                  CBS    Failed to add to transaction package: Microsoft-Windows-RemoteFS-Legacy-ds-Package~31bf3856ad364e35~x86~~10.0.14393.0 [HRESULT = 0x800736cc - ERROR_SXS_FILE_HASH_MISMATCH]
    2025-09-22 18:44:04, Error                 CBS    Exec: One or more packages could not be fully staged because of invalid files. [HRESULT = 0x800736cc - ERROR_SXS_FILE_HASH_MISMATCH]
    2025-09-22 18:44:04, Info                  CBS    CommitPackagesState: Started persisting state of packages
    Can you pass them? My internet is very slow right now.
     
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,402
    14,928
    340
    #2928 xinso, Sep 23, 2025 at 00:02
    Last edited: Sep 23, 2025 at 01:09
    x86 is in same feature structures of amd64.
    arm64? No. slightly smaller for missing some features.

    Q: From 17763.5936 forward, Microsoft abandoned 17763.1 arm64. Why?
     
  9. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,402
    14,928
    340
  10. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,035
    1,745
    90
    successfully reconstructed with no servicing tweak needed, installed running fine.
     
  11. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,035
    1,745
    90
    #2931 Ace2, Sep 23, 2025 at 01:43
    Last edited: Sep 23, 2025 at 01:51
    Code:
    ==================================================
    Filename          : x86_microsoft-windows-msmq-installer_31bf3856ad364e35_10.0.15063.0_none_3006e2e880a5dbe3.zip
    MD5               : f9029a5c80543b8b3b0237ade5752373
    SHA1              : 8bf0923c207a5339cdc3635c1830b6ba76d9d50c
    CRC32             : ab34f8eb
    SHA-256           : 6c5130fb4bbeb5c52e8f4a76ce88616bb30549bec8ed76c5558e706b340830f9
    SHA-512           : c86028a2124c68e067a6b5db545166a0335d446a9a1099895ed8b541b30fac7e1f99795c5d727779c3a9ab016054e7e86592d660c453f827fced24c1809de66a
    SHA-384           : c295d44db2510f39977d9e34f75adaeca62586c10ffed02e9f816f7b1c86770e860ab954b634259a9849d0af1462df5a
    Full Path         : C:\Users\User\Desktop\x86_microsoft-windows-msmq-installer_31bf3856ad364e35_10.0.15063.0_none_3006e2e880a5dbe3.zip
    Modified Time     : 23/09/2025 01:40:21
    Created Time      : 23/09/2025 01:40:21
    Entry Modified Time: 23/09/2025 01:40:21
    File Size         : 313,438
    File Version      :
    Product Version   :
    Identical         :
    Extension         : zip
    File Attributes   : A
    Hash Start Time   : 23/09/2025 01:42:08
    Hash End Time     : 23/09/2025 01:42:08
    Hashing Duration  : 00:00:00.042
    ==================================================
    Code:
    ==================================================
    Filename          : All.zip
    MD5               : a502873b50912946f16773ae4b2a25e8
    SHA1              : a058e251bf6f9ca8a89ae9dff03245557c0b801d
    CRC32             : e27f145b
    SHA-256           : 6e1d1767c44a1bd9273e736381ef5c3dc2d46d5a92434abee1da743f78a0ea73
    SHA-512           : 32d3cceeabf4aff1304c5c80b9fa924523bf244cf802f146112e430d54aaebe9f30efe5a33be8dfb6a3072343810a7b66305aa8a7df7186492aef35aa258d0cf
    SHA-384           : 26f2d5029b556b014683340efc63ac7702b2ec2eaf4ea6a1b99db6162017e491c104d69788a2f2c44e05ec7877b4132b
    Full Path         : C:\Users\User\Desktop\All.zip
    Modified Time     : 23/09/2025 01:49:54
    Created Time      : 23/09/2025 01:49:54
    Entry Modified Time: 23/09/2025 01:49:54
    File Size         : 316,810
    File Version      :
    Product Version   :
    Identical         :
    Extension         : zip
    File Attributes   : A
    Hash Start Time   : 23/09/2025 01:50:06
    Hash End Time     : 23/09/2025 01:50:06
    Hashing Duration  : 00:00:00.026
    ==================================================
     

    Attached Files:

  12. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,402
    14,928
    340
    #2932 xinso, Sep 23, 2025 at 11:49
    Last edited: Sep 23, 2025 at 12:33
    Good to hear that. BTW, is it able to be up to date via Windows Update or Custom Update?
     
  13. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,035
    1,745
    90
    i don't think so, keeps installing the same updates...

    P.s Do you have a copy of
    Code:
    x86_microsoft-windows-s..-default-deployment_31bf3856ad364e35_10.0.15063.0_none_b1b0d559f208ca5c.manifest
    to share please.
     
  14. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,402
    14,928
    340
    #2934 xinso, Sep 23, 2025 at 12:43
    Last edited: Sep 23, 2025 at 16:02
    It is in 15063.0 x86 microsoft-windows-editionspecific-starter-package.esd. You have it, don't you?

    x86_microsoft-windows-s..-default-deployment_31bf3856ad364e35_10.0.15063.0_none_b1b0d559f208ca5c.manifest
    Code:
    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <assembly xmlns="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0" copyright="Copyright (c) Microsoft Corporation. All Rights Reserved.">
      <assemblyIdentity name="Microsoft-Windows-Security-SPP-Component-SKU-Starter-Default-Deployment" version="10.0.15063.0" processorArchitecture="x86" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" />
      <deployment xmlns="urn:schemas-microsoft-com:asm.v3" />
      <dependency discoverable="no">
        <dependentAssembly dependencyType="install">
          <assemblyIdentity name="Microsoft-Windows-Security-SPP-Component-SKU-Starter-Default" version="10.0.15063.0" processorArchitecture="x86" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" />
        </dependentAssembly>
      </dependency>
    </assembly>
    
     
  15. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,035
    1,745
    90
    No
     
  16. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,402
    14,928
    340
    #2936 xinso, Sep 23, 2025 at 13:42
    Last edited: Sep 23, 2025 at 13:54
    Ask Bira to share again? (I can upload picture only.)

    Do you know any free web space to upload a file?
     
  17. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,035
    1,745
    90
    No
     
  18. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,402
    14,928
    340
  19. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,402
    14,928
    340
    #2939 xinso, Sep 23, 2025 at 17:16
    Last edited: Sep 23, 2025 at 18:33
    [Test 14393.8422 StarterN amd64 sr-LATN-RS with 15063.0 StarterN packages]
    Code:
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    Convert WinPE to StarterN
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.14393.0
    
    Removing package Microsoft-Windows-WinPE-Package~31bf3856ad364e35~amd64~~10.0.14393.0
    Removing package Microsoft-Windows-WinPE-Package~31bf3856ad364e35~amd64~~10.0.14393.0
    [==========================100.0%==========================]
    
    The operation completed successfully.
    
    Code:
    ------------------------------------------------------------
    Add Cumulative update to StarterN image
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.14393.8412
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.8422.1.10
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Code:
    ------------------------------------------------------------
    Set StarterN key
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.14393.8412
    
    Starting to install product key...
    Finished installing product key.
    
    The operation completed successfully.
    
    ============================================================
    Current Edition : StarterN (Retail)
    ============================================================
    
     
  20. TesterMachineOS

    TesterMachineOS MDL Addicted

    Apr 20, 2021
    674
    419
    30
    #2940 TesterMachineOS, Sep 23, 2025 at 18:42
    Last edited: Sep 23, 2025 at 19:12
    (OP)