Thanks for testing maybe i should auto change ResetBase=2 to 1 if LCUmsuExpand=3? or i could add a check to avoid double cleanup likewise, maybe i should just skip EP for LTSC (Client and Server)? too many options might cause a bloat
it depends on the root course of the issue if it's just ResetBase=2 then it's logically fine to auto set it to 1 if LCUmsuExpand=3 I'll try it with the ResetBase=1 in my next IP tests you don't have to add this for Server Spoiler: 26H2 update.mum Code: <?xml version="1.0" encoding="utf-8"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0" description="Fix for KB5121794" displayName="Feature Enablement for Windows (Ge) 26H2 - KB5121794 - 2026.07 D" company="Microsoft Corporation" copyright="Microsoft Corporation" supportInformation="https://support.microsoft.com/help/5121794" creationTimeStamp="2026-07-17T04:42:44Z" lastUpdateTimeStamp="2026-07-17T04:42:44Z"> <assemblyIdentity name="Package_for_KB5121794" version="26100.8966.1.0" processorArchitecture="amd64" language="neutral" publicKeyToken="31bf3856ad364e35" /> <package identifier="KB5121794" applicabilityEvaluation="deep" releaseType="Update" restart="possible"> <mum2:customInformation Version="10.0.26100.8966" xmlns:mum2="urn:schemas-microsoft-com:asm.v3" PackageFormat="PSFX" PSFXDeltaFormat="ForwardOnly" /> <parent buildCompare="EQ" integrate="separate" disposition="detect"> <assemblyIdentity name="Microsoft-Windows-CoreCountrySpecificEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <assemblyIdentity name="Microsoft-Windows-CoreEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <assemblyIdentity name="Microsoft-Windows-CoreNEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <assemblyIdentity name="Microsoft-Windows-EnterpriseEvalEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <assemblyIdentity name="Microsoft-Windows-EnterpriseGEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <assemblyIdentity name="Microsoft-Windows-EnterpriseSEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <assemblyIdentity name="Microsoft-Windows-EnterpriseSEvalEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <assemblyIdentity name="Microsoft-Windows-EnterpriseSNEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <assemblyIdentity name="Microsoft-Windows-EnterpriseSNEvalEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <assemblyIdentity name="Microsoft-Windows-ProfessionalEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <assemblyIdentity name="Microsoft-Windows-ProfessionalNEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <assemblyIdentity name="Microsoft-Windows-UtilityVMEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <assemblyIdentity name="Microsoft-Windows-WinPE-Package" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <assemblyIdentity name="Microsoft-Windows-WinVOSEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <assemblyIdentity name="Microsoft-Windows-WNCEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> </parent> <installerAssembly name="Microsoft-Windows-ServicingStack" version="6.0.0.0" language="neutral" processorArchitecture="amd64" versionScope="nonSxS" publicKeyToken="31bf3856ad364e35" /> <update name="13FD3611A798119F7FEAC1406393D4757AA41F0D193079F9BC71838C6DAC6730_amd64"> <package integrate="hidden"> <assemblyIdentity name="Microsoft-Windows-Ge-Client-Server-26300-Version-Enablement-Package" version="10.0.26100.8966" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> </package> </update> <mum2:packageExtended xmlns:mum2="urn:schemas-microsoft-com:asm.v3" completelyOfflineCapable="undetermined" packageSize="37381" /> </package> </assembly> another option or just a skip doesn't matter, skip is perfectly fine Spoiler: 25H2 update.mum Code: <?xml version="1.0" encoding="utf-8"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0" description="Fix for KB5054156" displayName="Feature Update for Windows 11 25H2 via Enablement Package (KB5054156)" company="Microsoft Corporation" copyright="Microsoft Corporation" supportInformation="https://support.microsoft.com/help/5054156" creationTimeStamp="2025-09-15T22:14:21Z" lastUpdateTimeStamp="2025-09-15T22:14:21Z"> <assemblyIdentity name="Package_for_KB5054156" version="26100.6717.1.4" processorArchitecture="amd64" language="neutral" publicKeyToken="31bf3856ad364e35" /> <package identifier="KB5054156" applicabilityEvaluation="deep" releaseType="Update" restart="possible"> <mum2:customInformation Version="10.0.26100.6717" xmlns:mum2="urn:schemas-microsoft-com:asm.v3" PackageFormat="PSFX" PSFXDeltaFormat="ForwardOnly" /> <parent buildCompare="EQ" integrate="separate" disposition="detect"> <assemblyIdentity name="Microsoft-Windows-CoreCountrySpecificEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <assemblyIdentity name="Microsoft-Windows-CoreEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <assemblyIdentity name="Microsoft-Windows-CoreNEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <assemblyIdentity name="Microsoft-Windows-EnterpriseEvalEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <assemblyIdentity name="Microsoft-Windows-EnterpriseGEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <assemblyIdentity name="Microsoft-Windows-EnterpriseSEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <assemblyIdentity name="Microsoft-Windows-EnterpriseSEvalEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <assemblyIdentity name="Microsoft-Windows-EnterpriseSNEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <assemblyIdentity name="Microsoft-Windows-EnterpriseSNEvalEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <assemblyIdentity name="Microsoft-Windows-ProfessionalEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <assemblyIdentity name="Microsoft-Windows-ProfessionalNEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <assemblyIdentity name="Microsoft-Windows-ServerAzureStackHCICorEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <assemblyIdentity name="Microsoft-Windows-ServerDatacenterCorEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <assemblyIdentity name="Microsoft-Windows-ServerDatacenterEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <assemblyIdentity name="Microsoft-Windows-ServerDatacenterEvalCorEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <assemblyIdentity name="Microsoft-Windows-ServerDatacenterEvalEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <assemblyIdentity name="Microsoft-Windows-ServerDatacenterNanoEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <assemblyIdentity name="Microsoft-Windows-ServerStandardCorEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <assemblyIdentity name="Microsoft-Windows-ServerStandardEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <assemblyIdentity name="Microsoft-Windows-ServerStandardEvalCorEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <assemblyIdentity name="Microsoft-Windows-ServerStandardEvalEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <assemblyIdentity name="Microsoft-Windows-ServerTurbineCorEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <assemblyIdentity name="Microsoft-Windows-ServerTurbineEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <assemblyIdentity name="Microsoft-Windows-UtilityVMEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <assemblyIdentity name="Microsoft-Windows-WinPE-Package" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <assemblyIdentity name="Microsoft-Windows-WinVOSEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <assemblyIdentity name="Microsoft-Windows-WNCEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> </parent> <installerAssembly name="Microsoft-Windows-ServicingStack" version="6.0.0.0" language="neutral" processorArchitecture="amd64" versionScope="nonSxS" publicKeyToken="31bf3856ad364e35" /> <update name="55A6F1DE713B014F7C558E1C17054E07A6F6A094DBD7EF8F920A0FF6AFE280AC_amd64"> <package integrate="hidden"> <assemblyIdentity name="Microsoft-Windows-Ge-Client-Server-26200-Version-Enablement-Package" version="10.0.26100.6717" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> </package> </update> <mum2:packageExtended xmlns:mum2="urn:schemas-microsoft-com:asm.v3" completelyOfflineCapable="undetermined" packageSize="39849" /> </package> </assembly> okay, I see server editions in the 25H2 EP in this way yeah, it should be for both client and server editions
W10UI IP test next, source ISO is 26100.6.260716-1700.ge_release_flt_clientpro_oemret_x64fre_ru-ru.iso from UUP dump something is very wrong here Spoiler: W10UI.ini Code: [W10UI-Configuration] Target = Repo = DismRoot =dism.exe Net35 =1 Net35Source = Cleanup =1 ResetBase =1 LCUwinre =0 WinRE =1 LCUmsuExpand =3 UpdtBootFiles =0 SkipEdge =0 SkipWebView =0 UseWimlib =1 WimCreateTime =1 _CabDir =W10UItemp MountDir =W10UImount WinreMount =W10UImountre wim2esd =0 wim2swm =0 ISO =1 ISODir = Delete_Source =0 AutoStart =0 AddDrivers =0 Drv_Source =\Drivers updates set is for infamous 26340.9354 build, ResetBase=1 to test double cleanup issue Spoiler: W10UI v10.62u Code: ============================================================ Running W10UI v10.62u ============================================================ ============================================================ Configured Options... ============================================================ Net35 LCUmsuExpand 3 Cleanup ResetBase UseWimlib WimCreateTime WinRE ISO ============================================================ Copying DVD Drive contents to work directory... ============================================================ ============================================================ Extracting dpx.dll file... ============================================================ ============================================================ Extracting files from .msu files... ============================================================ 1/2: windows11.0-kb5122055-x64_LCU_1746.1.3.msu [Combined UUP] 2/2: windows11.0-kb5124058-x64_LCU_9354.1.3.msu [Combined UUP] ============================================================ Extracting files from update containers (cab/wim)... *** This will require some disk space, please be patient *** ============================================================ 1/6: windows11.0-kb5120708-x64-ndp481_CU_9344.1.cab [NetFx] 2/6: windows11.0-kb5122776-x64_EP_9071.1.0.cab [Enablement] 3/6: windows11.0-kb5127159-x64_DU.SafeOS_9354.1.2.cab [SafeOS DU] 4/6: windows11.0-kb5127358-x64_DU.Setup_9354.cab [Setup DU] 5/6: Windows11.0-KB5122059-x64_inout.cab [SSU] 6/6: Windows11.0-KB5124072-x64_inout.cab [SSU] ============================================================ Mounting sources\install.wim - index 1/1 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Checking Updates... ============================================================ ============================================================ Installing servicing stack update... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.6 Processing 1 of 1 - Adding package Package_for_ServicingStack_9354~31bf3856ad364e35~amd64~~26100.9354.1.1 [==========================100.0%==========================] The changes due to package Package_for_ServicingStack_9354 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.28000.2804 Image Version: 10.0.26100.6 Processing 1 of 2 - Adding package Package_for_KB5122776~31bf3856ad364e35~amd64~~26100.9071.1.0 [==========================100.0%==========================] Processing 2 of 2 - Adding package Package_for_DotNetRollup_481~31bf3856ad364e35~amd64~~10.0.9344.1 [==========================100.0%==========================] The operation completed successfully. 09354-windows11.0-kb5124058-x64_LCU_9354.1.3.msu Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.6 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.28000.2804 Image Version: 10.0.26340.9354 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26340.9354 [===========================70.0%======== ] The operation completed successfully. ============================================================ Adding .NET Framework 3.5 feature... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26340.9354 Enabling feature(s) [==========================100.0%==========================] The operation completed successfully. ============================================================ Reinstalling cumulative update(s)... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26340.9354 Processing 1 of 1 - Adding package Package_for_DotNetRollup_481~31bf3856ad364e35~amd64~~10.0.9344.1 [==========================100.0%==========================] The operation completed successfully. 09354-windows11.0-kb5124058-x64_LCU_9354.1.3.msu Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26340.9354 Processing 1 of 1 - Expand [==========================100.0%==========================] [==========================100.0%==========================] The operation completed successfully. ============================================================ Updating winre.wim ... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Mounting image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.6 Processing 1 of 1 - Adding package Package_for_ServicingStack_9354~31bf3856ad364e35~amd64~~26100.9354.1.1 [==========================100.0%==========================] The changes due to package Package_for_ServicingStack_9354 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.28000.2804 Image Version: 10.0.26100.6 Processing 1 of 1 - Adding package Package_for_SafeOSDU~31bf3856ad364e35~amd64~~26100.9354.1.2 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.9354 [===========================74.0%========== ] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.9354 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image File : F:\W10UI_10.62\winre.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. "winre.wim" original size: 759881 KiB Using LZX compression with 8 threads Archiving file data: 1865 MiB of 1865 MiB (100%) done "winre.wim" optimized size: 745817 KiB Space saved: 14063 KiB ============================================================ Adding updated winre.wim ... ============================================================ Скопировано файлов: 1. ============================================================ Unmounting sources\install.wim - index 1/1 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image File : F:\W10UI_10.62\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: 8742354 KiB Using LZX compression with 8 threads Archiving file data: 12 GiB of 12 GiB (100%) done "sources\install.wim" optimized size: 6622332 KiB Space saved: 2120021 KiB ============================================================ Modifying install.wim image creation time ... ============================================================ ============================================================ Mounting sources\boot.wim - index 1/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Checking Updates... ============================================================ ============================================================ Installing servicing stack update... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.6 Processing 1 of 1 - Adding package Package_for_ServicingStack_9354~31bf3856ad364e35~amd64~~26100.9354.1.1 [==========================100.0%==========================] The changes due to package Package_for_ServicingStack_9354 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.28000.2804 Image Version: 10.0.26100.6 Processing 1 of 1 - Adding package Package_for_KB5122776~31bf3856ad364e35~amd64~~26100.9071.1.0 [==========================100.0%==========================] The operation completed successfully. 09354-windows11.0-kb5124058-x64_LCU_9354.1.3.msu Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.6 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.28000.2804 Image Version: 10.0.26100.9354 [===========================73.8%========== ] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.9354 [==========================100.0%==========================] The operation completed successfully. ============================================================ Adding .NET Framework 3.5 feature... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.9354 Error: 0x800f080c Feature name NetFx3 is unknown. A Windows feature name was not recognized. Use the /Get-Features option to find the name of the feature in the image and try the command again. The DISM log file can be found at C:\WINDOWS\Logs\DISM\DismNetFx3.log ============================================================ Resetting OS image base... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.9354 [===========================70.0%======== ] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.9354 [===========================70.0%======== ] The operation completed successfully. ============================================================ Unmounting sources\boot.wim - index 1/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image File : F:\W10UI_10.62\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.28000.2804 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Checking Updates... ============================================================ ============================================================ Installing servicing stack update... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.6 Processing 1 of 1 - Adding package Package_for_ServicingStack_9354~31bf3856ad364e35~amd64~~26100.9354.1.1 [==========================100.0%==========================] The changes due to package Package_for_ServicingStack_9354 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.28000.2804 Image Version: 10.0.26100.6 Processing 1 of 1 - Adding package Package_for_KB5122776~31bf3856ad364e35~amd64~~26100.9071.1.0 [==========================100.0%==========================] The operation completed successfully. 09354-windows11.0-kb5124058-x64_LCU_9354.1.3.msu Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.6 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.28000.2804 Image Version: 10.0.26100.9354 [===========================73.8%========== ] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.9354 [==========================100.0%==========================] The operation completed successfully. ============================================================ Adding .NET Framework 3.5 feature... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.9354 Error: 0x800f080c Feature name NetFx3 is unknown. A Windows feature name was not recognized. Use the /Get-Features option to find the name of the feature in the image and try the command again. The DISM log file can be found at C:\WINDOWS\Logs\DISM\DismNetFx3.log ============================================================ Resetting OS image base... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.9354 [===========================70.0%======== ] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.9354 [===========================70.0%======== ] The operation completed successfully. ============================================================ Unmounting sources\boot.wim - index 2/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image File : F:\W10UI_10.62\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: 1203549 KiB Using LZX compression with 8 threads Archiving file data: 1684 MiB of 1684 MiB (100%) done "sources\boot.wim" optimized size: 790005 KiB Space saved: 413543 KiB ============================================================ Adding setup dynamic update(s)... ============================================================ windows11.0-kb5127358-x64_DU.Setup_9354.cab ============================================================ Removing temporary extracted files... ============================================================ ============================================================ Creating updated ISO file... ============================================================ ISO Location: "F:\W10UI_10.62" 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 95 directories) Scanning source tree complete (1059 files in 100 directories) Computing directory information complete Image file is 7799111680 bytes (before optimization) Writing 1059 files in 100 directories to 26340.9354.260901-1651.GE_PRERELEASE_IM_CLIENT_X64FRE_RU-RU.iso 100% complete Storage optimization saved 68 files, 17893376 bytes (1% of image) After optimization, image file is 7783723008 bytes Space saved because of embedding, sparseness or optimization = 17893376 Done. ============================================================ Finished ============================================================ Press 9 or q to exit. double cleanup is gone now, but check the log in the boot.wim section quick LCUmsuExpand=0 test with the same IP updates set Spoiler: v10.62u Code: ============================================================ Running W10UI v10.62u ============================================================ ============================================================ Configured Options... ============================================================ Net35 LCUmsuExpand 3 Cleanup ResetBase UseWimlib WimCreateTime WinRE ISO ============================================================ Copying DVD Drive contents to work directory... ============================================================ ============================================================ Extracting dpx.dll file... ============================================================ ============================================================ Extracting files from .msu files... ============================================================ 1/2: windows11.0-kb5122055-x64_LCU_1746.1.3.msu [Combined UUP] 2/2: windows11.0-kb5124058-x64_LCU_9354.1.3.msu [Combined UUP] ============================================================ Extracting files from update containers (cab/wim)... *** This will require some disk space, please be patient *** ============================================================ 1/8: windows11.0-kb5120708-x64-ndp481_CU_9344.1.cab [NetFx] 2/8: windows11.0-kb5122776-x64_EP_9071.1.0.cab [Enablement] 3/8: windows11.0-kb5127159-x64_DU.SafeOS_9354.1.2.cab [SafeOS DU] 4/8: windows11.0-kb5127358-x64_DU.Setup_9354.cab [Setup DU] 5/8: Windows11.0-KB5122059-x64_inout.cab [SSU] 6/8: Windows11.0-KB5124072-x64_inout.cab [SSU] 7/8: Windows11.0-KB5122055-x64.wim [LCU] 8/8: Windows11.0-KB5124058-x64.wim [LCU] issues again, it says LCUmsuExpand 3 but both LCUs are getting unpacked - this is not how LCUmsuExpand 3 should work uup-converter has the same issue - check below
For now, thanks for your work. When I try to create build 26340 on Windows 10 (using default settings), it still ends with DISM Error 2. So it seems this build cannot be created on Windows 10. (It didn't work manually either.) On Windows 11 25H2, creating the build with default settings works without any problems.
uup-converter test, UUP set is 26340.9482_amd64_ru-ru_professional_a13c52d6 Spoiler: ConvertConfig.ini Code: [convert-UUP] AutoStart =1 AddUpdates =1 Cleanup =1 ResetBase =1 NetFx3 =1 StartVirtual =0 wim2esd =0 wim2swm =0 SkipISO =0 SkipWinRE =0 LCUwinre =0 LCUmsuExpand =0 UpdtBootFiles=0 ForceDism =1 RefESD =0 SkipLCUmsu =0 SkipEdge =0 AutoExit =0 DisableUpdatingUpgrade=1 AddDrivers =0 Drv_Source =\Drivers [Store_Apps] SkipApps =0 AppsLevel =0 StubAppsFull =0 CustomList =0 [create_virtual_editions] vUseDism =1 vAutoStart =1 vDeleteSource=0 vPreserve =0 vwim2esd =0 vwim2swm =0 vSkipISO =0 vAutoEditions= vSortEditions= LCUmsuExpand=0, log says LCUmsuExpand 3 as expected Spoiler: UUP Converter v125u Code: === Running UUP Converter v125u === === Checking UUP Info . . . === Configured Options . . . AutoStart 1 AddUpdates 1 Cleanup ResetBase LCUmsuExpand 3 DisableUpdatingUpgrade 1 NetFx3 ForceDism === Parsing Apps CompDB . . . === Preparing Reference ESDs . . . HyperV-OptionalFeature-VirtualMachinePlatform-Client-Disabled-FOD-Package-amd64 Microsoft-Edge-WebView-FOD-Package-amd64 Microsoft-OneCore-ApplicationModel-Sync-Desktop-FOD-Package-amd64 Microsoft-OneCore-DirectX-Database-FOD-Package-amd64 Microsoft-Windows-DirectoryServices-ADAM-Client-FOD-Package-amd64 Microsoft-Windows-DirectoryServices-ADAM-Client-FOD-Package-wow64 Microsoft-Windows-EnterpriseClientSync-Host-FOD-Package-amd64 Microsoft-Windows-EnterpriseClientSync-Host-FOD-Package-wow64 Microsoft-Windows-Ethernet-Client-Intel-E1i68x64-FOD-Package-amd64 Microsoft-Windows-Ethernet-Client-Intel-E2f68-FOD-Package-amd64 Microsoft-Windows-Ethernet-Client-Realtek-Rtcx21x64-FOD-Package-amd64 Microsoft-Windows-Ethernet-Client-Vmware-Vmxnet3-FOD-Package-amd64 Microsoft-Windows-FoDMetadata-Package Microsoft-Windows-Hello-Face-Package-amd64 Microsoft-Windows-InternetExplorer-Optional-Package-amd64 Microsoft-Windows-Kernel-LA57-FoD-Package-amd64 Microsoft-Windows-LanguageFeatures-Basic-en-us-Package-amd64 Microsoft-Windows-LanguageFeatures-Basic-ru-ru-Package-amd64 Microsoft-Windows-LanguageFeatures-Handwriting-ru-ru-Package-amd64 Microsoft-Windows-LanguageFeatures-OCR-en-us-Package-amd64 Microsoft-Windows-LanguageFeatures-OCR-ru-ru-Package-amd64 Microsoft-Windows-LanguageFeatures-TextToSpeech-ru-ru-Package-amd64 Microsoft-Windows-MediaPlayer-Package-amd64 Microsoft-Windows-MediaPlayer-Package-wow64 Microsoft-Windows-Notepad-System-FoD-Package-amd64 Microsoft-Windows-Notepad-System-FoD-Package-wow64 Microsoft-Windows-PowerShell-ISE-FOD-Package-amd64 Microsoft-Windows-PowerShell-ISE-FOD-Package-wow64 Microsoft-Windows-Printing-PMCPPC-FoD-Package-amd64 Microsoft-Windows-ProjFS-OptionalFeature-FOD-Package-amd64 Microsoft-Windows-SenseClient-FoD-Package-amd64 Microsoft-Windows-SimpleTCP-FOD-Package-amd64 Microsoft-Windows-SmbDirect-FOD-Package-amd64 Microsoft-Windows-StepsRecorder-Package-amd64 Microsoft-Windows-StepsRecorder-Package-wow64 Microsoft-Windows-TabletPCMath-Package-amd64 Microsoft-Windows-Telnet-Client-FOD-Package-amd64 Microsoft-Windows-TerminalServices-AppServer-Client-FOD-Package-amd64 Microsoft-Windows-TerminalServices-AppServer-Client-FOD-Package-wow64 Microsoft-Windows-TFTP-Client-FOD-Package-amd64 Microsoft-Windows-VBSCRIPT-FoD-Package-amd64 Microsoft-Windows-VBSCRIPT-FoD-Package-wow64 Microsoft-Windows-Wallpaper-Content-Extended-FoD-Package-amd64 Microsoft-Windows-Wifi-Client-Broadcom-Bcmpciedhd63-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Broadcom-Bcmwl63a-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Broadcom-Bcmwl63al-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwbw02-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwew00-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwew01-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwlv64-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwns64-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwsw00-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwtw02-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwtw04-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwtw06-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwtw08-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwtw10-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Marvel-Mrvlpcie8897-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Qualcomm-Athw8x-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Qualcomm-Athwnx-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Qualcomm-Qcamain10x64-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Ralink-Netr28x-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Realtek-Rtl8192se-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Realtek-Rtwlane-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Realtek-Rtwlane01-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Realtek-Rtwlane13-FOD-Package-amd64 Microsoft-Windows-WinOcr-FOD-Package-amd64 Microsoft-Windows-WinOcr-FOD-Package-wow64 Microsoft-Windows-WMIC-FoD-Package-amd64 Microsoft-Windows-WMIC-FoD-Package-wow64 OpenSSH-Client-Package-amd64 === Creating Setup Media Layout . . . === Creating install.wim . . . Using LZX compression with 8 threads Archiving file data: 7066 MiB of 7066 MiB (100%) done === Updating install.wim / 1 image{s} . . . 1/8: Windows11.0-KB5122055-x64.msu [Combined UUP] 2/8: Windows11.0-KB5124114-x64.msu [Combined UUP] 3/8: Windows11.0-KB5122059-x64_inout.cab [SSU] 4/8: Windows11.0-KB5122776-x64.cab [Enablement] 5/8: Windows11.0-KB5124108-x64_inout.cab [SSU] 6/8: Windows11.0-KB5126054-x64-NDP481.cab [NetFx] 7/8: Windows11.0-KB5127358-x64.cab [Setup DU] 8/8: Windows11.0-KB5128353-x64.cab [SafeOS DU] 9/9: Windows11.0-KB5122055-x64.wim [LCU] 10/10: Windows11.0-KB5124114-x64.wim [LCU] === Servicing Index: 1 Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Mounting image [==========================100.0%==========================] The operation completed successfully. === Adding Microsoft Edge . . . Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.6 The operation completed successfully. === Adding Apps . . . Microsoft.NET.Native.Framework.x64.2.2 Microsoft.NET.Native.Runtime.x64.2.2 Microsoft.Services.Store.Engagement.x64 Microsoft.UI.Xaml.x64.2.7 Microsoft.UI.Xaml.x64.2.8 Microsoft.VCLibs.x64.14.00 Microsoft.VCLibs.x64.14.00.Desktop Microsoft.WindowsAppRuntime.x64.1.3 Microsoft.WindowsAppRuntime.x64.1.4 Microsoft.WindowsStore_8wekyb3d8bbwe Microsoft.StorePurchaseApp_8wekyb3d8bbwe Microsoft.BingNews_8wekyb3d8bbwe Microsoft.BingSearch_8wekyb3d8bbwe Microsoft.BingWeather_8wekyb3d8bbwe Microsoft.MicrosoftSolitaireCollection_8wekyb3d8bbwe Microsoft.ZuneMusic_8wekyb3d8bbwe Microsoft.WindowsAlarms_8wekyb3d8bbwe Microsoft.ApplicationCompatibilityEnhancements_8wekyb3d8bbwe Microsoft.WindowsCalculator_8wekyb3d8bbwe Microsoft.WindowsNotepad_8wekyb3d8bbwe Microsoft.WindowsTerminal_8wekyb3d8bbwe Microsoft.WindowsFeedbackHub_8wekyb3d8bbwe Microsoft.GetHelp_8wekyb3d8bbwe Microsoft.WindowsSoundRecorder_8wekyb3d8bbwe Microsoft.MicrosoftOfficeHub_8wekyb3d8bbwe Microsoft.ScreenSketch_8wekyb3d8bbwe Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe Microsoft.Todos_8wekyb3d8bbwe Microsoft.XboxSpeechToTextOverlay_8wekyb3d8bbwe Microsoft.GamingApp_8wekyb3d8bbwe Microsoft.XboxGamingOverlay_8wekyb3d8bbwe Microsoft.XboxIdentityProvider_8wekyb3d8bbwe Microsoft.Xbox.TCUI_8wekyb3d8bbwe Microsoft.Windows.Photos_8wekyb3d8bbwe Microsoft.PowerAutomateDesktop_8wekyb3d8bbwe Microsoft.WindowsCamera_8wekyb3d8bbwe Microsoft.DesktopAppInstaller_8wekyb3d8bbwe Microsoft.Paint_8wekyb3d8bbwe Microsoft.WebMediaExtensions_8wekyb3d8bbwe Microsoft.RawImageExtension_8wekyb3d8bbwe Microsoft.HEIFImageExtension_8wekyb3d8bbwe Microsoft.HEVCVideoExtension_8wekyb3d8bbwe Microsoft.VP9VideoExtensions_8wekyb3d8bbwe Microsoft.AV1VideoExtension_8wekyb3d8bbwe Microsoft.AVCEncoderVideoExtension_8wekyb3d8bbwe Microsoft.MPEG2VideoExtension_8wekyb3d8bbwe Microsoft.WebpImageExtension_8wekyb3d8bbwe MicrosoftWindows.Client.WebExperience_cw5n1h2txyewy MicrosoftWindows.CrossDevice_cw5n1h2txyewy Microsoft.SecHealthUI_8wekyb3d8bbwe Clipchamp.Clipchamp_yxz26nhyzhsrt MicrosoftCorporationII.QuickAssist_8wekyb3d8bbwe Microsoft.OutlookForWindows_8wekyb3d8bbwe MSTeams_8wekyb3d8bbwe Microsoft.Windows.DevHome_8wekyb3d8bbwe Microsoft.YourPhone_8wekyb3d8bbwe MicrosoftCorporationII.MicrosoftFamily_8wekyb3d8bbwe Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Saving image [==========================100.0%==========================] The operation completed successfully. === Adding Updates . . . Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.6 Processing 1 of 1 - Adding package Package_for_ServicingStack_9482~31bf3856ad364e35~amd64~~26100.9482.1.2 [==========================100.0%==========================] The changes due to package Package_for_ServicingStack_9482 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.28000.2804 Image Version: 10.0.26100.6 Processing 1 of 2 - Adding package Package_for_KB5122776~31bf3856ad364e35~amd64~~26100.9071.1.0 [==========================100.0%==========================] Processing 2 of 2 - Adding package Package_for_DotNetRollup_481~31bf3856ad364e35~amd64~~10.0.10006.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.6 Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~26100.1746.1.3 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.1746 Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~26100.9482.1.3 [==========================100.0%==========================] An error occurred - Package_for_RollupFix Error: 0x80070002 Error: 2 The system cannot find the file specified. The DISM log file can be found at C:\WINDOWS\Logs\DISM\DismLCU.log Dism.exe operation failed. Discarding . . . Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image File : F:\uup-converter-wimlib-125r\ISOFOLDER\sources\install.wim Image Index : 1 Unmounting image [==========================100.0%==========================] The operation completed successfully. === Rebuilding install.wim . . . "ISOFOLDER\sources\install.wim" original size: 3233264 KiB Using LZX compression with 8 threads Archiving file data: 7820 MiB of 7820 MiB (100%) done "ISOFOLDER\sources\install.wim" optimized size: 3201600 KiB Space saved: 31663 KiB === Adding setup dynamic update{s} . . . Windows11.0-KB5127358-x64.cab === Creating winre.wim . . . Using LZX compression with 8 threads Archiving file data: 1240 MiB of 1240 MiB (100%) done === Updating winre.wim / 1 image{s} . . . Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Mounting image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.6 Processing 1 of 1 - Adding package Package_for_ServicingStack_9482~31bf3856ad364e35~amd64~~26100.9482.1.2 [==========================100.0%==========================] The changes due to package Package_for_ServicingStack_9482 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.28000.2804 Saving image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.6 Processing 1 of 1 - Adding package Package_for_SafeOSDU~31bf3856ad364e35~amd64~~26100.9482.1.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Saving image [==========================100.0%==========================] The operation completed successfully. === Remounting image . . . Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image File : F:\uup-converter-wimlib-125r\temp\winre.wim Image Index : 1 Unmounting image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Mounting image [==========================100.0%==========================] The operation completed successfully. === Adding LCU for boot.wim . . . Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.6 Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~26100.1746.1.3 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.1746 Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~26100.9482.1.3 [==========================100.0%==========================] An error occurred - Package_for_RollupFix Error: 0x80070002 Error: 2 The system cannot find the file specified. The DISM log file can be found at C:\WINDOWS\Logs\DISM\DismLCU_winpe.log Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.1746 Processing 1 of 1 - Adding package Package_for_KB5122776~31bf3856ad364e35~amd64~~26100.9071.1.0 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.1746 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Saving image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image File : F:\uup-converter-wimlib-125r\temp\winre.wim Image Index : 1 Unmounting image [==========================100.0%==========================] The operation completed successfully. Using LZX compression with 8 threads Archiving file data: 1866 MiB of 1866 MiB (100%) done === Adding winre.wim to install.wim . . . === Creating boot.wim . . . Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Mounting image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Saving image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.1746 Target Path : X:\$windows.~bt\ The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image File : F:\uup-converter-wimlib-125r\ISOFOLDER\sources\boot.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. === Rebuilding boot.wim . . . "ISOFOLDER\sources\boot.wim" original size: 1242692 KiB Using LZX compression with 8 threads Archiving file data: 1450 MiB of 1450 MiB (100%) done "ISOFOLDER\sources\boot.wim" optimized size: 616030 KiB Space saved: 626661 KiB === Removing temporary files . . . === Creating ISO . . . 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 95 directories) Scanning source tree complete (1059 files in 100 directories) Computing directory information complete Image file is 4961173504 bytes (before optimization) Writing 1059 files in 100 directories to 26100.6.260716-1700.GE_RELEASE_FLT_CLIENTPRO_OEMRET_X64FRE_RU-RU.ISO 100% complete Storage optimization saved 68 files, 17893376 bytes (1% of image) After optimization, image file is 4945764352 bytes Space saved because of embedding, sparseness or optimization = 17893376 Done. Finished. Press 0 or q to exit. LCUs are being expanded when they shouldn't be: 9/9: Windows11.0-KB5122055-x64.wim [LCU] 10/10: Windows11.0-KB5124114-x64.wim [LCU] it seems like it works as LCUmsuExpand=1 because it integrates the baseline LCU first issues so far: 1. double cleanup in W10UI, works fine if ResetBase=1 auto set it to ResetBase=1 if LCUmsuExpand=3 for both W10UI and uup-converter 2. W10UI can't update boot.wim correctly with 26340.9354 updates set, it's trying to enable nfx35 and then clean up it again 3. W10UI with 26340.9354 updates set says LCUmsuExpand 3 if LCUmsuExpand=0, but still expands the LCUs might be the same issue as below 4. uup-converter with 26340.9482 UUP set says LCUmsuExpand 3 if LCUmsuExpand=0, but it still expands the LCUs it works as LCUmsuExpand=1 because it's trying to integrate the baseline LCU first
@Paul Mercer Thank you for the detailed testing i fixed the issue with LCUmsuExpand=0 and 26340 (forgot to check the changed value when doing [Combined UUP] check) -- however, the issue with 26340 boot.wim is weird for some reason, after adding the LCU msu (correctly), "Windows\Servicing\Packages\*WinPE-LanguagePack*.mum" is not detected anymore, which make the script think it's OS image (install.wim) if you still have 26340.9354 iso (created with LCUmsuExpand=3), can you open boot.wim with 7-zip and check if that package exists?
unfortunately no, I'll try it again with the latest 26340.9482 build, have to build the base ISO first I'll update this post when it's done
No worries i will add another check to detect WinPE image, maybe just check for any "*WinPE*.mum" packages
I tried it again for sanity check Spoiler: ConvertConfig.ini Code: [convert-UUP] AutoStart =1 AddUpdates =0 Cleanup =0 ResetBase =0 NetFx3 =0 StartVirtual =0 wim2esd =0 wim2swm =0 SkipISO =0 SkipWinRE =0 LCUwinre =0 LCUmsuExpand =0 UpdtBootFiles=0 ForceDism =1 RefESD =0 SkipLCUmsu =0 SkipEdge =0 AutoExit =0 DisableUpdatingUpgrade=1 AddDrivers =0 Drv_Source =\Drivers [Store_Apps] SkipApps =0 AppsLevel =0 StubAppsFull =0 CustomList =0 [create_virtual_editions] vUseDism =1 vAutoStart =1 vDeleteSource=0 vPreserve =0 vwim2esd =0 vwim2swm =0 vSkipISO =0 vAutoEditions= vSortEditions= Spoiler: UUP Converter v125u Code: === Running UUP Converter v125u === === Checking UUP Info . . . === Configured Options . . . AutoStart 1 ForceDism === Parsing Apps CompDB . . . === Preparing Reference ESDs . . . HyperV-OptionalFeature-VirtualMachinePlatform-Client-Disabled-FOD-Package-amd64 Microsoft-Edge-WebView-FOD-Package-amd64 Microsoft-OneCore-ApplicationModel-Sync-Desktop-FOD-Package-amd64 Microsoft-OneCore-DirectX-Database-FOD-Package-amd64 Microsoft-Windows-DirectoryServices-ADAM-Client-FOD-Package-amd64 Microsoft-Windows-DirectoryServices-ADAM-Client-FOD-Package-wow64 Microsoft-Windows-EnterpriseClientSync-Host-FOD-Package-amd64 Microsoft-Windows-EnterpriseClientSync-Host-FOD-Package-wow64 Microsoft-Windows-Ethernet-Client-Intel-E1i68x64-FOD-Package-amd64 Microsoft-Windows-Ethernet-Client-Intel-E2f68-FOD-Package-amd64 Microsoft-Windows-Ethernet-Client-Realtek-Rtcx21x64-FOD-Package-amd64 Microsoft-Windows-Ethernet-Client-Vmware-Vmxnet3-FOD-Package-amd64 Microsoft-Windows-FoDMetadata-Package Microsoft-Windows-Hello-Face-Package-amd64 Microsoft-Windows-InternetExplorer-Optional-Package-amd64 Microsoft-Windows-Kernel-LA57-FoD-Package-amd64 Microsoft-Windows-LanguageFeatures-Basic-en-us-Package-amd64 Microsoft-Windows-LanguageFeatures-Basic-ru-ru-Package-amd64 Microsoft-Windows-LanguageFeatures-Handwriting-ru-ru-Package-amd64 Microsoft-Windows-LanguageFeatures-OCR-en-us-Package-amd64 Microsoft-Windows-LanguageFeatures-OCR-ru-ru-Package-amd64 Microsoft-Windows-LanguageFeatures-TextToSpeech-ru-ru-Package-amd64 Microsoft-Windows-MediaPlayer-Package-amd64 Microsoft-Windows-MediaPlayer-Package-wow64 Microsoft-Windows-Notepad-System-FoD-Package-amd64 Microsoft-Windows-Notepad-System-FoD-Package-wow64 Microsoft-Windows-PowerShell-ISE-FOD-Package-amd64 Microsoft-Windows-PowerShell-ISE-FOD-Package-wow64 Microsoft-Windows-Printing-PMCPPC-FoD-Package-amd64 Microsoft-Windows-ProjFS-OptionalFeature-FOD-Package-amd64 Microsoft-Windows-SenseClient-FoD-Package-amd64 Microsoft-Windows-SimpleTCP-FOD-Package-amd64 Microsoft-Windows-SmbDirect-FOD-Package-amd64 Microsoft-Windows-StepsRecorder-Package-amd64 Microsoft-Windows-StepsRecorder-Package-wow64 Microsoft-Windows-TabletPCMath-Package-amd64 Microsoft-Windows-Telnet-Client-FOD-Package-amd64 Microsoft-Windows-TerminalServices-AppServer-Client-FOD-Package-amd64 Microsoft-Windows-TerminalServices-AppServer-Client-FOD-Package-wow64 Microsoft-Windows-TFTP-Client-FOD-Package-amd64 Microsoft-Windows-VBSCRIPT-FoD-Package-amd64 Microsoft-Windows-VBSCRIPT-FoD-Package-wow64 Microsoft-Windows-Wallpaper-Content-Extended-FoD-Package-amd64 Microsoft-Windows-Wifi-Client-Broadcom-Bcmpciedhd63-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Broadcom-Bcmwl63a-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Broadcom-Bcmwl63al-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwbw02-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwew00-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwew01-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwlv64-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwns64-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwsw00-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwtw02-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwtw04-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwtw06-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwtw08-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwtw10-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Marvel-Mrvlpcie8897-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Qualcomm-Athw8x-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Qualcomm-Athwnx-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Qualcomm-Qcamain10x64-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Ralink-Netr28x-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Realtek-Rtl8192se-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Realtek-Rtwlane-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Realtek-Rtwlane01-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Realtek-Rtwlane13-FOD-Package-amd64 Microsoft-Windows-WinOcr-FOD-Package-amd64 Microsoft-Windows-WinOcr-FOD-Package-wow64 Microsoft-Windows-WMIC-FoD-Package-amd64 Microsoft-Windows-WMIC-FoD-Package-wow64 OpenSSH-Client-Package-amd64 === Creating Setup Media Layout . . . === Creating install.wim . . . Using LZX compression with 8 threads Archiving file data: 7066 MiB of 7066 MiB (100%) done === Updating install.wim / 1 image{s} . . . === Servicing Index: 1 Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Mounting image [==========================100.0%==========================] The operation completed successfully. === Adding Microsoft Edge . . . Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.6 The operation completed successfully. === Adding Apps . . . Microsoft.NET.Native.Framework.x64.2.2 Microsoft.NET.Native.Runtime.x64.2.2 Microsoft.Services.Store.Engagement.x64 Microsoft.UI.Xaml.x64.2.7 Microsoft.UI.Xaml.x64.2.8 Microsoft.VCLibs.x64.14.00 Microsoft.VCLibs.x64.14.00.Desktop Microsoft.WindowsAppRuntime.x64.1.3 Microsoft.WindowsAppRuntime.x64.1.4 Microsoft.WindowsStore_8wekyb3d8bbwe Microsoft.StorePurchaseApp_8wekyb3d8bbwe Microsoft.BingNews_8wekyb3d8bbwe Microsoft.BingSearch_8wekyb3d8bbwe Microsoft.BingWeather_8wekyb3d8bbwe Microsoft.MicrosoftSolitaireCollection_8wekyb3d8bbwe Microsoft.ZuneMusic_8wekyb3d8bbwe Microsoft.WindowsAlarms_8wekyb3d8bbwe Microsoft.ApplicationCompatibilityEnhancements_8wekyb3d8bbwe Microsoft.WindowsCalculator_8wekyb3d8bbwe Microsoft.WindowsNotepad_8wekyb3d8bbwe Microsoft.WindowsTerminal_8wekyb3d8bbwe Microsoft.WindowsFeedbackHub_8wekyb3d8bbwe Microsoft.GetHelp_8wekyb3d8bbwe Microsoft.WindowsSoundRecorder_8wekyb3d8bbwe Microsoft.MicrosoftOfficeHub_8wekyb3d8bbwe Microsoft.ScreenSketch_8wekyb3d8bbwe Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe Microsoft.Todos_8wekyb3d8bbwe Microsoft.XboxSpeechToTextOverlay_8wekyb3d8bbwe Microsoft.GamingApp_8wekyb3d8bbwe Microsoft.XboxGamingOverlay_8wekyb3d8bbwe Microsoft.XboxIdentityProvider_8wekyb3d8bbwe Microsoft.Xbox.TCUI_8wekyb3d8bbwe Microsoft.Windows.Photos_8wekyb3d8bbwe Microsoft.PowerAutomateDesktop_8wekyb3d8bbwe Microsoft.WindowsCamera_8wekyb3d8bbwe Microsoft.DesktopAppInstaller_8wekyb3d8bbwe Microsoft.Paint_8wekyb3d8bbwe Microsoft.WebMediaExtensions_8wekyb3d8bbwe Microsoft.RawImageExtension_8wekyb3d8bbwe Microsoft.HEIFImageExtension_8wekyb3d8bbwe Microsoft.HEVCVideoExtension_8wekyb3d8bbwe Microsoft.VP9VideoExtensions_8wekyb3d8bbwe Microsoft.AV1VideoExtension_8wekyb3d8bbwe Microsoft.AVCEncoderVideoExtension_8wekyb3d8bbwe Microsoft.MPEG2VideoExtension_8wekyb3d8bbwe Microsoft.WebpImageExtension_8wekyb3d8bbwe MicrosoftWindows.Client.WebExperience_cw5n1h2txyewy MicrosoftWindows.CrossDevice_cw5n1h2txyewy Microsoft.SecHealthUI_8wekyb3d8bbwe Clipchamp.Clipchamp_yxz26nhyzhsrt MicrosoftCorporationII.QuickAssist_8wekyb3d8bbwe Microsoft.OutlookForWindows_8wekyb3d8bbwe MSTeams_8wekyb3d8bbwe Microsoft.Windows.DevHome_8wekyb3d8bbwe Microsoft.YourPhone_8wekyb3d8bbwe MicrosoftCorporationII.MicrosoftFamily_8wekyb3d8bbwe Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Saving image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image File : F:\uup-converter-wimlib-125r\ISOFOLDER\sources\install.wim Image Index : 1 Unmounting image [==========================100.0%==========================] The operation completed successfully. === Rebuilding install.wim . . . "ISOFOLDER\sources\install.wim" original size: 3233276 KiB Using LZX compression with 8 threads Archiving file data: 7820 MiB of 7820 MiB (100%) done "ISOFOLDER\sources\install.wim" optimized size: 3201613 KiB Space saved: 31663 KiB === Creating winre.wim . . . Using LZX compression with 8 threads Archiving file data: 1240 MiB of 1240 MiB (100%) done === Adding winre.wim to install.wim . . . === Creating boot.wim . . . Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Mounting image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Saving image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.6 Target Path : X:\$windows.~bt\ The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image File : F:\uup-converter-wimlib-125r\ISOFOLDER\sources\boot.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. === Rebuilding boot.wim . . . "ISOFOLDER\sources\boot.wim" original size: 517160 KiB Using LZX compression with 8 threads Archiving file data: 1259 MiB of 1259 MiB (100%) done "ISOFOLDER\sources\boot.wim" optimized size: 495542 KiB Space saved: 21618 KiB === Creating ISO . . . 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 93 directories) Scanning source tree complete (1053 files in 98 directories) Computing directory information complete Image file is 4567662592 bytes (before optimization) Writing 1053 files in 98 directories to 26100.6.260716-1700.GE_RELEASE_FLT_CLIENTPRO_OEMRET_X64FRE_RU-RU.ISO 100% complete Storage optimization saved 69 files, 17975296 bytes (1% of image) After optimization, image file is 4552171520 bytes Space saved because of embedding, sparseness or optimization = 17975296 Done. Finished. Press 0 or q to exit. source ISO: 26100.6.260716-1700.ge_release_flt_clientpro_oemret_x64fre_ru-ru.iso 1st index of boot.wim has this stuff: Microsoft-Windows-WinPE-LanguagePack-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.6.mum Microsoft-Windows-WinPE-LanguagePack-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.6.cat Microsoft-Windows-WinPEFoundation-LanguagePack-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.6.mum Microsoft-Windows-WinPEFoundation-LanguagePack-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.6.cat W10UI next: boot.wim only, no sxs folder available (I forgot about it, but it doesn't matter) Spoiler: W10UI.ini Code: [W10UI-Configuration] Target = Repo = DismRoot =dism.exe Net35 =1 Net35Source = Cleanup =1 ResetBase =1 LCUwinre =0 WinRE =1 LCUmsuExpand =3 UpdtBootFiles =0 SkipEdge =0 SkipWebView =0 UseWimlib =1 WimCreateTime =1 _CabDir =W10UItemp MountDir =W10UImount WinreMount =W10UImountre wim2esd =0 wim2swm =0 ISO =1 ISODir = Delete_Source =0 AutoStart =0 AddDrivers =0 Drv_Source =\Drivers Spoiler: W10UI v10.62u Code: ============================================================ Running W10UI v10.62u ============================================================ ============================================================ Configured Options... ============================================================ Net35 LCUmsuExpand 3 Cleanup ResetBase UseWimlib WimCreateTime WinRE ============================================================ Extracting dpx.dll file... ============================================================ ============================================================ Extracting files from .msu files... ============================================================ 1/2: Windows11.0-KB5122055-x64.msu [Combined UUP] 2/2: Windows11.0-KB5124114-x64.msu [Combined UUP] ============================================================ Extracting files from update containers (cab/wim)... *** This will require some disk space, please be patient *** ============================================================ 1/6: Windows11.0-KB5122776-x64.cab [Enablement] 2/6: Windows11.0-KB5126054-x64-NDP481.cab [NetFx] 3/6: Windows11.0-KB5127358-x64.cab [Setup DU] 4/6: Windows11.0-KB5128353-x64.cab [SafeOS DU] 5/6: Windows11.0-KB5122059-x64_inout.cab [SSU] 6/6: Windows11.0-KB5124108-x64_inout.cab [SSU] ============================================================ Mounting boot.wim - index 1/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Checking Updates... ============================================================ ============================================================ Installing servicing stack update... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.6 Processing 1 of 1 - Adding package Package_for_ServicingStack_9482~31bf3856ad364e35~amd64~~26100.9482.1.2 [==========================100.0%==========================] The changes due to package Package_for_ServicingStack_9482 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.28000.2804 Image Version: 10.0.26100.6 Processing 1 of 1 - Adding package Package_for_KB5122776~31bf3856ad364e35~amd64~~26100.9071.1.0 [==========================100.0%==========================] The operation completed successfully. 09482-Windows11.0-KB5124114-x64.msu Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.6 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.28000.2804 Image Version: 10.0.26100.9482 [===========================73.8%========== ] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.9482 [==========================100.0%==========================] The operation completed successfully. .NET 3.5 feature: source folder not defined or detected ============================================================ Unmounting boot.wim - index 1/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image File : F:\zDone\upds\boot.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Mounting boot.wim - index 2/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Checking Updates... ============================================================ ============================================================ Installing servicing stack update... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.6 Processing 1 of 1 - Adding package Package_for_ServicingStack_9482~31bf3856ad364e35~amd64~~26100.9482.1.2 [==========================100.0%==========================] The changes due to package Package_for_ServicingStack_9482 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.28000.2804 Image Version: 10.0.26100.6 Processing 1 of 1 - Adding package Package_for_KB5122776~31bf3856ad364e35~amd64~~26100.9071.1.0 [==========================100.0%==========================] The operation completed successfully. 09482-Windows11.0-KB5124114-x64.msu Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.6 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.28000.2804 Image Version: 10.0.26100.9482 [===========================73.8%========== ] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.9482 [==========================100.0%==========================] The operation completed successfully. .NET 3.5 feature: source folder not defined or detected ============================================================ Unmounting boot.wim - index 2/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image File : F:\zDone\upds\boot.wim Image Index : 2 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Rebuilding boot.wim ... ============================================================ "boot.wim" original size: 1194401 KiB Using LZX compression with 8 threads Archiving file data: 1684 MiB of 1684 MiB (100%) done "boot.wim" optimized size: 789954 KiB Space saved: 404447 KiB ============================================================ Modifying boot.wim image creation time ... ============================================================ ============================================================ Removing temporary extracted files... ============================================================ ============================================================ Finished ============================================================ Press 9 or q to exit. Packages.7z https://pixeldrain.com/u/vWsCwqsy it has this only: Microsoft-Windows-WinPEFoundation-LanguagePack-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.6.mum Microsoft-Windows-WinPEFoundation-LanguagePack-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.6.cat
Maybe the package just has a different name now, for some kind of reason. The package is not missing at all, just updated: Microsoft-Windows-WinPE-LanguagePack-Package~31bf3856ad364e35~amd64~de-DE~10.0.26100.9482 But no idea where the .cat and .mum were saved or what they’re called now. Verry strange.
Microsoft-Windows-WinPE-Package (the starter base package for all WinPE) files is also missing 26100 servicing stack is just hit and miss, and mess
Since only WinPE-LanguagePack-Package & WinPE-Package seems lost with 26340 msu installation could it be related to missing registry value "Baseline" for those packages? Dism/UpdateAgent.dll should handle those values for msu installation mode my script adds them only for LCUmsuExpand=1 mode https://forums.mydigitallife.net/threads/abbodi1406s-batch-scripts-repo.74197/page-168#post-1855377 could you check or share registry key from boot.wim SOFTWARE hive? Code: \SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages
Thanks yes, i compared it with 26200.8246 boot.wim and nothing abnormal or essentially different and the packages with missing files have their registry complete so i guess it's a bug in UpdateAgent or ServicingStack_9482
For testing - Take 2 https://pixeldrain.com/u/exjUr4zM http://put.nu/files/u3b8Lq7.zip - fixed the issue with LCUmsuExpand=0 and 26340 - check for wpeinit.exe to detect WinPE images - added LtscAddEP option to install 25H2/26H2 Enablement Packages for LTSC editions (OFF by default = skip) it would be helpful if someone can test updated W10UI.cmd/ini with W10MUI to see if LCUmsuExpand=3 works with langpacks (specially if source image is 26100.1742) thanks
what about auto ResetBase=1 (if it was set to 2) for LCUmsuExpand=3? don't see it in the changelog or we just have to set it to 1 manually
okay, I just have to know before any tests W10MUI is in progress, source ISO is en-us_windows_11_iot_enterprise_ltsc_2024_x64_dvd_f6b14814.iso with the only 1st Enterprise LTSC index Spoiler: W10MUI.cmd Code: @setlocal DisableDelayedExpansion @set uiv=v25.2 @echo off set DVDPATH= set ISO=1 set WINPE=1 set SLIM=0 set NET35=0 set DEFAULTLANGUAGE=en-US set MOUNTDIR= set WINPEPATH= set RemoveInboxLP=0 :: dism.exe tool custom path (if Host OS is Win8.1 or earlier and no Win10 ADK installed) set "DismRoot=dism.exe" :: enable debug mode set _Debug=0 Spoiler: W10UI.ini Code: [W10UI-Configuration] Target = Repo = DismRoot =dism.exe Net35 =1 Net35Source = Cleanup =1 ResetBase =1 LCUwinre =0 WinRE =1 LCUmsuExpand =3 UpdtBootFiles =0 SkipEdge =0 SkipWebView =0 UseWimlib =1 WimCreateTime =1 LtscAddEP =0 _CabDir =W10UItemp MountDir =W10UImount WinreMount =W10UImountre wim2esd =0 wim2swm =0 ISO =1 ISODir = Delete_Source =0 AutoStart =0 AddDrivers =0 Drv_Source =\Drivers seems like everything is fine, please check it yourself, I'm not very familiar with W10MUI Spoiler: W10MUI v25.2 Code: ============================================================ Enter the distribution path (without quotes marks " "): ISO file, Extracted ISO folder, DVD/USB drive letter ============================================================ I:\ ============================================================ Running W10MUI v25.2 ============================================================ ============================================================ Prepare work directories ============================================================ ============================================================ Detect language packs details ============================================================ ru-RU: 64-bit {x64} - 26100 ============================================================ Copy Distribution contents to work directory ============================================================ Source Path: "I:" ============================================================ Detect install.wim details ============================================================ Build: 26100 Count: 1 Image(s) Arch : 64-bit ============================================================ Set WinPE language packs paths ============================================================ ru-RU / 64-bit ============================================================ Extract language packs ============================================================ ru-RU / 64-bit ============================================================ Mount install.wim - index 1/1 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Add LPs to install.wim - index 1/1 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.1742 Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.1742 Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-Basic-ru-ru-Package~31bf3856ad364e35~amd64~~10.0.26100.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.1742 Processing 1 of 3 - Adding package Microsoft-Windows-LanguageFeatures-TextToSpeech-ru-ru-Package~31bf3856ad364e35~amd64~~10.0.26100.1 [==========================100.0%==========================] Processing 2 of 3 - Adding package Microsoft-Windows-LanguageFeatures-Handwriting-ru-ru-Package~31bf3856ad364e35~amd64~~10.0.26100.1 [==========================100.0%==========================] Processing 3 of 3 - Adding package Microsoft-Windows-LanguageFeatures-OCR-ru-ru-Package~31bf3856ad364e35~amd64~~10.0.26100.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.1742 Processing 1 of 7 - Adding package Microsoft-Windows-MSPaint-FoD-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 2 of 7 - Adding package Microsoft-Windows-MSPaint-FoD-Package~31bf3856ad364e35~wow64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 3 of 7 - Adding package Microsoft-Windows-Notepad-FoD-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 4 of 7 - Adding package Microsoft-Windows-Notepad-FoD-Package~31bf3856ad364e35~wow64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 5 of 7 - Adding package Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 6 of 7 - Adding package Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~wow64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 7 of 7 - Adding package Microsoft-Windows-InternetExplorer-Optional-Package~31bf3856ad364e35~amd64~ru-RU~11.0.26100.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.1742 Processing 1 of 4 - Adding package Microsoft-Windows-Printing-PMCPPC-FoD-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 2 of 4 - Adding package Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 3 of 4 - Adding package Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~wow64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 4 of 4 - Adding package Microsoft-Windows-SnippingTool-FoD-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.1742 Processing 1 of 5 - Adding package Microsoft-Windows-MediaPlayer-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 2 of 5 - Adding package Microsoft-Windows-MediaPlayer-Package~31bf3856ad364e35~wow64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 3 of 5 - Adding package Microsoft-Windows-WMIC-FoD-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 4 of 5 - Adding package Microsoft-Windows-WMIC-FoD-Package~31bf3856ad364e35~wow64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 5 of 5 - Adding package HyperV-OptionalFeature-VirtualMachinePlatform-Client-Disabled-FOD-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.1742 Processing 1 of 7 - Adding package Microsoft-Windows-ProjFS-OptionalFeature-FOD-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 2 of 7 - Adding package Microsoft-Windows-Telnet-Client-FOD-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 3 of 7 - Adding package Microsoft-Windows-TFTP-Client-FOD-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 4 of 7 - Adding package Microsoft-Windows-VBSCRIPT-FoD-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 5 of 7 - Adding package Microsoft-Windows-VBSCRIPT-FoD-Package~31bf3856ad364e35~wow64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 6 of 7 - Adding package Microsoft-Windows-WinOcr-FOD-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 7 of 7 - Adding package Microsoft-Windows-WinOcr-FOD-Package~31bf3856ad364e35~wow64~ru-RU~10.0.26100.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.1742 Processing 1 of 7 - Adding package Microsoft-Windows-DirectoryServices-ADAM-Client-FOD-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 2 of 7 - Adding package Microsoft-Windows-DirectoryServices-ADAM-Client-FOD-Package~31bf3856ad364e35~wow64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 3 of 7 - Adding package Microsoft-Windows-EnterpriseClientSync-Host-FOD-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 4 of 7 - Adding package Microsoft-Windows-EnterpriseClientSync-Host-FOD-Package~31bf3856ad364e35~wow64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 5 of 7 - Adding package Microsoft-Windows-SenseClient-FoD-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 6 of 7 - Adding package Microsoft-Windows-SimpleTCP-FOD-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 7 of 7 - Adding package Microsoft-Windows-SmbDirect-FOD-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] The operation completed successfully. ============================================================ Update language settings ============================================================ ============================================================ Running W10UI v10.63 ============================================================ 1/2: windows11.0-kb5043080-x64_LCU_1742.1.10.msu [Combined UUP] 2/2: windows11.0-kb5124008-x64_LCU_9445.1.26.msu [Combined UUP] 1/6: windows11.0-kb5121794-x64_EP.26H2_8966.1.0.cab [Enablement] 2/6: windows11.0-kb5124015-x64_DU.SafeOS_9444.1.29.cab [SafeOS DU] 3/6: windows11.0-kb5126052-x64-ndp481_CU_9347.1.cab [NetFx] 4/6: windows11.0-kb5126056-x64_DU.Setup_9443.cab [Setup DU] 5/6: Windows11.0-KB5043113-x64_inout.cab [SSU] 6/6: Windows11.0-KB5124007-x64_inout.cab [SSU] ============================================================ Checking Updates... ============================================================ ============================================================ Installing servicing stack update... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.1742 Processing 1 of 1 - Adding package Package_for_ServicingStack_9441~31bf3856ad364e35~amd64~~26100.9441.1.11 [==========================100.0%==========================] The changes due to package Package_for_ServicingStack_9441 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.28000.2804 Image Version: 10.0.26100.1742 Processing 1 of 1 - Adding package Package_for_DotNetRollup_481~31bf3856ad364e35~amd64~~10.0.9347.1 [==========================100.0%==========================] The operation completed successfully. 09445-windows11.0-kb5124008-x64_LCU_9445.1.26.msu Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.1742 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.28000.2804 Image Version: 10.0.26100.9445 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.9445 [==========================100.0%==========================] The operation completed successfully. ============================================================ Adding .NET Framework 3.5 feature... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.9445 Enabling feature(s) [==========================100.0%==========================] The operation completed successfully. ============================================================ Reinstalling cumulative update(s)... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.9445 Processing 1 of 1 - Adding package Package_for_DotNetRollup_481~31bf3856ad364e35~amd64~~10.0.9347.1 [==========================100.0%==========================] The operation completed successfully. 09445-windows11.0-kb5124008-x64_LCU_9445.1.26.msu Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.9445 Processing 1 of 1 - Expand [==========================100.0%==========================] [==========================100.0%==========================] The operation completed successfully. ============================================================ Update winre.wim / amd64 ============================================================ Скопировано файлов: 1. ============================================================ Mount winre.wim ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Add LPs to winre.wim ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.1 Processing 1 of 2 - Adding package Microsoft-Windows-WinPE-LanguagePack-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 2 of 2 - Adding package WinPE-SRT-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.1 Processing 1 of 3 - Adding package WinPE-HTA-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 2 of 3 - Adding package WinPE-Rejuv-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 3 of 3 - Adding package WinPE-StorageWMI-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.1 Processing 1 of 5 - Adding package WinPE-EnhancedStorage-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 2 of 5 - Adding package WinPE-Scripting-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 3 of 5 - Adding package WinPE-SecureStartup-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 4 of 5 - Adding package WinPE-WDS-Tools-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 5 of 5 - Adding package WinPE-WMI-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] The operation completed successfully. ============================================================ Update language settings ============================================================ ============================================================ Running W10UI v10.63 ============================================================ 1/2: windows11.0-kb5043080-x64_LCU_1742.1.10.msu [Combined UUP] 2/2: windows11.0-kb5124008-x64_LCU_9445.1.26.msu [Combined UUP] 1/6: windows11.0-kb5121794-x64_EP.26H2_8966.1.0.cab [Enablement] 2/6: windows11.0-kb5124015-x64_DU.SafeOS_9444.1.29.cab [SafeOS DU] 3/6: windows11.0-kb5126052-x64-ndp481_CU_9347.1.cab [NetFx] 4/6: windows11.0-kb5126056-x64_DU.Setup_9443.cab [Setup DU] 5/6: Windows11.0-KB5043113-x64_inout.cab [SSU] 6/6: Windows11.0-KB5124007-x64_inout.cab [SSU] Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.1 Processing 1 of 1 - Adding package Package_for_ServicingStack_9441~31bf3856ad364e35~amd64~~26100.9441.1.11 [==========================100.0%==========================] The changes due to package Package_for_ServicingStack_9441 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.28000.2804 Image Version: 10.0.26100.1 Processing 1 of 1 - Adding package Package_for_SafeOSDU~31bf3856ad364e35~amd64~~26100.9444.1.29 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.9444 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.9444 [==========================100.0%==========================] The operation completed successfully. ============================================================ Unmount winre.wim ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image File : F:\W10MUITEMP\WR\amd64\winre.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Rebuild winre.wim ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Exporting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Add updated winre.wim to install.wim - index 1/1 ============================================================ Скопировано файлов: 1. ============================================================ Unmount install.wim - index 1/1 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image File : F:\W10MUI_25_2\_DVD10\sources\install.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Mount boot.wim - index 1/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Add LPs to boot.wim - index 1/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.1742 Processing 1 of 2 - Adding package Microsoft-Windows-WinPE-LanguagePack-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 2 of 2 - Adding package WinPE-SRT-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.1742 Processing 1 of 5 - Adding package WinPE-EnhancedStorage-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 2 of 5 - Adding package WinPE-Scripting-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 3 of 5 - Adding package WinPE-SecureStartup-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 4 of 5 - Adding package WinPE-WDS-Tools-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 5 of 5 - Adding package WinPE-WMI-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] The operation completed successfully. ============================================================ Update language settings ============================================================ ============================================================ Running W10UI v10.63 ============================================================ 1/2: windows11.0-kb5043080-x64_LCU_1742.1.10.msu [Combined UUP] 2/2: windows11.0-kb5124008-x64_LCU_9445.1.26.msu [Combined UUP] 1/6: windows11.0-kb5121794-x64_EP.26H2_8966.1.0.cab [Enablement] 2/6: windows11.0-kb5124015-x64_DU.SafeOS_9444.1.29.cab [SafeOS DU] 3/6: windows11.0-kb5126052-x64-ndp481_CU_9347.1.cab [NetFx] 4/6: windows11.0-kb5126056-x64_DU.Setup_9443.cab [Setup DU] 5/6: Windows11.0-KB5043113-x64_inout.cab [SSU] 6/6: Windows11.0-KB5124007-x64_inout.cab [SSU] ============================================================ Checking Updates... ============================================================ ============================================================ Installing servicing stack update... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.1742 Processing 1 of 1 - Adding package Package_for_ServicingStack_9441~31bf3856ad364e35~amd64~~26100.9441.1.11 [==========================100.0%==========================] The changes due to package Package_for_ServicingStack_9441 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.28000.2804 Image Version: 10.0.26100.1742 Processing 1 of 1 - Adding package Package_for_KB5121794~31bf3856ad364e35~amd64~~26100.8966.1.0 [==========================100.0%==========================] The operation completed successfully. 09445-windows11.0-kb5124008-x64_LCU_9445.1.26.msu Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.1742 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.28000.2804 Image Version: 10.0.26100.9445 [===========================94.6%====================== ] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.9445 [==========================100.0%==========================] The operation completed successfully. ============================================================ Unmount boot.wim - index 1/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image File : F:\W10MUI_25_2\_DVD10\sources\boot.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Mount boot.wim - index 2/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Add LPs to boot.wim - index 2/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.1742 Processing 1 of 2 - Adding package Microsoft-Windows-WinPE-LanguagePack-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 2 of 2 - Adding package WinPE-SRT-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.1742 Processing 1 of 5 - Adding package WinPE-EnhancedStorage-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 2 of 5 - Adding package WinPE-Scripting-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 3 of 5 - Adding package WinPE-SecureStartup-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 4 of 5 - Adding package WinPE-WDS-Tools-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 5 of 5 - Adding package WinPE-WMI-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.1742 Processing 1 of 2 - Adding package WinPE-Setup-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] Processing 2 of 2 - Adding package WinPE-Setup-Client-Package~31bf3856ad364e35~amd64~ru-RU~10.0.26100.1 [==========================100.0%==========================] The operation completed successfully. ============================================================ Update language settings ============================================================ ============================================================ Running W10UI v10.63 ============================================================ 1/2: windows11.0-kb5043080-x64_LCU_1742.1.10.msu [Combined UUP] 2/2: windows11.0-kb5124008-x64_LCU_9445.1.26.msu [Combined UUP] 1/6: windows11.0-kb5121794-x64_EP.26H2_8966.1.0.cab [Enablement] 2/6: windows11.0-kb5124015-x64_DU.SafeOS_9444.1.29.cab [SafeOS DU] 3/6: windows11.0-kb5126052-x64-ndp481_CU_9347.1.cab [NetFx] 4/6: windows11.0-kb5126056-x64_DU.Setup_9443.cab [Setup DU] 5/6: Windows11.0-KB5043113-x64_inout.cab [SSU] 6/6: Windows11.0-KB5124007-x64_inout.cab [SSU] ============================================================ Checking Updates... ============================================================ ============================================================ Installing servicing stack update... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.1742 Processing 1 of 1 - Adding package Package_for_ServicingStack_9441~31bf3856ad364e35~amd64~~26100.9441.1.11 [==========================100.0%==========================] The changes due to package Package_for_ServicingStack_9441 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.28000.2804 Image Version: 10.0.26100.1742 Processing 1 of 1 - Adding package Package_for_KB5121794~31bf3856ad364e35~amd64~~26100.8966.1.0 [==========================100.0%==========================] The operation completed successfully. 09445-windows11.0-kb5124008-x64_LCU_9445.1.26.msu Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.1742 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.28000.2804 Image Version: 10.0.26100.9445 [===========================94.6%====================== ] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.9445 [==========================100.0%==========================] The operation completed successfully. ============================================================ Unmount boot.wim - index 2/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image File : F:\W10MUI_25_2\_DVD10\sources\boot.wim Image Index : 2 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Rebuild boot.wim ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Exporting image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Exporting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Rebuild install.wim ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Exporting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Add language files to distribution ============================================================ ru-RU / 64-bit ============================================================ Create ISO file ============================================================ 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 96 directories) Scanning source tree complete (1032 files in 104 directories) Computing directory information complete Image file is 7695335424 bytes (before optimization) Writing 1032 files in 104 directories to 26100.9445.260905-1124.GE_RELEASE_SVC_PROD1_CLIENT_X64FRE_EN-US_RU-RU.iso 100% complete Storage optimization saved 28 files, 14370816 bytes (1% of image) After optimization, image file is 7683346432 bytes Space saved because of embedding, sparseness or optimization = 14370816 Done. ============================================================ Remove temporary directories ============================================================ ============================================================ Finished ============================================================ Press 0 to exit. W10UI next, source is 26100.6.260716-1700.ge_release_flt_clientpro_oemret_x64fre_ru-ru.iso from UUP dump latest updates set 26340.9482, ResetBase=2 and LCUmsuExpand=0 for testing purposes Spoiler: W10UI.ini Code: [W10UI-Configuration] Target = Repo = DismRoot =dism.exe Net35 =1 Net35Source = Cleanup =1 ResetBase =2 LCUwinre =0 WinRE =1 LCUmsuExpand =0 UpdtBootFiles =0 SkipEdge =0 SkipWebView =0 UseWimlib =1 WimCreateTime =1 LtscAddEP =0 _CabDir =W10UItemp MountDir =W10UImount WinreMount =W10UImountre wim2esd =0 wim2swm =0 ISO =1 ISODir = Delete_Source =0 AutoStart =0 AddDrivers =0 Drv_Source =\Drivers log looks fine now Spoiler: W10UI v10.63 Code: ============================================================ Running W10UI v10.63 ============================================================ ============================================================ Configured Options... ============================================================ Net35 LCUmsuExpand 3 Cleanup ResetBase 1 UseWimlib WimCreateTime WinRE ISO ============================================================ Copying DVD Drive contents to work directory... ============================================================ ============================================================ Extracting dpx.dll file... ============================================================ ============================================================ Extracting files from .msu files... ============================================================ 1/2: Windows11.0-KB5122055-x64.msu [Combined UUP] 2/2: Windows11.0-KB5124114-x64.msu [Combined UUP] ============================================================ Extracting files from update containers (cab/wim)... *** This will require some disk space, please be patient *** ============================================================ 1/6: Windows11.0-KB5122776-x64.cab [Enablement] 2/6: Windows11.0-KB5126054-x64-NDP481.cab [NetFx] 3/6: Windows11.0-KB5127358-x64.cab [Setup DU] 4/6: Windows11.0-KB5128353-x64.cab [SafeOS DU] 5/6: Windows11.0-KB5122059-x64_inout.cab [SSU] 6/6: Windows11.0-KB5124108-x64_inout.cab [SSU] ============================================================ Mounting sources\install.wim - index 1/1 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Checking Updates... ============================================================ ============================================================ Installing servicing stack update... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.6 Processing 1 of 1 - Adding package Package_for_ServicingStack_9482~31bf3856ad364e35~amd64~~26100.9482.1.2 [==========================100.0%==========================] The changes due to package Package_for_ServicingStack_9482 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.28000.2804 Image Version: 10.0.26100.6 Processing 1 of 2 - Adding package Package_for_KB5122776~31bf3856ad364e35~amd64~~26100.9071.1.0 [==========================100.0%==========================] Processing 2 of 2 - Adding package Package_for_DotNetRollup_481~31bf3856ad364e35~amd64~~10.0.10006.1 [==========================100.0%==========================] The operation completed successfully. 09482-Windows11.0-KB5124114-x64.msu Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.6 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.28000.2804 Image Version: 10.0.26340.9482 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26340.9482 [==========================100.0%==========================] The operation completed successfully. ============================================================ Adding .NET Framework 3.5 feature... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26340.9482 Enabling feature(s) [==========================100.0%==========================] The operation completed successfully. ============================================================ Reinstalling cumulative update(s)... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26340.9482 Processing 1 of 1 - Adding package Package_for_DotNetRollup_481~31bf3856ad364e35~amd64~~10.0.10006.1 [==========================100.0%==========================] The operation completed successfully. 09482-Windows11.0-KB5124114-x64.msu Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26340.9482 Processing 1 of 1 - Expand [==========================100.0%==========================] [==========================100.0%==========================] The operation completed successfully. ============================================================ Updating winre.wim ... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Mounting image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.6 Processing 1 of 1 - Adding package Package_for_ServicingStack_9482~31bf3856ad364e35~amd64~~26100.9482.1.2 [==========================100.0%==========================] The changes due to package Package_for_ServicingStack_9482 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.28000.2804 Image Version: 10.0.26100.6 Processing 1 of 1 - Adding package Package_for_SafeOSDU~31bf3856ad364e35~amd64~~26100.9482.1.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.9482 [===========================74.0%========== ] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.9482 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image File : F:\W10UI_10.62\winre.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. "winre.wim" original size: 760364 KiB Using LZX compression with 8 threads Archiving file data: 1867 MiB of 1867 MiB (100%) done "winre.wim" optimized size: 746301 KiB Space saved: 14063 KiB ============================================================ Adding updated winre.wim ... ============================================================ Скопировано файлов: 1. ============================================================ Unmounting sources\install.wim - index 1/1 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image File : F:\W10UI_10.62\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: 8768411 KiB Using LZX compression with 8 threads Archiving file data: 12 GiB of 12 GiB (100%) done "sources\install.wim" optimized size: 6648470 KiB Space saved: 2119940 KiB ============================================================ Modifying install.wim image creation time ... ============================================================ ============================================================ Mounting sources\boot.wim - index 1/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Checking Updates... ============================================================ ============================================================ Installing servicing stack update... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.6 Processing 1 of 1 - Adding package Package_for_ServicingStack_9482~31bf3856ad364e35~amd64~~26100.9482.1.2 [==========================100.0%==========================] The changes due to package Package_for_ServicingStack_9482 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.28000.2804 Image Version: 10.0.26100.6 Processing 1 of 1 - Adding package Package_for_KB5122776~31bf3856ad364e35~amd64~~26100.9071.1.0 [==========================100.0%==========================] The operation completed successfully. 09482-Windows11.0-KB5124114-x64.msu Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.6 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.28000.2804 Image Version: 10.0.26100.9482 [===========================73.8%========== ] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.9482 [==========================100.0%==========================] The operation completed successfully. ============================================================ Unmounting sources\boot.wim - index 1/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image File : F:\W10UI_10.62\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.28000.2804 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Checking Updates... ============================================================ ============================================================ Installing servicing stack update... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.6 Processing 1 of 1 - Adding package Package_for_ServicingStack_9482~31bf3856ad364e35~amd64~~26100.9482.1.2 [==========================100.0%==========================] The changes due to package Package_for_ServicingStack_9482 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.28000.2804 Image Version: 10.0.26100.6 Processing 1 of 1 - Adding package Package_for_KB5122776~31bf3856ad364e35~amd64~~26100.9071.1.0 [==========================100.0%==========================] The operation completed successfully. 09482-Windows11.0-KB5124114-x64.msu Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.6 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.28000.2804 Image Version: 10.0.26100.9482 [===========================73.8%========== ] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.9482 [==========================100.0%==========================] The operation completed successfully. ============================================================ Unmounting sources\boot.wim - index 2/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image File : F:\W10UI_10.62\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: 1203940 KiB Using LZX compression with 8 threads Archiving file data: 1684 MiB of 1684 MiB (100%) done "sources\boot.wim" optimized size: 790376 KiB Space saved: 413564 KiB ============================================================ Adding setup dynamic update(s)... ============================================================ Windows11.0-KB5127358-x64.cab ============================================================ Removing temporary extracted files... ============================================================ ============================================================ Creating updated ISO file... ============================================================ ISO Location: "F:\W10UI_10.62" 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 95 directories) Scanning source tree complete (1059 files in 100 directories) Computing directory information complete Image file is 7826276352 bytes (before optimization) Writing 1059 files in 100 directories to 26340.9482.260905-0654.GE_PRERELEASE_IM_CLIENT_X64FRE_RU-RU.iso 100% complete Storage optimization saved 68 files, 17893376 bytes (1% of image) After optimization, image file is 7810869248 bytes Space saved because of embedding, sparseness or optimization = 17893376 Done. ============================================================ Finished ============================================================ Press 9 or q to exit. uup-converter next, latest 26340.9482_amd64_ru-ru_professional_a13c52d6 UUP set again, ResetBase=2 and LCUmsuExpand=0 for testing purposes Spoiler: ConvertConfig.ini Code: [convert-UUP] AutoStart =1 AddUpdates =1 Cleanup =1 ResetBase =2 NetFx3 =1 StartVirtual =0 wim2esd =0 wim2swm =0 SkipISO =0 SkipWinRE =0 LCUwinre =0 LCUmsuExpand =0 UpdtBootFiles=0 ForceDism =1 RefESD =0 SkipLCUmsu =0 SkipEdge =0 AutoExit =0 DisableUpdatingUpgrade=1 AddDrivers =0 Drv_Source =\Drivers [Store_Apps] SkipApps =0 AppsLevel =0 StubAppsFull =0 CustomList =0 [create_virtual_editions] vUseDism =1 vAutoStart =1 vDeleteSource=0 vPreserve =0 vwim2esd =0 vwim2swm =0 vSkipISO =0 vAutoEditions= vSortEditions= resetbase is not working - please check the log Spoiler: UUP Converter v126 Code: === Running UUP Converter v126 === === Checking UUP Info . . . === Configured Options . . . AutoStart 1 AddUpdates 1 Cleanup ResetBase 1 LCUmsuExpand 3 DisableUpdatingUpgrade 1 NetFx3 ForceDism === Parsing Apps CompDB . . . === Preparing Reference ESDs . . . HyperV-OptionalFeature-VirtualMachinePlatform-Client-Disabled-FOD-Package-amd64 Microsoft-Edge-WebView-FOD-Package-amd64 Microsoft-OneCore-ApplicationModel-Sync-Desktop-FOD-Package-amd64 Microsoft-OneCore-DirectX-Database-FOD-Package-amd64 Microsoft-Windows-DirectoryServices-ADAM-Client-FOD-Package-amd64 Microsoft-Windows-DirectoryServices-ADAM-Client-FOD-Package-wow64 Microsoft-Windows-EnterpriseClientSync-Host-FOD-Package-amd64 Microsoft-Windows-EnterpriseClientSync-Host-FOD-Package-wow64 Microsoft-Windows-Ethernet-Client-Intel-E1i68x64-FOD-Package-amd64 Microsoft-Windows-Ethernet-Client-Intel-E2f68-FOD-Package-amd64 Microsoft-Windows-Ethernet-Client-Realtek-Rtcx21x64-FOD-Package-amd64 Microsoft-Windows-Ethernet-Client-Vmware-Vmxnet3-FOD-Package-amd64 Microsoft-Windows-FoDMetadata-Package Microsoft-Windows-Hello-Face-Package-amd64 Microsoft-Windows-InternetExplorer-Optional-Package-amd64 Microsoft-Windows-Kernel-LA57-FoD-Package-amd64 Microsoft-Windows-LanguageFeatures-Basic-en-us-Package-amd64 Microsoft-Windows-LanguageFeatures-Basic-ru-ru-Package-amd64 Microsoft-Windows-LanguageFeatures-Handwriting-ru-ru-Package-amd64 Microsoft-Windows-LanguageFeatures-OCR-en-us-Package-amd64 Microsoft-Windows-LanguageFeatures-OCR-ru-ru-Package-amd64 Microsoft-Windows-LanguageFeatures-TextToSpeech-ru-ru-Package-amd64 Microsoft-Windows-MediaPlayer-Package-amd64 Microsoft-Windows-MediaPlayer-Package-wow64 Microsoft-Windows-Notepad-System-FoD-Package-amd64 Microsoft-Windows-Notepad-System-FoD-Package-wow64 Microsoft-Windows-PowerShell-ISE-FOD-Package-amd64 Microsoft-Windows-PowerShell-ISE-FOD-Package-wow64 Microsoft-Windows-Printing-PMCPPC-FoD-Package-amd64 Microsoft-Windows-ProjFS-OptionalFeature-FOD-Package-amd64 Microsoft-Windows-SenseClient-FoD-Package-amd64 Microsoft-Windows-SimpleTCP-FOD-Package-amd64 Microsoft-Windows-SmbDirect-FOD-Package-amd64 Microsoft-Windows-StepsRecorder-Package-amd64 Microsoft-Windows-StepsRecorder-Package-wow64 Microsoft-Windows-TabletPCMath-Package-amd64 Microsoft-Windows-Telnet-Client-FOD-Package-amd64 Microsoft-Windows-TerminalServices-AppServer-Client-FOD-Package-amd64 Microsoft-Windows-TerminalServices-AppServer-Client-FOD-Package-wow64 Microsoft-Windows-TFTP-Client-FOD-Package-amd64 Microsoft-Windows-VBSCRIPT-FoD-Package-amd64 Microsoft-Windows-VBSCRIPT-FoD-Package-wow64 Microsoft-Windows-Wallpaper-Content-Extended-FoD-Package-amd64 Microsoft-Windows-Wifi-Client-Broadcom-Bcmpciedhd63-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Broadcom-Bcmwl63a-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Broadcom-Bcmwl63al-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwbw02-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwew00-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwew01-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwlv64-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwns64-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwsw00-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwtw02-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwtw04-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwtw06-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwtw08-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Intel-Netwtw10-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Marvel-Mrvlpcie8897-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Qualcomm-Athw8x-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Qualcomm-Athwnx-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Qualcomm-Qcamain10x64-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Ralink-Netr28x-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Realtek-Rtl8192se-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Realtek-Rtwlane-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Realtek-Rtwlane01-FOD-Package-amd64 Microsoft-Windows-Wifi-Client-Realtek-Rtwlane13-FOD-Package-amd64 Microsoft-Windows-WinOcr-FOD-Package-amd64 Microsoft-Windows-WinOcr-FOD-Package-wow64 Microsoft-Windows-WMIC-FoD-Package-amd64 Microsoft-Windows-WMIC-FoD-Package-wow64 OpenSSH-Client-Package-amd64 === Creating Setup Media Layout . . . === Creating install.wim . . . Using LZX compression with 8 threads Archiving file data: 7066 MiB of 7066 MiB (100%) done === Updating install.wim / 1 image{s} . . . 1/6: Windows11.0-KB5122055-x64.msu [Combined UUP] 2/7: Windows11.0-KB5124114-x64.msu [Combined UUP] 3/8: Windows11.0-KB5122059-x64_inout.cab [SSU] 4/8: Windows11.0-KB5122776-x64.cab [Enablement] 5/8: Windows11.0-KB5124108-x64_inout.cab [SSU] 6/8: Windows11.0-KB5126054-x64-NDP481.cab [NetFx] 7/8: Windows11.0-KB5127358-x64.cab [Setup DU] 8/8: Windows11.0-KB5128353-x64.cab [SafeOS DU] === Servicing Index: 1 Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Mounting image [==========================100.0%==========================] The operation completed successfully. === Adding Microsoft Edge . . . Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.6 The operation completed successfully. === Adding Apps . . . Microsoft.NET.Native.Framework.x64.2.2 Microsoft.NET.Native.Runtime.x64.2.2 Microsoft.Services.Store.Engagement.x64 Microsoft.UI.Xaml.x64.2.7 Microsoft.UI.Xaml.x64.2.8 Microsoft.VCLibs.x64.14.00 Microsoft.VCLibs.x64.14.00.Desktop Microsoft.WindowsAppRuntime.x64.1.3 Microsoft.WindowsAppRuntime.x64.1.4 Microsoft.WindowsStore_8wekyb3d8bbwe Microsoft.StorePurchaseApp_8wekyb3d8bbwe Microsoft.BingNews_8wekyb3d8bbwe Microsoft.BingSearch_8wekyb3d8bbwe Microsoft.BingWeather_8wekyb3d8bbwe Microsoft.MicrosoftSolitaireCollection_8wekyb3d8bbwe Microsoft.ZuneMusic_8wekyb3d8bbwe Microsoft.WindowsAlarms_8wekyb3d8bbwe Microsoft.ApplicationCompatibilityEnhancements_8wekyb3d8bbwe Microsoft.WindowsCalculator_8wekyb3d8bbwe Microsoft.WindowsNotepad_8wekyb3d8bbwe Microsoft.WindowsTerminal_8wekyb3d8bbwe Microsoft.WindowsFeedbackHub_8wekyb3d8bbwe Microsoft.GetHelp_8wekyb3d8bbwe Microsoft.WindowsSoundRecorder_8wekyb3d8bbwe Microsoft.MicrosoftOfficeHub_8wekyb3d8bbwe Microsoft.ScreenSketch_8wekyb3d8bbwe Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe Microsoft.Todos_8wekyb3d8bbwe Microsoft.XboxSpeechToTextOverlay_8wekyb3d8bbwe Microsoft.GamingApp_8wekyb3d8bbwe Microsoft.XboxGamingOverlay_8wekyb3d8bbwe Microsoft.XboxIdentityProvider_8wekyb3d8bbwe Microsoft.Xbox.TCUI_8wekyb3d8bbwe Microsoft.Windows.Photos_8wekyb3d8bbwe Microsoft.PowerAutomateDesktop_8wekyb3d8bbwe Microsoft.WindowsCamera_8wekyb3d8bbwe Microsoft.DesktopAppInstaller_8wekyb3d8bbwe Microsoft.Paint_8wekyb3d8bbwe Microsoft.WebMediaExtensions_8wekyb3d8bbwe Microsoft.RawImageExtension_8wekyb3d8bbwe Microsoft.HEIFImageExtension_8wekyb3d8bbwe Microsoft.HEVCVideoExtension_8wekyb3d8bbwe Microsoft.VP9VideoExtensions_8wekyb3d8bbwe Microsoft.AV1VideoExtension_8wekyb3d8bbwe Microsoft.AVCEncoderVideoExtension_8wekyb3d8bbwe Microsoft.MPEG2VideoExtension_8wekyb3d8bbwe Microsoft.WebpImageExtension_8wekyb3d8bbwe MicrosoftWindows.Client.WebExperience_cw5n1h2txyewy MicrosoftWindows.CrossDevice_cw5n1h2txyewy Microsoft.SecHealthUI_8wekyb3d8bbwe Clipchamp.Clipchamp_yxz26nhyzhsrt MicrosoftCorporationII.QuickAssist_8wekyb3d8bbwe Microsoft.OutlookForWindows_8wekyb3d8bbwe MSTeams_8wekyb3d8bbwe Microsoft.Windows.DevHome_8wekyb3d8bbwe Microsoft.YourPhone_8wekyb3d8bbwe MicrosoftCorporationII.MicrosoftFamily_8wekyb3d8bbwe Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Saving image [==========================100.0%==========================] The operation completed successfully. === Adding Updates . . . Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.6 Processing 1 of 1 - Adding package Package_for_ServicingStack_9482~31bf3856ad364e35~amd64~~26100.9482.1.2 [==========================100.0%==========================] The changes due to package Package_for_ServicingStack_9482 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.28000.2804 Image Version: 10.0.26100.6 Processing 1 of 2 - Adding package Package_for_KB5122776~31bf3856ad364e35~amd64~~26100.9071.1.0 [==========================100.0%==========================] Processing 2 of 2 - Adding package Package_for_DotNetRollup_481~31bf3856ad364e35~amd64~~10.0.10006.1 [==========================100.0%==========================] The operation completed successfully. === Adding LCU 09482-Windows11.0-KB5124114-x64.msu Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.6 Processing 1 of 1 - [==========================100.0%==========================] [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26340.9482 [==========================100.0%==========================] The operation completed successfully. === Processing NetFx3 feature Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26340.9482 Enabling feature(s) [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26340.9482 Processing 1 of 1 - Adding package Package_for_DotNetRollup_481~31bf3856ad364e35~amd64~~10.0.10006.1 [==========================100.0%==========================] The operation completed successfully. Reinstalling 09482-Windows11.0-KB5124114-x64.msu Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26340.9482 Processing 1 of 1 - Expand [==========================100.0%==========================] [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Saving image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image File : F:\uup-converter-wimlib-125r\ISOFOLDER\sources\install.wim Image Index : 1 Unmounting image [==========================100.0%==========================] The operation completed successfully. === Rebuilding install.wim . . . "ISOFOLDER\sources\install.wim" original size: 7565738 KiB Using LZX compression with 8 threads Archiving file data: 11 GiB of 11 GiB (100%) done "ISOFOLDER\sources\install.wim" optimized size: 5905546 KiB Space saved: 1660192 KiB === Adding setup dynamic update{s} . . . Windows11.0-KB5127358-x64.cab === Creating winre.wim . . . Using LZX compression with 8 threads Archiving file data: 1240 MiB of 1240 MiB (100%) done === Updating winre.wim / 1 image{s} . . . Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Mounting image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.6 Processing 1 of 1 - Adding package Package_for_ServicingStack_9482~31bf3856ad364e35~amd64~~26100.9482.1.2 [==========================100.0%==========================] The changes due to package Package_for_ServicingStack_9482 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.28000.2804 Saving image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.6 Processing 1 of 1 - Adding package Package_for_SafeOSDU~31bf3856ad364e35~amd64~~26100.9482.1.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Saving image [==========================100.0%==========================] The operation completed successfully. === Remounting image . . . Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image File : F:\uup-converter-wimlib-125r\temp\winre.wim Image Index : 1 Unmounting image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Mounting image [==========================100.0%==========================] The operation completed successfully. === Adding LCU for boot.wim . . . === Adding LCU 09482-Windows11.0-KB5124114-x64.msu Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.6 Processing 1 of 1 - [==========================100.0%==========================] [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.9482 Processing 1 of 1 - Adding package Package_for_KB5122776~31bf3856ad364e35~amd64~~26100.9071.1.0 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.9482 [===========================73.8%========== ] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Saving image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image File : F:\uup-converter-wimlib-125r\temp\winre.wim Image Index : 1 Unmounting image [==========================100.0%==========================] The operation completed successfully. Using LZX compression with 8 threads Archiving file data: 1867 MiB of 1867 MiB (100%) done === Adding winre.wim to install.wim . . . === Creating boot.wim . . . Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Mounting image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.9482 Target Path : X:\$windows.~bt\ The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image File : F:\uup-converter-wimlib-125r\ISOFOLDER\sources\boot.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. === Rebuilding boot.wim . . . "ISOFOLDER\sources\boot.wim" original size: 1289641 KiB Using LZX compression with 8 threads Archiving file data: 1631 MiB of 1631 MiB (100%) done "ISOFOLDER\sources\boot.wim" optimized size: 781788 KiB Space saved: 507852 KiB === Removing temporary files . . . === Creating ISO . . . 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 95 directories) Scanning source tree complete (1060 files in 100 directories) Computing directory information complete Image file is 7905378304 bytes (before optimization) Writing 1060 files in 100 directories to 26340.9482.260905-0654.GE_PRERELEASE_IM_CLIENTPRO_OEMRET_X64FRE_RU-RU.ISO 100% complete Storage optimization saved 68 files, 17893376 bytes (1% of image) After optimization, image file is 7889969152 bytes Space saved because of embedding, sparseness or optimization = 17893376 Done. Finished. Press 0 or q to exit. issues so far: 1. uup-converter: resetbase is missing in log if ResetBase=2 and LCUmsuExpand=0 for 26340.9482 updates set
ResetBase is actually executed as expected (right after LCU) Code: === Adding LCU 09482-Windows11.0-KB5124114-x64.msu Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26100.6 Processing 1 of 1 - [==========================100.0%==========================] [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.28000.2804 Image Version: 10.0.26340.9482 [==========================100.0%==========================] The operation completed successfully. uup-converter suppress the second cleanup command output, in W10UI it shows both Thank you for all tests