Windows 11 Hotfix Repository

Discussion in 'Windows 11' started by Tito, Jul 1, 2021.

Tags:
  1. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,209
    90,791
    340
    PSFX_MSU ReadMe:
    Code:
    ## Remarks
    
    - To install the created msu on live OS, you must use command line tool DISM.exe 
    you cannot install it normally by launching the msu itself directly
     
  2. SM03

    SM03 MDL Expert

    Dec 16, 2012
    1,522
    634
    60
    2022-08 SSU KB5017021 [22621.440.1.0]
    or
    2022-09 SSU KB5017233 [22621.378.1.0]

    which one is the latest & to keep while making an updated 22H2 22622 based ISO?
     
  3. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,209
    90,791
    340
    Why mixing? use each build updates as distributed (except .NET CU which works for all)
     
  4. SM03

    SM03 MDL Expert

    Dec 16, 2012
    1,522
    634
    60
    don't understand your statement, not mixing anything, both SSU KB are listed here under 2262x post
    so just wanna know which one is the latest or more importantly, should be used for 22622 ISO

    I just made the 22622.607 UUPD W11 Pro ISO & KB5011048 is not there natively
    although KB5017026 is present.

    Am I missing something here?
     
  5. steven4554

    steven4554 MDL Expert

    Jul 12, 2009
    1,502
    2,814
    60
    Use the first SSU you listed in your question: 2022-08 SSU KB5017021 [22621.440.1.0].

    KB5011048 is for Windows 10 v21H1 or above, but is not needed for both 22621/2 or Dev channel build as .NET Framework 4.8.1 is already built-in to those versions of Windows 11. So you just need the latest CU for .NETFX 4.8.1.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. d5aqoëp

    d5aqoëp MDL Addicted

    Jan 19, 2017
    826
    614
    30
    Updated to 22622.607 using PSFX_MSU generated msu update file.

    Flawless !!
     
  7. cengizhan

    cengizhan MDL Senior Member

    Jul 29, 2009
    478
    154
    10
    i have stuck on 22621.590. newer PSFX_MSU generated msu update file fails to install with dism. anyone knows a fix other than upgrade/reinstall? also sfc /scannow and dism /online /Cleanup-Image /scanhealth founds no problem
     
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,679
    103,522
    450
    Did you try W10UI?
     
  9. d5aqoëp

    d5aqoëp MDL Addicted

    Jan 19, 2017
    826
    614
    30
    #969 d5aqoëp, Sep 23, 2022
    Last edited: Sep 27, 2022
    If it fails, you have a super corrupt install which can only be fixed with a fresh windows installation.
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,679
    103,522
    450
    Isn't this just a GUI tool that uses the system native dism to install the update?
     
  11. d5aqoëp

    d5aqoëp MDL Addicted

    Jan 19, 2017
    826
    614
    30
    ^^ Yes. Extremely simple to use and I have been using it for a long time. (Since 2016-17)
     
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,679
    103,522
    450
    Then how would this solve the problem he has with his native system dism?
     
  13. NICK@NUMBER11

    NICK@NUMBER11 MDL Expert

    Mar 23, 2010
    1,515
    719
    60
    SAME HERE TOO
    Updated to 22622.607 using PSFX_MSU generated msu update file.
    Flawless ! :)
     
  14. cengizhan

    cengizhan MDL Senior Member

    Jul 29, 2009
    478
    154
    10
    is this different than PSFX_MSU? i think they are using same method to install the update.
     
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,679
    103,522
    450
    If it doesn't work it's the error message which can help solve this for those who encounter errors when using DISM /Online /Add-Package /PackagePath:......

    Given the only messages are: it doesn't work...

    The .521 LCU installed fine on my clean installed 22621.382 from MVS, by WU.
    The .607 LCU (MSU made by UUP>ISO) installed fine on my 22622.598 long time 22H2 running second system, using W10UI.
     
  16. cengizhan

    cengizhan MDL Senior Member

    Jul 29, 2009
    478
    154
    10
    here is the dism log. i was at work. so i needed to get to home for the log
    Code:
    2022-09-23 18:13:59, Error                 DISM   DISM Package Manager: PID=13308 TID=9508 Installation failed. - CDISMPackageManager::ProcessWithUpdateAgent(hr:0x800f0982)
    2022-09-23 18:13:59, Error                 DISM   DISM Package Manager: PID=13308 TID=9508 Failed to install UUP package. - CMsuPackage::DoInstall(hr:0x800f0982)
    2022-09-23 18:13:59, Error                 DISM   DISM Package Manager: PID=13308 TID=9508 Failed to execute the install in expanded MSU folder E:\tmp\8EA3FFC5-8ED0-4148-B0ED-51C4705862D1. - CMsuPackage::ProcessMsu(hr:0x800f0982)
    2022-09-23 18:13:59, Error                 DISM   DISM Package Manager: PID=13308 TID=9508 Failed to apply the MSU unattend file to the image. - CMsuPackage::Install(hr:0x800f0982)
    2022-09-23 18:14:39, Error                 DISM   DISM Package Manager: PID=13308 TID=9508 Failed to cleanup the temporary folder: E:\tmp\8EA3FFC5-8ED0-4148-B0ED-51C4705862D1 - CMsuPackage::Install(hr:0x80070005)
    2022-09-23 18:14:42, Error                 DISM   DISM Package Manager: PID=13308 TID=9508 Failed while processing command add-package. - CPackageManagerCLIHandler::ExecuteCmdLine(hr:0x800f0982)
    2022-09-23 18:14:42, Error                 DISM   DISM.EXE: DISM Package Manager processed the command line but failed. HRESULT=800F0982
     
  17. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,209
    90,791
    340
    Either create 22621.607 with SSU-22621.378, or 22622.601 with SSU-22621.440
     
  18. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,209
    90,791
    340
  19. SM03

    SM03 MDL Expert

    Dec 16, 2012
    1,522
    634
    60
    Alright, thanks.