I have just installed tr-tr language pack to enterprise ltsc. Removed english language packs. All operations made by dism and all was successfull. Previous updates installs successfull. But 1150 always gives errors. Tried a few times. Downloaded update from uupdump and from direct link a few times. There is no unattanded.xml in my wim. Neither root of dvd or setup folder of install.wim. Inside setup folder there is bypassnro.cmd file i guess it is original in install.wim. I am sure Microsoft will call back this update and release a new one in short time.
The unattend means the AggregatedMetadata files, not unattanded.xml there is nothing wrong with the update, it's your specific issue
kb5038603 has a minimum (GE) supported version as 26100.961 so both CUs should be integrated to everything (install.wim, winre.wim, boot.wim) would be nice to check CU versions before install for both W10UI and uup-converter, sometimes KB numbers are reversed
Checking required version is not hard, but ordering LCUs accordingly would be what if they decided to include 3 LCUs? + currently, KB5038603 26100.1251 will fail reinstallation after NetFx3 if cleanup performed
I have a similar question about SSU, if it is different in several CUs is it okay to just integrate only the latest one available?
@abbodi1406 latest version _Apps_CompDB_Parser_v4 for windows 11 24h2 - 26100.1150 no working Code: Enumerate AggregatedMetadata . . . ==== ERROR ==== CompDB_App.xml file is missing Press any key to exit.
So, KB5038603 reinstallation after cleanup (regardless NetFx3) fails because dism (UpdateAgent.dll) scan the updates location and check any msu files which contain AggregatedMetadata.cab to find the baseline LCU (KB5038575 in this case) then it try to add KB5038575, not from its msu file, but from extraction sandbox, therefore it fails because it never extract KB5038575 msu if you move KB5038603 to a separate folder with no other updates, then reinstallation fails with different error: 0x800f0838 Code: Error Arbiter: Desktop servicing : CheckIfIntermediateBaselinesMissing, Available OS revision: 1 Required LCU revision: 961 Error One or more prerequisite baselines are missing: 800f0838 [Error,Facility=(000f),Code=2104 (0x0838)] however, it works if you add KB5038575 & KB5038603 together in the same dism session KB5038603 succeed KB5038575 is not reinstalled actually, but it fails and ignored behind the scenes those new checkpoints LCUs will be a headache with any cleanup
It cannot handle multiple AggregatedMetadata.cab currently why use it and not uup-converter? if you want to arrange the Apps separately: download 26100.1 Apps: https://uupdump.net/download.php?id=3d68645c-e4c6-4d51-8858-6421e46cb0bb&pack=neutral&edition=app run _Apps_CompDB_Parser then copy/move Apps folder + 3d68645c-e4c6-4d51-8858-6421e46cb0bb.AggregatedMetadata.cab to any 26100.xxx UUPs repo
uup-converter v107 / W10UI v10.44 - Reinstall all LCUs together after NetFx3 feature (26052+) thanks to @Clusterhead for reporting this is merely a quick fix checking LCUs versions and order integration accordingly will need some work
is it possible to integrate only the latest SSU with W10UI? at this point it's trying to extract and integrate all available SSUs Spoiler: log Code: ============================================================ Running W10UI v10.44 ============================================================ ============================================================ Copying DVD Drive contents to work directory... ============================================================ ============================================================ Extracting dpx.dll file... ============================================================ ============================================================ Extracting .cab files from .msu files... ============================================================ 1/2: windows11.0-kb5038575-x64_LCU_961.1.3.msu [Combined UUP] 2/2: windows11.0-kb5038603-x64_LCU_1252.1.4.msu [Combined UUP] ============================================================ Extracting files from update cabinets (.cab)... *** This will require some disk space, please be patient *** ============================================================ 1/6: windows11.0-kb5037898-x64_EP.Dev_380.1.2.cab [Enablement] 2/6: windows11.0-kb5039448-x64_DU.Sources_1000.cab [Setup DU] 3/6: windows11.0-kb5039894-x64-ndp481_CU_9256.3.cab [NetFx] 4/6: windows11.0-kb5041137-x64_DU.SafeOS_998.1.0.cab [SafeOS DU] 5/6: Windows11.0-KB5039320-x64_inout.cab [SSU] 6/6: Windows11.0-KB5040553-x64_inout.cab [SSU] ============================================================ Mounting sources\install.wim - index 1/1 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Checking Updates... ============================================================ ============================================================ Installing servicing stack update... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.26100.1 Processing 1 of 2 - Adding package Package_for_ServicingStack_960~31bf3856ad364e35~amd64~~26100.960.1.0 [==========================100.0%==========================] The changes due to package Package_for_ServicingStack_960 requires the current servicing session to be reloaded. All the packages will be processed again. Processing 1 of 2 - Adding package Package_for_ServicingStack_960~31bf3856ad364e35~amd64~~26100.960.1.0 [==========================100.0%==========================] Processing 2 of 2 - Adding package Package_for_ServicingStack_1251~31bf3856ad364e35~amd64~~26100.1251.1.1 [==========================100.0%==========================] The changes due to package Package_for_ServicingStack_1251 requires the current servicing session to be reloaded. All the packages will be processed again. The operation completed successfully. log is weird, it integrated SSU 960, then 960 again, then SSU 1251 Spoiler: log Code: ============================================================ Running W10UI v10.44 ============================================================ ============================================================ Copying DVD Drive contents to work directory... ============================================================ ============================================================ Extracting dpx.dll file... ============================================================ ============================================================ Extracting .cab files from .msu files... ============================================================ 1/2: windows11.0-kb5038575-x64_LCU_961.1.3.msu [Combined UUP] 2/2: windows11.0-kb5038603-x64_LCU_1252.1.4.msu [Combined UUP] ============================================================ Extracting files from update cabinets (.cab)... *** This will require some disk space, please be patient *** ============================================================ 1/5: windows11.0-kb5037898-x64_EP.Dev_380.1.2.cab [Enablement] 2/5: windows11.0-kb5039448-x64_DU.Sources_1000.cab [Setup DU] 3/5: windows11.0-kb5039894-x64-ndp481_CU_9256.3.cab [NetFx] 4/5: windows11.0-kb5041137-x64_DU.SafeOS_998.1.0.cab [SafeOS DU] 5/5: Windows11.0-KB5040553-x64_inout.cab [SSU] ============================================================ Mounting sources\install.wim - index 1/1 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Checking Updates... ============================================================ ============================================================ Installing servicing stack update... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.26100.1 Processing 1 of 1 - Adding package Package_for_ServicingStack_1251~31bf3856ad364e35~amd64~~26100.1251.1.1 [==========================100.0%==========================] The changes due to package Package_for_ServicingStack_1251 requires the current servicing session to be reloaded. All the packages will be processed again. The operation completed successfully. ============================================================ Installing updates... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.26100.1 Processing 1 of 2 - Adding package Package_for_KB5037898~31bf3856ad364e35~amd64~~26100.380.1.2 [==========================100.0%==========================] Processing 2 of 2 - Adding package Package_for_DotNetRollup_481~31bf3856ad364e35~amd64~~10.0.9256.3 [==========================100.0%==========================] The operation completed successfully. windows11.0-kb5038575-x64_LCU_961.1.3.msu Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.26100.1 Processing 1 of 1 - [==========================100.0%==========================] [==========================100.0%==========================] The operation completed successfully. windows11.0-kb5038603-x64_LCU_1252.1.4.msu Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.26120.961 Processing 1 of 1 - [==========================100.0%==========================] [==========================100.0%==========================] The operation completed successfully. ============================================================ Resetting OS image base... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.26120.1252 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.26120.1252 [===========================70.0%======== ] The operation completed successfully. ============================================================ Adding .NET Framework 3.5 feature... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.26120.1252 Enabling feature(s) [==========================100.0%==========================] The operation completed successfully. ============================================================ Reinstalling cumulative update(s)... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.26120.1252 Processing 1 of 1 - Adding package Package_for_DotNetRollup_481~31bf3856ad364e35~amd64~~10.0.9256.3 [==========================100.0%==========================] The operation completed successfully. Reinstalling windows11.0-kb5038603-x64_LCU_1252.1.4.msu Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.26120.1252 Processing 1 of 2 - [==========================100.0%==========================] [===========================73.0%========== ] Processing 2 of 2 - The operation completed successfully. ============================================================ Updating winre.wim ... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Mounting image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.26100.1 Processing 1 of 1 - Adding package Package_for_ServicingStack_1251~31bf3856ad364e35~amd64~~26100.1251.1.1 [==========================100.0%==========================] The changes due to package Package_for_ServicingStack_1251 requires the current servicing session to be reloaded. All the packages will be processed again. The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.26100.1 Processing 1 of 1 - Adding package Package_for_SafeOSDU~31bf3856ad364e35~amd64~~26100.998.1.0 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.26100.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.26100.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image File : F:\W10UI_10.44\winre.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. "winre.wim" original size: 523561 KiB Using LZX compression with 6 threads Archiving file data: 1307 MiB of 1307 MiB (100%) done "winre.wim" optimized size: 508091 KiB Space saved: 15469 KiB ============================================================ Adding updated winre.wim ... ============================================================ Скопировано файлов: 1. ============================================================ Unmounting sources\install.wim - index 1/1 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image File : F:\W10UI_10.44\DVD10UI\sources\install.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Rebuilding sources\install.wim ... ============================================================ "sources\install.wim" original size: 5910052 KiB Using LZX compression with 8 threads Archiving file data: 9370 MiB of 9370 MiB (100%) done "sources\install.wim" optimized size: 4250391 KiB Space saved: 1659660 KiB ============================================================ Mounting sources\boot.wim - index 1/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Checking Updates... ============================================================ ============================================================ Installing servicing stack update... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.26100.1 Processing 1 of 1 - Adding package Package_for_ServicingStack_1251~31bf3856ad364e35~amd64~~26100.1251.1.1 [==========================100.0%==========================] The changes due to package Package_for_ServicingStack_1251 requires the current servicing session to be reloaded. All the packages will be processed again. The operation completed successfully. ============================================================ Installing updates... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.26100.1 Processing 1 of 1 - Adding package Package_for_KB5037898~31bf3856ad364e35~amd64~~26100.380.1.2 [==========================100.0%==========================] The operation completed successfully. windows11.0-kb5038575-x64_LCU_961.1.3.msu Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.26100.1 Processing 1 of 1 - [==========================100.0%==========================] [==========================100.0%==========================] The operation completed successfully. windows11.0-kb5038603-x64_LCU_1252.1.4.msu Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.26100.961 Processing 1 of 1 - [==========================100.0%==========================] [==========================100.0%==========================] The operation completed successfully. ============================================================ Resetting WinPE image base... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.26100.1252 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.26100.1252 [==========================100.0%==========================] The operation completed successfully. ============================================================ Unmounting sources\boot.wim - index 1/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image File : F:\W10UI_10.44\DVD10UI\sources\boot.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Mounting sources\boot.wim - index 2/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Checking Updates... ============================================================ ============================================================ Installing servicing stack update... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.26100.1 Processing 1 of 1 - Adding package Package_for_ServicingStack_1251~31bf3856ad364e35~amd64~~26100.1251.1.1 [==========================100.0%==========================] The changes due to package Package_for_ServicingStack_1251 requires the current servicing session to be reloaded. All the packages will be processed again. The operation completed successfully. ============================================================ Installing updates... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.26100.1 Processing 1 of 1 - Adding package Package_for_KB5037898~31bf3856ad364e35~amd64~~26100.380.1.2 [==========================100.0%==========================] The operation completed successfully. windows11.0-kb5038575-x64_LCU_961.1.3.msu Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.26100.1 Processing 1 of 1 - [==========================100.0%==========================] [==========================100.0%==========================] The operation completed successfully. windows11.0-kb5038603-x64_LCU_1252.1.4.msu Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.26100.961 Processing 1 of 1 - [==========================100.0%==========================] [==========================100.0%==========================] The operation completed successfully. ============================================================ Resetting WinPE image base... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.26100.1252 [===========================72.0%========= ] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.26100.1252 [==========================100.0%==========================] The operation completed successfully. ============================================================ Unmounting sources\boot.wim - index 2/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image File : F:\W10UI_10.44\DVD10UI\sources\boot.wim Image Index : 2 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Rebuilding sources\boot.wim ... ============================================================ "sources\boot.wim" original size: 880779 KiB Using LZX compression with 6 threads Archiving file data: 1426 MiB of 1426 MiB (100%) done "sources\boot.wim" optimized size: 572392 KiB Space saved: 308387 KiB ============================================================ Adding setup dynamic update(s)... ============================================================ windows11.0-kb5039448-x64_DU.Sources_1000.cab ============================================================ Removing temporary extracted files... ============================================================ ============================================================ Creating updated ISO file... ============================================================ ISO Location: "F:\W10UI_10.44" OSCDIMG 2.56 CD-ROM and DVD-ROM Premastering Utility Copyright (C) Microsoft, 1993-2012. All rights reserved. Licensed only for producing Microsoft authorized content. Scanning source tree (1000 files in 91 directories) Scanning source tree complete (1048 files in 96 directories) Computing directory information complete Image file is 5143461888 bytes (before optimization) Writing 1048 files in 96 directories to 26120.1252.240710-1158.GE_RELEASE_SVC_BETAFLT_IM_CLIENT_X64FRE_RU-RU.iso 100% complete Storage optimization saved 67 files, 15874048 bytes (1% of image) After optimization, image file is 5130057728 bytes Space saved because of embedding, sparseness or optimization = 15874048 Done. ============================================================ Finished ============================================================ Press 9 or q to exit. ^ repacked LCU without SSU question: so the LCU reinstall is now done in the same session, but doesn't that mean it should be installed together too?
I could depend on SSU KB number and only install the highest number or apply the same LCU version ordering logic, and only install the highest SSU version it's dism actually reload the session and re-add 960 before continue if there was a third SSU, 1251 would have been re-added too you mean add them together in the first install? i don't think it will work, UpdateAgent.dll makes an inventory of target image version and packages before processing updates it will mostly deem the 2nd LCU unapplicable
KB numbers are not reliable, but if it's easy to implement first then it would be a nice quick fix, thanks yes, got it, everything is fine here then
Yes, just change Code: set "servicingstack=!servicingstack! /PackagePath:%dest%\update.mum" to Code: set "servicingstack=/PackagePath:%dest%\update.mum" and only highest SSU KB will be added
@jeffreywe It's a false positive, just go to protection history click on the correct entry for W10UI.cmd, select action and allow or restore the file.