[GUIDE] [DISCUSSION] Windows Editions Reconstructions

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

  1. TesterMachineOS

    TesterMachineOS MDL Addicted

    Apr 20, 2021
    571
    265
    30
  2. iamaHUN

    iamaHUN MDL Member

    Jun 6, 2018
    107
    156
    10
    If 15063 packages were available on uupdump, I would give it a try on the weekend. But I couldn't find them anywhere.

    Until that I have some other stuff to play with. I'm working on 19041.1 EnterpriseSN (alongside with EnterpriseSEval and EnterpriseSNEval because why not), but I don't have too much freetime during weekdays.

    Yes, it can work with any edition, you just need some stuff from ProfessionalN that Professional doesn't have. E.g. Microsoft-Windows-MediaPlaceholder-Package and some others.
     
  3. RobrPatty

    RobrPatty MDL Expert

    Jul 23, 2009
    1,281
    593
    60
    MS messed with us on updating reconstructed 26100.1 AzureStackHCI. Now they are doing the same thing with 25398.1189 AzureStackHCI. I did this same process last month with no issues. MS :mad:

    Code:
    Microsoft Windows [Version 10.0.25398.1128]
    (c) Microsoft Corporation. All rights reserved.
    
    C:\Users\Administrator>Dism /Image:C:\mount /Add-Package /PackagePath:C:\SSU-25398.1182-x64.cab
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25398.1
    
    Image Version: 10.0.25398.1128
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_1182~31bf3856ad364e35~amd64~~25398.1182.1.1
    [==========================100.0%==========================]
    The changes due to package Package_for_ServicingStack_1182 requires the current servicing session to be reloaded.
    All the packages will be processed again.
    The operation completed successfully.
    
    C:\Users\Administrator>Dism /Commit-Image /MountDir:C:\mount
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25398.1
    
    Saving image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\Users\Administrator>Dism /Image:C:\mount /Add-Package /PackagePath:C:\Windows11.0-KB5044288-x64.esd
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25398.1
    
    Image Version: 10.0.25398.1128
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~25398.1189.1.10
    [==========================100.0%==========================]
    An error occurred - Package_for_RollupFix Error: 0x80092004
    
    Error: 0x80092004
    
    DISM failed. No operation was performed.
    For more information, review the log file.
    
    The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
    
    C:\Users\Administrator>
     
  4. RobrPatty

    RobrPatty MDL Expert

    Jul 23, 2009
    1,281
    593
    60
    Got it 1st time with the help of xinso a dear friend.

    Microsoft Windows [Version 10.0.25398.1128]
    (c) Microsoft Corporation. All rights reserved.

    C:\Users\Administrator>Dism /Mount-Image /ImageFile:C:\install.wim /Index:1 /MountDir:C:\mount

    Deployment Image Servicing and Management tool
    Version: 10.0.25398.1

    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.

    C:\Users\Administrator>Dism /Image:C:\mount /Add-Package /PackagePath:C:\SSU-25398.1128-x64.esd

    Deployment Image Servicing and Management tool
    Version: 10.0.25398.1

    Image Version: 10.0.25398.1

    Processing 1 of 1 - Adding package Package_for_ServicingStack_1128~31bf3856ad364e35~amd64~~25398.1128.1.1
    [==========================100.0%==========================]
    The changes due to package Package_for_ServicingStack_1128 requires the current servicing session to be reloaded.
    All the packages will be processed again.
    The operation completed successfully.

    C:\Users\Administrator>Dism /Commit-Image /MountDir:C:\mount

    Deployment Image Servicing and Management tool
    Version: 10.0.25398.1

    Saving image
    [==========================100.0%==========================]
    The operation completed successfully.

    C:\Users\Administrator>
    C:\Users\Administrator>Dism /Image:C:\mount /Add-Package /PackagePath:C:\Windows11.0-KB5044288-x64.esd

    Deployment Image Servicing and Management tool
    Version: 10.0.25398.1

    Image Version: 10.0.25398.1

    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~25398.1189.1.10
    [==========================100.0%==========================]
    The operation completed successfully.

    C:\Users\Administrator>Dism /Image:C:\mount /Get-CurrentEdition

    Deployment Image Servicing and Management tool
    Version: 10.0.25398.1

    Image Version: 10.0.25398.1189

    Current edition is:

    Current Edition : ServerAzureStackHCICor

    The operation completed successfully.

    C:\Users\Administrator>Dism /Image:C:\mount /Cleanup-Image /StartComponentCleanup /ResetBase

    Deployment Image Servicing and Management tool
    Version: 10.0.25398.1

    Image Version: 10.0.25398.1189

    [===== 10.0% ]


















    [=========== 20.0% ]
    The operation completed successfully.

    C:\Users\Administrator>Dism /Unmount-Image /MountDir:C:\mount /Commit

    Deployment Image Servicing and Management tool
    Version: 10.0.25398.1

    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.

    C:\Users\Administrator>rd C:\mount /q /s

    C:\Users\Administrator>
    C:\Users\Administrator>md C:\wim

    C:\Users\Administrator>
    C:\Users\Administrator>Dism /Export-Image /SourceImageFile:C:\install.wim /SourceIndex:1 /DestinationImageFile:C:\wim\install.wim /Compress:LZX

    Deployment Image Servicing and Management tool
    Version: 10.0.25398.1

    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.

    C:\Users\Administrator>Del C:\install.wim

    C:\Users\Administrator>

    Credit to xinso
     
  5. TesterMachineOS

    TesterMachineOS MDL Addicted

    Apr 20, 2021
    571
    265
    30
    I have a question..

    What are the benefits of using 25398.1 ServerAzureStackHCICor??

    I always had this question, but never got an answer.

    Thanks in advance.:)
     
  6. RobrPatty

    RobrPatty MDL Expert

    Jul 23, 2009
    1,281
    593
    60
    It's updateable not like 26100.1. And its newer than 20348 that simple at least for me.
     
  7. RobrPatty

    RobrPatty MDL Expert

    Jul 23, 2009
    1,281
    593
    60
    Code:
    WIM Information:
    ---------------------
    GUID:        {1FBA431C-5F67-47C9-B816-812149273C7E}
    Image Count:    1
    Compression:    LZX
    Part Number:    1/1
    Boot Index:    1
    Attributes:    0x8
            RP_FIX
    
    Image Index: 1
    -------------------
    Name:        Server Azure Stack HCI
    Description:    This option installs Server Azure Stack HCI
    Flags:        Server
    Files:        104975
    Folders:        26066
    Expanded Size:    13301 MB
    
    
    WIM XML Information:
    ---------------------------
    <WIM>
      <TOTALBYTES>3237629734</TOTALBYTES>
      <IMAGE INDEX="1">
        <DIRCOUNT>26066</DIRCOUNT>
        <FILECOUNT>104975</FILECOUNT>
        <TOTALBYTES>13948104360</TOTALBYTES>
        <HARDLINKBYTES>6055349395</HARDLINKBYTES>
        <CREATIONTIME>
          <HIGHPART>0x01DAC1E1</HIGHPART>
          <LOWPART>0xE7492E5F</LOWPART>
        </CREATIONTIME>
        <LASTMODIFICATIONTIME>
          <HIGHPART>0x01DB1AB4</HIGHPART>
          <LOWPART>0xC142080A</LOWPART>
        </LASTMODIFICATIONTIME>
        <WIMBOOT>0</WIMBOOT>
        <WINDOWS>
          <ARCH>9</ARCH>
          <PRODUCTNAME>Microsoft® Windows® Operating System</PRODUCTNAME>
          <EDITIONID>ServerAzureStackHCICor</EDITIONID>
          <INSTALLATIONTYPE>Client</INSTALLATIONTYPE>
          <SERVICINGDATA>
            <GDRDUREVISION>0</GDRDUREVISION>
            <PKEYCONFIGVERSION>10.0.25398.1;2016-01-01T00:00:00Z</PKEYCONFIGVERSION>
            <IMAGESTATE>IMAGE_STATE_GENERALIZE_RESEAL_TO_OOBE</IMAGESTATE>
          </SERVICINGDATA>
          <PRODUCTTYPE>ServerNT</PRODUCTTYPE>
          <PRODUCTSUITE>Enterprise</PRODUCTSUITE>
          <LANGUAGES>
            <LANGUAGE>en-US</LANGUAGE>
            <DEFAULT>en-US</DEFAULT>
          </LANGUAGES>
          <VERSION>
            <MAJOR>10</MAJOR>
            <MINOR>0</MINOR>
            <BUILD>25398</BUILD>
            <SPBUILD>1189</SPBUILD>
            <SPLEVEL>0</SPLEVEL>
            <BRANCH>zn_release</BRANCH>
          </VERSION>
          <SYSTEMROOT>WINDOWS</SYSTEMROOT>
        </WINDOWS>
        <NAME>Server Azure Stack HCI</NAME>
        <DESCRIPTION>This option installs Server Azure Stack HCI</DESCRIPTION>
        <FLAGS>Server</FLAGS>
        <DISPLAYDESCRIPTION>This option installs Server Azure Stack HCI</DISPLAYDESCRIPTION>
        <DISPLAYNAME>Server Azure Stack HCI</DISPLAYNAME>
      </IMAGE>
    </WIM>
    
     
  8. RobrPatty

    RobrPatty MDL Expert

    Jul 23, 2009
    1,281
    593
    60
    Thank you xinso

    screenshot_22.png
     
  9. vancoviemde

    vancoviemde MDL Novice

    Mar 27, 2024
    8
    2
    0
    How to you make it?
    Make lcu mod?
     
  10. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,349
    2,522
    120
    Can you share script :) thank you
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. RobrPatty

    RobrPatty MDL Expert

    Jul 23, 2009
    1,281
    593
    60
    Sorry its not my work.
     
  12. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    567
    94
    30
    hi, any chance to reconstruct 19041.1 enterprise n eval?
     
  13. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,861
    1,521
    60
    Yes
    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-EditionSpecific-EnterpriseNEval-Package" version="10.0.19041.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
      <package identifier="Microsoft-Windows-EditionSpecific-EnterpriseNEval" releaseType="Feature Pack">
    Code:
    uupdump.net/getfile.php?id=12ef1ff9-8242-4afe-bd62-294db74ad4c2&file=Microsoft-Windows-EditionSpecific-EnterpriseNEval-Package.ESD
     
  14. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    567
    94
    30
    how to do it? will official updates working?
     
  15. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,861
    1,521
    60
    will official updates working? no
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <assembly xmlns="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0" description="Fix for ServicingStack 10.0.19041.1371" displayName="Servicing Stack 10.0.19041.1371" company="Microsoft Corporation" copyright="Microsoft Corporation" supportInformation="" creationTimeStamp="2021-10-15T09:19:46Z" lastUpdateTimeStamp="2021-10-15T09:19:46Z">
      <assemblyIdentity name="Package_for_ServicingStack_1371" version="19041.1371.1.0" language="neutral" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" />
      <package identifier="KB5007273" applicabilityEvaluation="deep" releaseType="Update" restart="possible" selfUpdate="true" permanence="permanent">
        <parent buildCompare="EQ" integrate="standalone" disposition="detect">
          <assemblyIdentity name="Microsoft-Windows-CoreCountrySpecificEdition" version="10.0.19041.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          <assemblyIdentity name="Microsoft-Windows-CoreEdition" version="10.0.19041.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          <assemblyIdentity name="Microsoft-Windows-CoreNEdition" version="10.0.19041.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          <assemblyIdentity name="Microsoft-Windows-EnterpriseEvalEdition" version="10.0.19041.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          <assemblyIdentity name="Microsoft-Windows-EnterpriseGEdition" version="10.0.19041.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          <assemblyIdentity name="Microsoft-Windows-EnterpriseSEdition" version="10.0.19041.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          <assemblyIdentity name="Microsoft-Windows-EnterpriseSEvalEdition" version="10.0.19041.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          <assemblyIdentity name="Microsoft-Windows-EnterpriseSNEdition" version="10.0.19041.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          <assemblyIdentity name="Microsoft-Windows-EnterpriseSNEvalEdition" version="10.0.19041.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          <assemblyIdentity name="Microsoft-Windows-PPIProEdition" version="10.0.19041.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          <assemblyIdentity name="Microsoft-Windows-ProfessionalEdition" version="10.0.19041.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          <assemblyIdentity name="Microsoft-Windows-ProfessionalNEdition" version="10.0.19041.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          <assemblyIdentity name="Microsoft-Windows-ServerAzureCorEdition" version="10.0.19041.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          <assemblyIdentity name="Microsoft-Windows-ServerDatacenterACorEdition" version="10.0.19041.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          <assemblyIdentity name="Microsoft-Windows-ServerDatacenterNanoEdition" version="10.0.19041.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          <assemblyIdentity name="Microsoft-Windows-ServerStandardACorEdition" version="10.0.19041.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          <assemblyIdentity name="Microsoft-Windows-ServerStandardNanoEdition" version="10.0.19041.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          <assemblyIdentity name="Microsoft-Windows-UtilityVMEdition" version="10.0.19041.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          <assemblyIdentity name="Microsoft-Windows-WinPE-Package" version="10.0.19041.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
        </parent>
     
  16. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    567
    94
    30
    thanks for confirmation
     
  17. TesterMachineOS

    TesterMachineOS MDL Addicted

    Apr 20, 2021
    571
    265
    30
    @iamaHUN
    I want to build Windows 11 26100.1 Pro to EnterpriseSN I tried to use your packages but I think I'll need some things you told me like media player or something (I can't remember right now).

    Can you pass me some of the missing packages? I just don't have a Pro N iso to extract the necessary packages.

    I would appreciate it. :)
     
  18. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,861
    1,521
    60
    what's stopping you from using uup dump to build Pro N iso :g: