Windows 10 Hotfix Repository

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

  1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,620
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. tistou77

    tistou77 MDL Expert

    Mar 22, 2008
    1,659
    550
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,620
    450
    I am talking about manual dism usage, the msu is not handled correctly:
    Code:
    Microsoft Windows [Version 10.0.19042.844]
    (c) 2020 Microsoft Corporation. All rights reserved.
    
    C:\Windows\system32>Dism /mount-wim /wimfile:d:\W10UI\19041_Work_Test\sources\install.wim /index:1 /mountdir:c:\mount
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\Windows\system32>
    C:\Windows\system32>DISM /Image:"c:\Mount" /Add-Package /PackagePath:d:\W10UI\19041.1_Updates_x64_Test\windows10.0-kb4601382-x64_87d4ba1dac3ea12aee681b660c505607ae9b01f3.msu
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - d:\W10UI\19041.1_Updates_x64_Test\windows10.0-kb4601382-x64_87d4ba1dac3ea12aee681b660c505607ae9b01f3.msu: An error occurred applying the Unattend.xml file from the .msu package.
    For more information, review the log file.
     Error: 0x800f0823
    
    Error: 0x800f0823
    
    DISM failed. No operation was performed.
    For more information, review the log file.
    
    The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
    
    C:\Windows\system32>
    
    Tools will probably first extract the combined cab and split them in two usable cabs (or apply it by using the update.mum), like W10UI_9.5 does.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Gladwin

    Gladwin MDL Member

    Dec 20, 2012
    213
    97
    10
    Thanks for it ... maybe i mixing it .
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. tistou77

    tistou77 MDL Expert

    Mar 22, 2008
    1,659
    550
    60
    And so with the latest CUs, no need to integrate SSU updates anymore :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,620
    450
    MSFT being the culprit for naming the combined ssu "ssu-19041.841-x64.cab" looks like "KB4598481" which actually is the jan. 21. 2021 released ssu version.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,424
    340
    You cannot

    either perform dism cleanup, then integrate kb4562830

    or integrate kb4562830 and install the image in Audit mode + run dism cleanup + sysprep + capture new install.wim

    UUP do not have combined CU (not yet anyway)
     
  8. usro

    usro MDL Novice

    May 5, 2018
    10
    11
    0
    What if you added the January SSU first (KB4598481) before adding combo KB4601382.
     
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,620
    450
    Then it probably would work, considering the old 19041.504 SSU or higher is required for the LCU to be able to integrate/install.

    Will test it asap:)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. usro

    usro MDL Novice

    May 5, 2018
    10
    11
    0
    Since CR-edge on EP-20H2 (KB4562830) will cause pending state, it is not possible to perform cleanup unless doing it in audit mode and then capturing it as a new image.

    The easiest way is to add all updates that don't cause a pending state first (eg SSU, Flash/Flash Eraser, NF 48, LCU) > Perform cleanup > Add all updates which will cause a pending state (eg NF 3.5, EP-20H2) > Next, If you add/enable NF 3.5 feature, you need to re-add NF 4.8 and LCU. So when you check for updates, WU will no longer offer to download and reinstall NF 4.8 and LCU.
     
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,620
    450
    That would be the same as "use W10UI_9.5";):D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. donmiller

    donmiller MDL Addicted

    Jun 4, 2016
    518
    323
    30
    I installed the 841 SSU and 844 LCU separatedly and was able to roll-back from 844 to 804. The 841 SSU remained installed. Since SSUs are generally uninstallable, will we be able to roll-back LCUs if they are enmeshed with SSUs?
     
  13. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,424
    340
    LCU KB4601382 and SSU KB5000911 are still normal independent updates
    they can be installed together or separately, or uninstalled separately

    they just packed them together into unified cab, mainly for WSUS deployment, because WU already use UUP

    SSUs are permanent
    but because they changed CBS name to Package_for_ServicingStack,
    when you install the next SSU 19041.860 (KB????), SSU 19041.841 (KB5000911) can be uninstalled
     
  14. strotee

    strotee MDL Member

    Jan 30, 2011
    120
    124
    10
    Does this apply to 1809 / LTSC as well (or just 2004 / 20H1+)?
     
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,620
    450
    #11995 Enthousiast, Feb 27, 2021
    Last edited: Feb 27, 2021
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. usro

    usro MDL Novice

    May 5, 2018
    10
    11
    0
    It seems unnecessary for offline use, in the end the January SSU (KB4598481) was no longer needed and became redundant after the combo update package was installed. It's more ideal to expand the combo msu to get the combo cab and then expand the combo cab to get the actual SSU and LCU packages before adding them into the install.wim as W10UI does.

    Yes for sure. Just use the W10UI for instant or use that package installation order, to add manually with dism or maybe in other tools like msmg toolkit, ntlite etc.
     
  17. Windows 10 User

    Windows 10 User MDL Expert

    Feb 2, 2017
    1,229
    74
    60
    So, do we still need the latest SSU when integrating the LCU? I thought the latter already included the former.
     
  18. nosirrahx

    nosirrahx MDL Addicted

    Nov 7, 2017
    873
    396
    30
    If you manually download a LCU and run it, no, that is a 2 in 1 process now.

    Things are a bit more complicated if you are integrating. Integrating you can use something like 7zip to extract the CU and SSU cab files and integrate like usual.
     
  19. Windows 10 User

    Windows 10 User MDL Expert

    Feb 2, 2017
    1,229
    74
    60
    I'm talking about integrating. Do we need both or only the LCU now?
     
  20. nosirrahx

    nosirrahx MDL Addicted

    Nov 7, 2017
    873
    396
    30
    I think some have mentioned that attempting to DISM the new 2 in 1 CU fails. I used 7Zip to pull the CU and SSU cab files out of the msu and I could integrate them separately without issue.