[DISCUSSION] UUP dump - download Windows 10/11 UUPs with ease

Discussion in 'MDL Projects and Applications' started by whatever127, Sep 2, 2017.

  1. xscorpionx

    xscorpionx MDL Novice

    Feb 11, 2017
    19
    3
    0
    #5821 xscorpionx, Mar 6, 2025
    Last edited: Mar 6, 2025
    Hello,
    I tried to download ISO 26100 24H2 from UUPdump, but while creating the same I got error as attached screenshot, I had this kind of error also with previous build (both RETAIL), what can I do to create such ISO correctly and without errors?

    Today's ISO: 26100.3323.250220-1537.GE_RELEASE_SVC_PROD3_CLIENTMULTI_X64FRE_IT-IT.ISO
    Previous ISO: Windows 11, version 24H2 (26100.3194) amd64

    Both of ITA's languages..

    EDIT: Tried now too, errors from log:

    2025-03-06 05:32:10, Error CBS Permanent package 'WinPE-Rejuv-Package~31bf3856ad364e35~amd64~~10.0.26100.1' cannot be uninstalled. CurrentState Installed HighestState Absent [HRESULT = 0x800f0825 - CBS_E_CANNOT_REMOVE]
    2025-03-06 05:32:10, Error DISM DISM Package Manager: PID=8464 TID=904 Failed initiating changes - CDISMPackage::Internal_ChangePackageState(hr:0x800f0825)
    2025-03-06 05:32:10, Error DISM DISM Package Manager: PID=8464 TID=904 Failed to Remove the Package. - CDISMPackage::RemoveEx(hr:0x800f0825)
    2025-03-06 05:32:10, Error DISM DISM Package Manager: PID=8464 TID=904 Permanent package cannot be uninstalled. - GetCbsErrorMsg
    2025-03-06 05:32:10, Error DISM DISM Package Manager: PID=8464 TID=904 Failed while processing command remove-package. - CPackageManagerCLIHandler::ExecuteCmdLine(hr:0x800f0825)

    Also with this errors, the ISO works without any problems or conflict??
     

    Attached Files:

  2. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,393
    92,046
    340
    @xscorpionx

    It's harmless error that i forgot to suppress or add a check to skip the operation when "LCUmsuExpand" is enabled
    will be fixed soon
     
  3. Stimpy88

    Stimpy88 MDL Senior Member

    Mar 24, 2011
    380
    214
    10
    I just got it too. Thanks for confirming that it's harmless.
     
  4. DuskGolem

    DuskGolem MDL Member

    Jan 9, 2019
    103
    31
    10
    I also got this error but I had "LCUmsuExpand = 0" in "ConvertConfig.ini" file (I did not change any value in this file except for setting UpdtBootFiles to 1). As the error is harmless, all is good.

    I am still attaching the ISO creation log + the DISM log to this post for your reference, just in case.
     

    Attached Files:

  5. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    7,009
    8,193
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. DuskGolem

    DuskGolem MDL Member

    Jan 9, 2019
    103
    31
    10
  7. Almighty188

    Almighty188 MDL Novice

    Sep 6, 2021
    3
    0
    0
    I have a question. Since the Dev and Beta 24H2 channels have the same build, what is actually different when building the ISO from UUPDump to distinguish between Dev and Beta or are the ISOs going to be identical?
     
  8. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,964
    4,198
    60
    only the build number matters, if it's the same on both channels, then the builds are the same

    there is a special case where the build may have been updated several times with different AggregatedMetadata.cab, in which case each build should be checked manually, but usually only the metadata differs
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Almighty188

    Almighty188 MDL Novice

    Sep 6, 2021
    3
    0
    0
    Interesting but what about those people who install from a build but do not join any insiders channels, how does their system differentiate on if it will have Beta features or if it will have Dev features?
     
  10. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,964
    4,198
    60
    only Canary builds will be opted into the Canary channel by default
    builds from other channels will be in Retail after installation, so at this moment 26120 Beta and Dev builds are identical and both are on Retail after installation

    you should enroll into correct Insider channel in you want to get all the features and future updates
    the Retail channel is never supported on Insider builds, so the end result may vary
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    7,009
    8,193
    240
    When selecting the latest CloudPC (WNC) build, UUP Dump App complains that it cannot create an ISO because of known problems, while the UUPDump website happily proceeds. Is this only a display bug/leftover, @Paul Mercer?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,964
    4,198
    60
    #5832 Paul Mercer, Mar 19, 2025
    Last edited: Mar 19, 2025
    if you mean "Windows CPC OS" then it's because it was renamed from "Cloud PC"

    edit "\uupdump-x86\uup-dump\shared\utils.php", line 138 from
    Code:
    $isWNC = str_contains($updateTitle, 'Cloud PC');
    to
    Code:
    $isWNC = str_contains($updateTitle, 'Cloud PC') || str_contains($updateTitle, 'Windows CPC OS');
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    7,009
    8,193
    240
    Thank you, will do!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...