Windows 10 Hotfix Repository

Discussion in 'Windows 10' started by Tito, Oct 1, 2014.

  1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,668
    103,485
    450
    Probably for a reason? :)
     
  2. tavrez

    tavrez MDL Addicted

    Sep 28, 2015
    512
    345
    30
    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.
     
  3. mOBSCENE

    mOBSCENE MDL Junior Member

    Feb 9, 2010
    68
    39
    0
    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!
     
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,668
    103,485
    450
    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.
     
  5. mOBSCENE

    mOBSCENE MDL Junior Member

    Feb 9, 2010
    68
    39
    0
    Ah, right. Thanks for clearing that up! Now I just need to make sure I never accidentally perform a resetbase again ;)
     
  6. rentay

    rentay MDL Junior Member

    Dec 30, 2013
    88
    17
    0
    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?
     
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,668
    103,485
    450
  8. rentay

    rentay MDL Junior Member

    Dec 30, 2013
    88
    17
    0
    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! :p
     
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,668
    103,485
    450
    CU = Cumulative = containing all previous CU fixes :)
     
  10. rentay

    rentay MDL Junior Member

    Dec 30, 2013
    88
    17
    0
  11. oceansalt

    oceansalt MDL Novice

    Mar 26, 2017
    43
    36
    0
    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.
     
  12. armond

    armond MDL Addicted

    Jun 16, 2008
    737
    240
    30
    May I ask why not add Intel Microcode updates as well?
    Believe they can be useful. Thanks.
     
  13. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,397
    2,381
    60
    #8214 drew84, Jun 13, 2019
    Last edited: Jun 13, 2019
    .. never requested before, EDIT: 1903, 1809 added
     
  14. ch100

    ch100 MDL Addicted

    Sep 11, 2016
    841
    704
    30

    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"
     
  15. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,206
    90,780
    340
    @ch100

    dism accept .cab / .esd / .mum or path to extracted folder that contain update.mum

    for offline integration, it accept .msu file as well
     
  16. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,206
    90,780
    340
    W10UI v6.6

    Hopefully this will fix the issue with 18362 LCU
     
  17. armond

    armond MDL Addicted

    Jun 16, 2008
    737
    240
    30
    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!
     
  18. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,206
    90,780
    340
  19. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,668
    103,485
    450
    Why are people so addicted to /resetbase? It breaks stuff...