I think it's because in 1903, only the CU packages is changed, but rest(SSU,.net,flash) are still using same structure as before, so like previous versions they still need resetbase to get cleaned up.
Since you wrote the W10UI script ;-) Do you have an idea what's causing the issue with error 0x800f0988, when using the script option 'Reset Base'? It must be something in the script, because Krakatoa could not reproduce it when manually stacking updates with resetbase. Steps for reproducing (on clean ISO): Base ISO 18362.1 -> W10UI update to .145 with Reset Image Base = YES -> mount .145 and integrate .175 offline -> error 0x800f0988 Base ISO 18362.1 -> W10UI update to .145 with Reset Image Base = NO -> mount .145 and integrate .175 offline -> update successful!
Krakatoa did a manual resetbase, when he didn't enable resetbase in the registry, he only actually performed a standard /startcomponentcleanup and not the resetbase. MSFT disabled resetbase for a reason, before it was that it broke resetpc, now it causes more problems, just use cleanup system image.
Ah, right. Thanks for clearing that up! Now I just need to make sure I never accidentally perform a resetbase again
When using W10UI to integrate updates on a clean 1809 LTSC iso, should I integrate all SSU's or just the latest + all CU? Does the latest SSU include all the fixes from previous?
You only need these updates for 1809: https://forums.mydigitallife.net/th...16-379-437-pc-rs5.77945/page-216#post-1490183
Thank you! I didn't realise they were on that page So when I do an update from clean 1809, I only need to integrate those updates listed in your post and prior SSU/CU are included in the latest? I've been updating my clean iso image with all the CU's... no wonder its been taking so long!
Awesome! Thank you for all your hard work Integrating with W10UI + Optimize-Offline certainly makes for one awesome LTSC!
About my the 0x800f0988 - PSFX_E_INVALID_DELTA_COMBINATION update issue: Again I restored to 18362.86 disk image. Then, run to Code: dism /online /add-package /PackagePath:"F:\Windows10.0-KB4503293-x64\update.mum" . Same the error. I ran WindowsUpdate itself from Settings. It downloaded and installed KB4495620 ("Cumulative Update for .NET Framework 3.5 and 4.8 for Windows 10, version 1903") before the LCU patch, then the LCD patch (KB4503293 - 18362.175) downloaded and installed successfully. I was suprised and learned that need to install released patchs before the Lastest Cumulative Patch. Of course, keep use Win10UI. am I do /ResetBase before? Maybe. Accoring to Registry, Code: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing LastResetBase_UTC : 2019/04/27/02:37:29 After 18362.86 patch installed, I think, I did /ResetBase with Win10UI. Officially, /Resetbase already disabled in Registry. Code: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Configuration DisableResetbase 1 I think, I'll do manually /Resetbase again. I have a backup anyway.
I think this is wrong. Code: dism /online /add-package /PackagePath:"F:\Windows10.0-KB4503293-x64\update.mum" You need something like Code: dism /online /add-package /PackagePath:"F:\Windows10.0-KB4503293-x64\update.cab"
@ch100 dism accept .cab / .esd / .mum or path to extracted folder that contain update.mum for offline integration, it accept .msu file as well
Oh no. Thank you. Having error installing latest 1903 LCUs this month on 2 laptops. So it seams there's no way to fix those already effected systems, ever than creating a new updated 1903 ISO without using cleanup/resetbase switchs and doing an upgrade again? Then doing dism /online /Cleanup-Image /StartComponentCleanup /ResetBase Or maybe even this cause some problems later!
You could try to re-add current CU with dism or check this method to restore RTM files (it's pretty hard and manual) https://forums.mydigitallife.net/posts/1327778/