Working on a version of my own, now i know a little more about desktop package's for Server Cor, thanks to winosr25 script & .mum
Does that mean, that if I modify the edition MUM, I won't be able to install updates without customizing? And if I simly add all the packages from modified MUM to image, leaving edition MUM untouched, - would LCU fail? Or uninstall? Speaking of AzureStackHCICor, we need Code: Microsoft-Win4-Feature.ESD Microsoft-Win4-WOW64-Feature.ESD Microsoft-Windows-Client-Desktop-Required-Package.ESD Microsoft-Windows-Client-Desktop-Required-WOW64-Package.ESD Microsoft-Windows-Required-ShellExperiences-Desktop-Package.ESD Microsoft-Windows-Required-ShellExperiences-Desktop-WOW64-Package.ESD from UUP and Code: Microsoft-Windows-EditionPack-Server-Package Microsoft-Windows-EditionPack-Server-WOW64-Package Microsoft-Windows-Server-DesktopUX-Package Microsoft-Windows-Server-DesktopUX-WOW64-Package Microsoft-Windows-WirelessNetworking-Package UserExperience-Desktop-Package might be first cut from Full OS via SxSv1, right?
Ace2 said it worked for him\her. https://forums.mydigitallife.net/th...struction-project.80939/page-865#post-1846789
Client and server use same update msu? If yes updates will not be problem for any mixed edition If no server package added to client or client edition package added server will brake updates Client to client or server to server package / edition change will not affect updates Should be clear now. I have checked uupdump 26100.1150 edition uses same msu Windows11.0-KB5040435-x64.msu. This is good thing that every option possible. But should use only updates when released same time for both client and server maybe. Because some updates released different number and only for server or client sku i think. Online update may not be work maybe! I do not know. Better to keep modifications in same group client to client or server to server
I didn't use most Package kibkalo has listed. P.s Testing "online" updates for "Server Azure Stack HCI Cor"
Have you manually added packages, or used the MUM provided by winosr25? Manually added packages might update normally. But if we modded a package, LCU fails
Azure Stack HCI hello for my script I have an sxs sources folder (more than 10gb) with all the packages available on uup dump 26100.1 even the fod and en-us fr-fr included, I do not use the packages.esd all is in the folder sxs
You did modify Microsoft-Windows-ServerAzureStackHCICorEdition~31bf3856ad364e35~amd64~~10.0.26100.1.mum - adding packages into it, insted of adding them directly to image with DISM. That makes LCU fail. When I added same packages manually (Thanks for the list), update works
If you want normal updates, use the standard core versions instead. Microsoft-Windows-ServerStandardCorEdition.mum <?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-ServerStandardCorEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <package identifier="Windows ServerStandardCor Edition" releaseType="Product"> <update name="Microsoft-Windows-Foundation-Package"> <package contained="false" integrate="visible"> <assemblyIdentity name="Microsoft-Windows-Foundation-Package" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> </package> </update> <update name="Microsoft-Windows-ServerCore-Package"> <package contained="false" integrate="visible"> <assemblyIdentity name="Microsoft-Windows-ServerCore-Package" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> </package> </update> <update name="BCD-Template-Server-Package"> <package contained="false" integrate="hidden"> <assemblyIdentity name="BCD-Template-Server-Package" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> </package> </update> <update name="Microsoft-Win4-Feature"> <package contained="false" integrate="hidden"> <assemblyIdentity name="Microsoft-Win4-Feature" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> </package> </update> <update name="Microsoft-Win4-WOW64-Feature"> <package contained="false" integrate="hidden"> <assemblyIdentity name="Microsoft-Win4-WOW64-Feature" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> </package> </update> <update name="Microsoft-Windows-EditionPack-Server-Package"> <package contained="false" integrate="hidden"> <assemblyIdentity name="Microsoft-Windows-EditionPack-Server-Package" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> </package> </update> <update name="UserExperience-Desktop-Package"> <package contained="false" integrate="hidden"> <assemblyIdentity name="UserExperience-Desktop-Package" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> </package> </update> <update name="Microsoft-Windows-Server-DesktopUX-Package"> <package contained="false" integrate="hidden"> <assemblyIdentity name="Microsoft-Windows-Server-DesktopUX-Package" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> </package> </update> <update name="Microsoft-Windows-Server-DesktopUX-WOW64-Package"> <package contained="false" integrate="hidden"> <assemblyIdentity name="Microsoft-Windows-Server-DesktopUX-WOW64-Package" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> </package> </update> <update name="Microsoft-Windows-EditionSpecific-ServerStandardCor-Package"> <package contained="false" integrate="hidden"> <assemblyIdentity name="Microsoft-Windows-EditionSpecific-ServerStandardCor-Package" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> </package> </update> <update name="Microsoft-Windows-Desktop-Required-ClientOnly-SharedWithServer-Package"> <package contained="false" integrate="hidden"> <assemblyIdentity name="Microsoft-Windows-Desktop-Required-ClientOnly-SharedWithServer-Package" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> </package> </update> <update name="Microsoft-Windows-Desktop-Required-ClientOnly-SharedWithServer-WOW64-Package"> <package contained="false" integrate="hidden"> <assemblyIdentity name="Microsoft-Windows-Desktop-Required-ClientOnly-SharedWithServer-WOW64-Package" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> </package> </update> <update name="Microsoft-Windows-Required-ShellExperiences-Desktop-Package"> <package contained="false" integrate="hidden"> <assemblyIdentity name="Microsoft-Windows-Required-ShellExperiences-Desktop-Package" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> </package> </update> <update name="Microsoft-Windows-Required-ShellExperiences-Desktop-WOW64-Package"> <package contained="false" integrate="hidden"> <assemblyIdentity name="Microsoft-Windows-Required-ShellExperiences-Desktop-WOW64-Package" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> </package> </update> </package> </assembly>