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
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
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.
They are abandoned https://forums.mydigitallife.net/th...20348-1-fe_release.83200/page-19#post-1672892
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.
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.
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>
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