But you said: When is 15063.0? When is 25398.1? You said you can make it before xinso. You can make 25398.1 before 15063.0. I don't believe. Allow me to ask you a question. You don't have 15063.0 Starter EditionSpecific packages. You posted how you make activated 15063.0 Starter information. Q: How did you do that? Allow me to ask you another question. You don't have 19041.1 Starter EditionSpecific packages. You posted how you make activated 19041.1 Starter information. Q: How did you do that?
Your point? I said i give ServerAzureStackHCICor well you know what i said.. I can't make 15063.0 because you will not share needed package's because posted Starter a long time ago when i did have package's. i used a lower version off Starter EditionSpecific, that i had at the time, share your 15063.0 Starter EditionSpecific, and i will make it again...
Test 25398.1009 Windows 11 Enterprise (OEM_NONSLP with Edge with Store with NetFx3) amd64 en-US (Official CU + zwl29107's language packs and update.cat\mum) Code: ------------------------------------------------------------ Add Cumulative update to Enterprise image ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.25398.1 An error occurred trying to open - temp\1 Error: 0x800f080f The package path is not valid. Specify a path to either a CAB file or a folder containing an expanded CAB file and try the command again. Error: 0x800f080f The package path is not valid. Specify a path to either a CAB file or a folder containing an expanded CAB file and try the command again. The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log ------------------------------------------------------------ Test 25398.1009 Windows 11 Enterprise (OEM_NONSLP with Edge with Store with NetFx3) amd64 en-US (Official CU + zwl29107's 950 language packs) Code: ======================================================================================================== 25398.1009 Windows 11 Enterprise (OEM_NONSLP with Edge with Store with NetFx3) amd64 en-US has been successfully reconstructed on 2024/8/12 ======================================================================================================== Mission took 0:24:31.14 (1471.14s total) [Credits] gailium119 zwl29107
Windows 10 Starter 19041.1 Activated: Spoiler: HashMyFiles Code: ================================================== Filename : Screenshot (1).png MD5 : 6e3c6f13a09b0c68bb7b64ac3f4b6f38 SHA1 : ff432a1c2e63afdf4837e0995cd1cde6b58a0c9b CRC32 : a4ed7588 SHA-256 : cc4a5baeb5a534fb420e20d9ef4b437c704aa0046982c371301d8eb4352ee824 SHA-512 : 25ff417253e2f0afab77f3481abd0826489fe0b595cb91dbdf001382065fae113e19c011e930aaebcf2fa8597ed77064d44d2534eaf4660ed553f05bd2a34300 SHA-384 : f77c34ca7048eacc4d3a4531cb5a95a69c40d6bafc8d3a3b7e9de3057636aa3dab87840755212bbbc2f1ebae641f39b3 Full Path : C:\Users\User\Desktop\Screenshots\Screenshot (1).png Modified Time : 12/08/2024 23:13:28 Created Time : 12/08/2024 15:22:05 Entry Modified Time: 12/08/2024 23:13:28 File Size : 209,312 File Version : Product Version : Identical : Extension : png File Attributes : A ================================================== ================================================== Filename : Screenshot (2).png MD5 : 9adb26b45929be6acb1eec991eb2b44e SHA1 : 70547c0c8c5404b96bbad9c552a5afec39d2633e CRC32 : 1a8a0425 SHA-256 : 7953093e4c77d627f32dc4974fffb6b147e5150f95de0a7aa94df5a8ad51a54f SHA-512 : d46b3625ddf7d6ec72f87809e02c7a6f133e716947a8802221edd62a079fbd157debc96a9bb14a64f48da46a7184ffdcf960b40d6877715a266b9964aa8003c3 SHA-384 : 11cd5e4f55a66a110183ebd952840c3882657dee6d5ce5aa624f71c5946930dd008f3af27dbdf42f338cdffaf5ce5100 Full Path : C:\Users\User\Desktop\Screenshots\Screenshot (2).png Modified Time : 12/08/2024 23:16:05 Created Time : 12/08/2024 15:22:05 Entry Modified Time: 12/08/2024 23:16:21 File Size : 191,279 File Version : Product Version : Identical : Extension : png File Attributes : A ==================================================
What are you trying to achieve? Installing Hotpatch KB? Enabling feature? Or do you speak about installing LCU on WS2025 Azure Edition VM without reboot, on top of Azure Stack HCI?
Code: <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <servicing> <package action="install"> <assemblyIdentity name="Microsoft-Windows-#PARENT#Edition" version="#LVER#" processorArchitecture="#ARCH#" publicKeyToken="31bf3856ad364e35" language="neutral" /> <source location="Microsoft-Windows-#PARENT#Edition~31bf3856ad364e35~#ARCH#~~#LVER#.mum" /> </package> <package action="remove"> <assemblyIdentity name="Microsoft-Windows-#SOURCE#Edition" version="#LVER#" processorArchitecture="#ARCH#" publicKeyToken="31bf3856ad364e35" language="neutral" /> </package> </servicing> </unattend>
Just trying to add azurestackhcl over datacenter. Same also true for servertribune. Both need this package if you try to add them over anything. Only datacenter not.
Yes, sure. I keep for years your 00000.0_Core_to_Standalone - that explained how to deal with any edition. Here I meant, what is inside edition package for Azure Stack HCI to make it work with Desktop and still update?
make a fake empty mum for Microsoft-Windows-Hotpatch-Targeting-Gated-Package something like this 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-Hotpatch-Targeting-Gated-Package" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <package identifier="Microsoft-Windows-Hotpatch-Targeting-Gated" releaseType="Feature Pack"></package> </assembly>