Windows 10 Hotfix Repository

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

  1. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,683
    1,929
    60
    #8201 KleineZiege, Jun 12, 2019
    Last edited: Jun 12, 2019
    can one please put the windows10.0-kb4503540-x64_DU_Sources.cab online.

    Edit: has done it found.
     
  2. mOBSCENE

    mOBSCENE MDL Junior Member

    Feb 9, 2010
    68
    39
    0
    Just performed some tests on my system, as I ran into the same issue when trying to update from .145 to .175 on an online system.

    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!

    Perhaps I missed something, but are we not allowed to use "/ResetBase" anymore? :confused:
     
  3. Krakatoa

    Krakatoa MDL Addicted

    Feb 22, 2011
    666
    1,084
    30
    I do not have problem.
    Code:
    F:\temp>DISM /mount-wim /wimfile:install.wim /index:1 /mountdir:mount
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18362.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    F:\temp>dism /Image:"mount" /Add-Package /PackagePath:"windows10.0-kb4498523-x64.cab"
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18362.1
    
    Image Version: 10.0.18362.30
    
    Processing 1 of 1 - Adding package Package_for_KB4498523~31bf3856ad364e35~amd64~~18362.144.1.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    F:\temp>dism /Image:"mount" /Add-Package /PackagePath:"Windows10.0-KB4497935-x64.cab"
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18362.1
    
    Image Version: 10.0.18362.30
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~18362.145.1.6
    [==========================100.0%==========================]
    The operation completed successfully.
    
    F:\temp>dism /Image:"mount" /Cleanup-Image /StartComponentCleanup /ResetBase
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18362.1
    
    Image Version: 10.0.18362.145
    
    [=====                      10.0%                          ]
    [==========================100.0%==========================]
    The operation completed successfully.
    
    F:\temp>dism /Image:"mount" /Add-Package /PackagePath:"Windows10.0-KB4503293-x64.cab"
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18362.1
    
    Image Version: 10.0.18362.145
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~18362.175.1.6
    [==========================100.0%==========================]
    The operation completed successfully.
    
    F:\temp>dism /Image:"mount" /Cleanup-Image /StartComponentCleanup /ResetBase
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18362.1
    
    Image Version: 10.0.18362.175
    
    [=====                      10.0%                          ]
    [==========================100.0%==========================]
    The operation completed successfully.
    
    F:\temp>DISM /unmount-wim /mountdir:mount /commit
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18362.1
    
    Image File : F:\temp\install.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    F:\temp>pause
    Press any key to continue . . .
     
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,256
    94,680
    450
    @Krakatoa did you enable resetbase in the registry first?

    If i understand correctly, he is using W10UI and it has a workaround for performing a full resetbase, when selected.
     
  5. Krakatoa

    Krakatoa MDL Addicted

    Feb 22, 2011
    666
    1,084
    30
    OK. I thought by error message (PSFX_E_INVALID_DELTA_COMBINATION) that he used DELTA compression (not deleting old files) and I use /ResetBase also on DELTA compression.
    With full resetbase (deleting files) I had problem sometime last year and I prefer not to use "full" resetbase.
     
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,256
    94,680
    450
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,197
    84,769
    340
    SSU + Flash + .NET old components still need Resetbase, regardless the few MBs :biggrin:
     
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,256
    94,680
    450
    What does that mean?
     
  9. tavrez

    tavrez MDL Senior Member

    Sep 28, 2015
    484
    315
    10
    Probably means without resetbase Flash(and rest) won't cleared:
    upload_2019-6-12_20-33-58.png
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,256
    94,680
    450
    Probably for a reason? :)
     
  11. tavrez

    tavrez MDL Senior Member

    Sep 28, 2015
    484
    315
    10
    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.
     
  12. 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!
     
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,256
    94,680
    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.
     
  14. 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 ;)
     
  15. 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?
     
  16. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,256
    94,680
    450
  17. 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
     
  18. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,256
    94,680
    450
    CU = Cumulative = containing all previous CU fixes :)