[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
    Really helps!
     
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,685
    14,419
    340
    #3942 xinso, Jul 31, 2021
    Last edited: Jul 31, 2021
    I know. But you have to meet the fact about new update technology and new PSF patch.

    OK. You are happy now. Go for it. Let's talk about it later
     
  3. kibkalo

    kibkalo MDL Expert

    Sep 8, 2009
    1,025
    362
    60
    I didn't understand that package. It is not applicable neither to Turbine, Datacenter, nor HCI.
    If I add-package and specify MUM (all the files are in archive I uploaded)
    To be happy I need ServerHyperCore. Hyper-V is the thing I make money on (so technically Azure Edition too).
    Free SKU is good. Not that good as Hyper-V as a part of Debian kernel, but still.
    I miss that SKU. And it does exist according to EditionMatrix.xml
     
  4. kibkalo

    kibkalo MDL Expert

    Sep 8, 2009
    1,025
    362
    60
    #3944 kibkalo, Jul 31, 2021
    Last edited: Jul 31, 2021
    With PSFX for Server it was very easy to do ServerTurbineCor.
    But not other SKUs (ServerHyperCor, StandardAcor, DatacenterACor, AzureCor), - hope their time would come sooner or later.
     
  5. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,685
    14,419
    340
    Thank you so much.
     
  6. kibkalo

    kibkalo MDL Expert

    Sep 8, 2009
    1,025
    362
    60
    #3946 kibkalo, Jul 31, 2021
    Last edited: Jul 31, 2021
    Time to sleep.
    Thanks
     
  7. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,766
    7,697
    210
    Well, canouna (aka NTMARTA) completely vanished from here, then. :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,685
    14,419
    340
    Good night. And thank you again. Have a good sleep.
     
  9. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,197
    90,708
    340
  10. kibkalo

    kibkalo MDL Expert

    Sep 8, 2009
    1,025
    362
    60
  11. kibkalo

    kibkalo MDL Expert

    Sep 8, 2009
    1,025
    362
    60
  12. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,685
    14,419
    340
    Good night.
     
  13. kibkalo

    kibkalo MDL Expert

    Sep 8, 2009
    1,025
    362
    60
    True. Offline.
     
  14. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,685
    14,419
    340
    #3954 xinso, Jul 31, 2021
    Last edited: Jul 31, 2021
    I do reconstruction for personal interests ONLY.
     
  15. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,685
    14,419
    340
    #3955 xinso, Jul 31, 2021
    Last edited: Jul 31, 2021
    Q: What is Sessions.xml?
    A: It is log of Windows image creation.

    You want to do reconstruction? Read it carefully. It is like Recipes. Without knowing it, your Official image reconstruction will be difficult, let alone Custom.
     
  16. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,685
    14,419
    340
    #3956 xinso, Jul 31, 2021
    Last edited: Jul 31, 2021
    Microsoft-Windows-ServerDatacenterEdition-Wrapper~31bf3856ad364e35~amd64~~10.0.20348.143.cat
    Microsoft-Windows-ServerDatacenterEdition-Wrapper~31bf3856ad364e35~amd64~~10.0.20348.143.mum

    This leftover tells that the image is converted from ServerDatacenter.
     
  17. Tarsynear

    Tarsynear MDL Senior Member

    Jan 4, 2021
    303
    123
    10
    #3957 Tarsynear, Jul 31, 2021
    Last edited: Jun 12, 2022
    Reserved.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,685
    14,419
    340
    #3958 xinso, Jul 31, 2021
    Last edited: Jul 31, 2021
    In the xml:

    Install
    EnterpriseGEdition
    remove
    ProfessionalEdition

    e.g.

    1.xml (Echo Creating EnterpriseG)
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
        <servicing>
            <package action="install">
                <assemblyIdentity name="Microsoft-Windows-EnterpriseGEdition" version="17134.1.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
                <SOURCE location="Microsoft-Windows-EnterpriseGEdition~31bf3856ad364e35~amd64~~17134.1.1.mum" />
            </package>
            <package action="remove">
                <assemblyIdentity name="Microsoft-Windows-ProfessionalEdition" version="17134.1.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
            </package>
        </servicing>
    </unattend>
    
     
  19. Tarsynear

    Tarsynear MDL Senior Member

    Jan 4, 2021
    303
    123
    10
    #3959 Tarsynear, Jul 31, 2021
    Last edited: Jun 12, 2022
    Reserved.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  20. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,685
    14,419
    340
    #3960 xinso, Jul 31, 2021
    Last edited: Jul 31, 2021
    If you want to do it in two stages
    1. Install EnterpriseG
    2. Remove Professional

    e.g.

    1.xml (Echo Installing EnterpriseG)
    stage
    ProfessionalEdition
    install
    EnterpriseGEdition

    2.xml (Echo Removing Professional)
    remove
    ProfessionalEdition