Did you try to install it and run the /Scanhealth command online? W10UI does not touch "\Windows\WinSxS\Temp\InFlight"
Just yesterday I used W10UI to service an Education image with latest updates and drivers integrated, I myself am an Education user for years now (I've never been a fan of the Pro or Home edition), I tried to reproduce your problem but everything went well, even previous errors I encountered were immediately posted here and either ignored because they were harmless or later fixed mostly by @abbodi1406. I Hope you fix whatever issue you're having. Good luck
= when it comes to servicing. And there should be no errors shown when servicing at all, and never look for errors when none are shown .
Yes, I actually noticed the problem with the system up and running checking if things were ok. /checkHaealth indicated No component store corruption detected. I went back and mounted the install and updated wim files to see if they were ok. I also did another offline image enabling netfx3 and adding Fod lang files for DE without the July updates and that wim was clean. I have no idea what is missing during/after the July offline install. Where does \Windows\WinSxS\Temp\InFlight come into play? My Initiall install: Code: [W10UI-Configuration] Target =u:\$W1\$0_WUI\x64\2022_educ\*.wim Repo =u:\$W1\$0_WUI\x64\2022_educ\Repo-Dir DismRoot =dism.exe Net35 =1 Net35Source =u:\$W1\$0_WUI\x64\2022_educ\sources\sxs\ Cleanup =1 ResetBase =0 LCUwinre =0 WinRE =1 LCUmsuExpand =0 UpdtBootFiles =0 SkipEdge =1 SkipWebView =1 UseWimlib =0 WimCreateTime =0 _CabDir =d:\W10UItemp MountDir =d:\W10UImount WinreMount =d:\W10UImountre wim2esd =0 wim2swm =0 ISO =0 ISODir = Delete_Source =0 AutoStart =0 AddDrivers =0 Drv_Source =\Drivers Windows11.0-KB0000000-x64-Basic-de-de.cab 22282247 2023-06-17 19:48 Windows11.0-KB0000000-x64-Handwriting-de-de. 9697592 2023-06-17 19:50 Windows11.0-KB0000000-x64-OCR-de-de.cab 155420 2023-06-17 19:51 Windows11.0-KB0000000-x64-Speach-de-de.cab 58054700 2023-06-17 19:52 Windows11.0-KB0000000-x64-TextToSpeach-de-de 38851068 2023-06-17 19:53 windows11.0-kb5027397-x64_23H2_EnaP.cab 34584 2023-12-14 14:50 Windows11.0-KB5056580-x64-NDP481_CU-07.cab 75765470 2025-03-20 19:04 windows11.0-kb5062552-x64-LCU-07.msu 937372608 2025-07-09 13:35
Ok, it looks like setting SkipWebView =1 when doing an offline update causes the dism error 3. I redid the wim and left the default for SkipWebView which resolved the issue. I don't want to start all over again to get the system the way it is now. Is there a way to add the missing WebView files to fix the component store? Would reapplying the LCU with W10UI using SkipWebView = 0 possibly fix the issue? Code: c:\>dism /Mount-Wim /WimFile:U:\$W1\$0_WUI\x64\2022_educ\W11Edu+07.wim /index:1 /mountdir:d:\Offline Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Mounting image [==========================100.0%==========================] The operation completed successfully. c:\>Dism /Image:d:\offline /Cleanup-Image /ScanHealth Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.22631.5624 [==========================100.0%==========================] No component store corruption detected. The operation completed successfully.