so, any plans to allow EP for winre.wim? I know we should wait for the newer MSFT 25H2 ISO to double check I guess integration order for all install.wim, boot.wim and winre.wim should start from SSU->EP, then everything else and the other question is what to do with EP and LTSC (client and server 26100 build), maybe make it optionable?
No, i will not add it to winre.wim unless someone proves it has any effect or enable a feature for recovery you mean create an option to skip adding it for LTSC?
well, if it's an easy "fix", maybe you could take a look at this later and tell me what I can change in the W10UI script? I just want to keep it the inconsistent MSFT way yeah, skip or add option at this point I have no idea if WU will offer that EP for LTSC server and client 26100 builds EP itself is compatible, but for unknown reasons
Code: if exist "!mumtarget!\Windows\Servicing\Packages\*WinPE-LanguagePack*.mum" if %verb%==1 findstr /i /m "WinPE" "%dest%\update.mum" %_Nul3% && set epkb=1 remove the %verb% check Code: if exist "!mumtarget!\Windows\Servicing\Packages\*WinPE-LanguagePack*.mum" findstr /i /m "WinPE" "%dest%\update.mum" %_Nul3% && set epkb=1 for uup-converter, it's more complicated to fix --- they are going to release 26200.6584 ISOs (with old Dev EP) for public, they don't care anymore LTSC will not get 25H2
thank you, it works, but I'm getting inconsistent winre.wim corruption after the "Rebuilding %_wimfile%" stage, no idea why updates integration order is SSU -> SafeOS -> EP is there any easy way to stop forcing SafeOS update order? EP's KB number is lower than SafeOS one, but it still reversed right now
Why would update order affect rebuilding wim? safeos is always added first after SSU for winre.wim, regardless KB number you can move (Cut/Paste) this part: Code: if defined ldr ( set callclean=1 %_dism2%:"!_cabdir!" %dismtarget% /LogPath:"%_dLog%\DismUpdt.log" /Add-Package %ldr% call :dNUL !errorlevel! ) above this part: Code: if defined safeos ( set callclean=1 %_dism2%:"!_cabdir!" %dismtarget% /LogPath:"%_dLog%\DismWinPE.log" /Add-Package %safeos% call :dNUL !errorlevel! )
thank you, retested this quickly 5 times in a row, now it looks fine (before this change it was failing a lot, but not always) Spoiler: W10UI v10.55 Code: ============================================================ Running W10UI v10.55 ============================================================ ============================================================ Configured Options... ============================================================ Net35 LCUmsuExpand 2 Cleanup ResetBase UseWimlib WimCreateTime WinRE ============================================================ Extracting dpx.dll file... ============================================================ ============================================================ Extracting .cab files from .msu files... ============================================================ 1/2: windows11.0-kb5043080-x64_LCU_1742.1.10.msu [Combined UUP] 2/2: windows11.0-kb5065789-x64_LCU_6718.1.21.msu [Combined UUP] ============================================================ Extracting files from update containers (cab/wim)... *** This will require some disk space, please be patient *** ============================================================ 1/6: windows11.0-kb5054156-x64_EP.25H2_6717.1.4.cab [Enablement] 2/6: windows11.0-kb5066613-x64-ndp481.25H2_9319.1.cab [NetFx] 3/6: windows11.0-kb5066683-x64_DU.Sources_6713.cab [Setup DU] 4/6: windows11.0-kb5066687-x64_DU.SafeOS_6713.1.3.cab [SafeOS DU] 5/6: Windows11.0-KB5043113-x64_inout.cab [SSU] 6/6: Windows11.0-KB5067437-x64_inout.cab [SSU] ============================================================ Mounting winre.wim - index 1/1 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Mounting image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.26100.1 Processing 1 of 1 - Adding package Package_for_ServicingStack_6717~31bf3856ad364e35~amd64~~26100.6717.1.1 [==========================100.0%==========================] The changes due to package Package_for_ServicingStack_6717 requires the current servicing session to be reloaded. All the packages will be processed again. The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.26100.1 Processing 1 of 1 - Adding package Package_for_KB5054156~31bf3856ad364e35~amd64~~26100.6717.1.4 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.26100.1 Processing 1 of 1 - Adding package Package_for_SafeOSDU~31bf3856ad364e35~amd64~~26100.6713.1.3 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.26100.6713 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.26100.6713 [===========================70.0%======== ] The operation completed successfully. ============================================================ Unmounting winre.wim - index 1/1 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image File : H:\W10UI_10.55\winre.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Rebuilding winre.wim ... ============================================================ [WARNING] "winre.wim" does not contain integrity information. Skipping integrity check. "winre.wim" original size: 625882 KiB Using LZX compression with 6 threads Archiving file data: 1518 MiB of 1518 MiB (100%) done Calculating integrity table for WIM: 595 MiB of 595 MiB (100%) done "winre.wim" optimized size: 610048 KiB Space saved: 15833 KiB Verifying integrity of "H:\W10UI_10.55\winre.wim": 595 MiB of 595 MiB (100%) done Verifying metadata for image 1 of 1 Verifying file data: 1518 MiB of 1518 MiB (100%) done "winre.wim" was successfully verified. ============================================================ Modifying winre.wim image creation time ... ============================================================ ============================================================ Removing temporary extracted files... ============================================================ ============================================================ Finished ============================================================ Press 9 or q to exit. still don't know if it could be related at all, but so far everything is ok
Spoiler: W10UI v10.55 Code: ============================================================ Running W10UI v10.55 ============================================================ ============================================================ Configured Options... ============================================================ Net35 LCUmsuExpand 2 Cleanup ResetBase UseWimlib WimCreateTime WinRE ISO ============================================================ Copying DVD Drive contents to work directory... ============================================================ ============================================================ Extracting dpx.dll file... ============================================================ ============================================================ Extracting .cab files from .msu files... ============================================================ 1/2: windows11.0-kb5043080-x64_LCU_1742.1.10.msu [Combined UUP] 2/2: windows11.0-kb5065789-x64_LCU_6718.1.21.msu [Combined UUP] ============================================================ Extracting files from update containers (cab/wim)... *** This will require some disk space, please be patient *** ============================================================ 1/6: windows11.0-kb5054156-x64_EP.25H2_6717.1.4.cab [Enablement] 2/6: windows11.0-kb5066613-x64-ndp481.25H2_9319.1.cab [NetFx] 3/6: windows11.0-kb5066683-x64_DU.Sources_6713.cab [Setup DU] 4/6: windows11.0-kb5066687-x64_DU.SafeOS_6713.1.3.cab [SafeOS DU] 5/6: Windows11.0-KB5043113-x64_inout.cab [SSU] 6/6: Windows11.0-KB5067437-x64_inout.cab [SSU] ============================================================ Mounting sources\install.wim - index 1/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Checking Updates... ============================================================ ============================================================ Installing servicing stack update... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.26100.1742 Processing 1 of 1 - Adding package Package_for_ServicingStack_6717~31bf3856ad364e35~amd64~~26100.6717.1.1 [==========================100.0%==========================] The changes due to package Package_for_ServicingStack_6717 requires the current servicing session to be reloaded. All the packages will be processed again. The operation completed successfully. ============================================================ Installing updates... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.26100.1742 Processing 1 of 2 - Adding package Package_for_KB5054156~31bf3856ad364e35~amd64~~26100.6717.1.4 [==========================100.0%==========================] Processing 2 of 2 - Adding package Package_for_DotNetRollup_481~31bf3856ad364e35~amd64~~10.0.9319.1 [==========================100.0%==========================] The operation completed successfully. 01742-windows11.0-kb5043080-x64_LCU_1742.1.10.msu Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.26100.1742 Processing 1 of 1 - The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.26100.1742 [===========================97.2%======================== ] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.26100.1742 [===========================70.0%======== ] The operation completed successfully. 06718-windows11.0-kb5065789-x64_LCU_6718.1.21.msu Deployment Image Servicing and Management tool Version: 10.0.26100.5074 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.26100.5074 Image Version: 10.0.26200.6718 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.26200.6718 [==========================100.0%==========================] The operation completed successfully. ============================================================ Adding .NET Framework 3.5 feature... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.26200.6718 Enabling feature(s) [==========================100.0%==========================] The operation completed successfully. ============================================================ Reinstalling cumulative update(s)... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.26200.6718 Processing 1 of 1 - Adding package Package_for_DotNetRollup_481~31bf3856ad364e35~amd64~~10.0.9319.1 [==========================100.0%==========================] The operation completed successfully. 01742-windows11.0-kb5043080-x64_LCU_1742.1.10.msu Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.26200.6718 Processing 1 of 1 - [==========================100.0%==========================] [==========================100.0%==========================] The operation completed successfully. 06718-windows11.0-kb5065789-x64_LCU_6718.1.21.msu Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.26200.6718 Processing 1 of 1 - The operation completed successfully. ============================================================ Updating winre.wim ... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Mounting image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.26100.1 Processing 1 of 1 - Adding package Package_for_ServicingStack_6717~31bf3856ad364e35~amd64~~26100.6717.1.1 [==========================100.0%==========================] The changes due to package Package_for_ServicingStack_6717 requires the current servicing session to be reloaded. All the packages will be processed again. The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.26100.1 Processing 1 of 1 - Adding package Package_for_KB5054156~31bf3856ad364e35~amd64~~26100.6717.1.4 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.26100.1 Processing 1 of 1 - Adding package Package_for_SafeOSDU~31bf3856ad364e35~amd64~~26100.6713.1.3 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.26100.6713 [===========================71.8%========= ] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.26100.6713 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image File : H:\W10UI_10.55\winre.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. [WARNING] "winre.wim" does not contain integrity information. Skipping integrity check. "winre.wim" original size: 626202 KiB Using LZX compression with 6 threads Archiving file data: 1520 MiB of 1520 MiB (100%) done Calculating integrity table for WIM: 595 MiB of 595 MiB (100%) done "winre.wim" optimized size: 610200 KiB Space saved: 16002 KiB Verifying integrity of "H:\W10UI_10.55\winre.wim": 595 MiB of 595 MiB (100%) done Verifying metadata for image 1 of 1 Verifying file data: 1520 MiB of 1520 MiB (100%) done "winre.wim" was successfully verified. ============================================================ Adding updated winre.wim ... ============================================================ Скопировано файлов: 1. ============================================================ Unmounting sources\install.wim - index 1/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image File : H:\W10UI_10.55\DVD10UI\sources\install.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Mounting sources\install.wim - index 2/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Checking Updates... ============================================================ ============================================================ Installing servicing stack update... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.26100.1742 Processing 1 of 1 - Adding package Package_for_ServicingStack_6717~31bf3856ad364e35~amd64~~26100.6717.1.1 [==========================100.0%==========================] The changes due to package Package_for_ServicingStack_6717 requires the current servicing session to be reloaded. All the packages will be processed again. The operation completed successfully. ============================================================ Installing updates... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.26100.1742 Processing 1 of 2 - Adding package Package_for_KB5054156~31bf3856ad364e35~amd64~~26100.6717.1.4 [==========================100.0%==========================] Processing 2 of 2 - Adding package Package_for_DotNetRollup_481~31bf3856ad364e35~amd64~~10.0.9319.1 [==========================100.0%==========================] The operation completed successfully. 01742-windows11.0-kb5043080-x64_LCU_1742.1.10.msu Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.26100.1742 Processing 1 of 1 - The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.26100.1742 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.26100.1742 [===========================87.6%================== ] The operation completed successfully. 06718-windows11.0-kb5065789-x64_LCU_6718.1.21.msu Deployment Image Servicing and Management tool Version: 10.0.26100.5074 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.26100.5074 Image Version: 10.0.26200.6718 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.26200.6718 [==========================100.0%==========================] The operation completed successfully. ============================================================ Adding .NET Framework 3.5 feature... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.26200.6718 Enabling feature(s) [==========================100.0%==========================] The operation completed successfully. ============================================================ Reinstalling cumulative update(s)... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.26200.6718 Processing 1 of 1 - Adding package Package_for_DotNetRollup_481~31bf3856ad364e35~amd64~~10.0.9319.1 [==========================100.0%==========================] The operation completed successfully. 01742-windows11.0-kb5043080-x64_LCU_1742.1.10.msu Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.26200.6718 Processing 1 of 1 - [==========================100.0%==========================] [==========================100.0%==========================] The operation completed successfully. 06718-windows11.0-kb5065789-x64_LCU_6718.1.21.msu Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.26200.6718 Processing 1 of 1 - The operation completed successfully. ============================================================ Adding updated winre.wim ... ============================================================ Скопировано файлов: 1. ============================================================ Unmounting sources\install.wim - index 2/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image File : H:\W10UI_10.55\DVD10UI\sources\install.wim Image Index : 2 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Rebuilding sources\install.wim ... ============================================================ [WARNING] "sources\install.wim" does not contain integrity information. Skipping integrity check. "sources\install.wim" original size: 8383702 KiB Using LZX compression with 6 threads Archiving file data: 12 GiB of 12 GiB (100%) done Calculating integrity table for WIM: 5974 MiB of 5974 MiB (100%) done "sources\install.wim" optimized size: 6117426 KiB Space saved: 2266275 KiB Verifying integrity of "H:\W10UI_10.55\DVD10UI\sources\install.wim": 5974 MiB of 5974 MiB (100%) done Verifying metadata for image 1 of 2 Verifying metadata for image 2 of 2 Verifying file data: 12 GiB of 12 GiB (100%) done "sources\install.wim" was successfully verified. ============================================================ Modifying install.wim image creation time ... ============================================================ ============================================================ Mounting sources\boot.wim - index 1/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Checking Updates... ============================================================ ============================================================ Installing servicing stack update... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.26100.1 Processing 1 of 1 - Adding package Package_for_ServicingStack_6717~31bf3856ad364e35~amd64~~26100.6717.1.1 [==========================100.0%==========================] The changes due to package Package_for_ServicingStack_6717 requires the current servicing session to be reloaded. All the packages will be processed again. The operation completed successfully. ============================================================ Installing updates... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.26100.1 Processing 1 of 1 - Adding package Package_for_KB5054156~31bf3856ad364e35~amd64~~26100.6717.1.4 [==========================100.0%==========================] The operation completed successfully. 01742-windows11.0-kb5043080-x64_LCU_1742.1.10.msu Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.26100.1 Processing 1 of 1 - [==========================100.0%==========================] [==========================100.0%==========================] The operation completed successfully. 06718-windows11.0-kb5065789-x64_LCU_6718.1.21.msu Deployment Image Servicing and Management tool Version: 10.0.26100.5074 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.26100.5074 Image Version: 10.0.26100.6718 [===========================72.7%========== ] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.26100.6718 [===========================71.3%========= ] The operation completed successfully. ============================================================ Unmounting sources\boot.wim - index 1/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image File : H:\W10UI_10.55\DVD10UI\sources\boot.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Mounting sources\boot.wim - index 2/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Checking Updates... ============================================================ ============================================================ Installing servicing stack update... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.26100.1 Processing 1 of 1 - Adding package Package_for_ServicingStack_6717~31bf3856ad364e35~amd64~~26100.6717.1.1 [==========================100.0%==========================] The changes due to package Package_for_ServicingStack_6717 requires the current servicing session to be reloaded. All the packages will be processed again. The operation completed successfully. ============================================================ Installing updates... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.26100.1 Processing 1 of 1 - Adding package Package_for_KB5054156~31bf3856ad364e35~amd64~~26100.6717.1.4 [==========================100.0%==========================] The operation completed successfully. 01742-windows11.0-kb5043080-x64_LCU_1742.1.10.msu Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.26100.1 Processing 1 of 1 - [==========================100.0%==========================] [==========================100.0%==========================] The operation completed successfully. 06718-windows11.0-kb5065789-x64_LCU_6718.1.21.msu Deployment Image Servicing and Management tool Version: 10.0.26100.5074 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.26100.5074 Image Version: 10.0.26100.6718 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.26100.6718 [==========================100.0%==========================] The operation completed successfully. ============================================================ Unmounting sources\boot.wim - index 2/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image File : H:\W10UI_10.55\DVD10UI\sources\boot.wim Image Index : 2 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Rebuilding sources\boot.wim ... ============================================================ [WARNING] "sources\boot.wim" does not contain integrity information. Skipping integrity check. "sources\boot.wim" original size: 1047688 KiB Using LZX compression with 6 threads Archiving file data: 1576 MiB of 1576 MiB (100%) done Calculating integrity table for WIM: 659 MiB of 659 MiB (100%) done "sources\boot.wim" optimized size: 675323 KiB Space saved: 372365 KiB Verifying integrity of "H:\W10UI_10.55\DVD10UI\sources\boot.wim": 659 MiB of 659 MiB (100%) done Verifying metadata for image 1 of 2 Verifying metadata for image 2 of 2 Verifying file data: 1576 MiB of 1576 MiB (100%) done "sources\boot.wim" was successfully verified. ============================================================ Adding setup dynamic update(s)... ============================================================ windows11.0-kb5066683-x64_DU.Sources_6713.cab ============================================================ Removing temporary extracted files... ============================================================ ============================================================ Creating updated ISO file... ============================================================ ISO Location: "H:\W10UI_10.55" 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 7159513088 bytes (before optimization) Writing 1053 files in 98 directories to 26200.6718.250915-1549.25H2_GE_RELEASE_SVC_PROD3_CLIENT_X64FRE_RU-RU.iso 100% complete Storage optimization saved 65 files, 15425536 bytes (1% of image) After optimization, image file is 7146551296 bytes Space saved because of embedding, sparseness or optimization = 15425536 Done. ============================================================ Finished ============================================================ Press 9 or q to exit. full log looks fine too there are two editions: Pro and Enterprise LTSC as I can see the EP was successfully integrated everywhere, 25H2 NDP481 update was integrated fine too so the question is if it's okay to integrate EP into Enterprise LTSC I understand it shouldn't get it, but who knows these days
esd-decrypter v66 - Updated ISO label for 25H2 and 24H2 ESDs. - Updated DVD label for Win11 22H2 and later.