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

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

  1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,247
    94,634
    450
  2. leonben

    leonben MDL Novice

    Apr 26, 2019
    15
    0
    0
    #2622 leonben, May 25, 2019
    Last edited: May 25, 2019
    My three suggestions for changes / updates UUP dump.
    1. choosing edition, in the drop-down menu add a list of all editions, already in this place (enterprise, IoT...)
    2. summary of your selection -> additional updates -> add information about the required ADK (only deployment tools), already in this place
    3. summary of your selection -> Download using aria2 and covert with compressed/encrypted esd file instead standard wim file (as option)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,247
    94,634
    450
    + 1 :D
    UUP only offers Home (+N) and Pro (+N), all other editions are created from Pro (+N) by additional script, i have asked for a total online ini configuration a few days ago :)
    Click the "Learn more" at the updates information.
    Option exists, not implemented in the configurator.

    After downloading the zip and extracting it, you can change all in the ini files inside the files folder.
     
  4. leonben

    leonben MDL Novice

    Apr 26, 2019
    15
    0
    0
    Aaagh! Updates still not integrated.
    Log doesnt contains section
    Code:
    Updating install.wim
    (and text about
    Deployment Image Servicing and Management tool
    
    ADK installed but the script probably does not know about its existence.I will restart machine and try again by logging in.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,247
    94,634
    450
    #2625 Enthousiast, May 25, 2019
    Last edited: May 25, 2019
    Code:
     Learn more
    
    Updates will be integrated to the converted image only when the conversion script is run on the following systems:
    
        Windows 10
        Windows 8.1 with Windows 10 ADK installed
        Windows 7 with Windows 10 ADK installed
    
    If you run the conversion script on any other system, the updates will not be integrated to the resulting image.
    
    I saw you where using adk for 8?

    ps, win 7 with win 10 adk can be problematic.
     
  6. leonben

    leonben MDL Novice

    Apr 26, 2019
    15
    0
    0
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,345
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,194
    84,743
    340
    @leonben

    kb4505057 = Package_for_RollupFix

    the 3rd is dynamic update, it's manually extracted at the end (before create boot.wim)
    not necessary logged
     
  9. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,329
    7,046
    210
    Will it ever be possible to choose more than one language, but not all? Like, en-us + de-de, for example? Is the MS UUP system capable to combine languages this way?
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,247
    94,634
    450
    Probably only when @abbodi1406 his W10MUI is integrated in UUP, by @whatever127 (or something like it).
     
  11. maszd

    maszd MDL Novice

    Feb 3, 2019
    34
    10
    0
    #2631 maszd, May 28, 2019
    Last edited: May 28, 2019
    Hi,
    can we integrate .netframework 3.5 with this uup?
    i'm try add microsoft-windows-netfx3-ondemand-package~31bf3856ad364e35~amd64~~.cab on uup folder, but this not integrate on final iso.
    thanks.

    Edit. solved.
     
  12. zbigniew59

    zbigniew59 MDL Senior Member

    May 14, 2016
    374
    171
    10
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,247
    94,634
    450
  14. maszd

    maszd MDL Novice

    Feb 3, 2019
    34
    10
    0
  15. joluboga

    joluboga MDL Member

    Dec 4, 2011
    238
    114
    10
    What's the difference between these two releases of the same build?

    Windows 10 Insider Preview 10.0.18362.1 (19H1_RELEASE) amd64 - 8865774c-0cb0-4858-9400-947ffba71abf
    Windows 10 Insider Preview 18362.1 (19h1_release) amd64 - acd1319c-d8da-469a-a2a3-43ce5fa54d2e

    I'm trying to download the base build to update it with abbodi's tool, but I'm not sure which one of those two releases to download.
     
  16. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,345
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. joluboga

    joluboga MDL Member

    Dec 4, 2011
    238
    114
    10
    Thank you. All it’s clear now :)
     
  18. Windows 10 User

    Windows 10 User MDL Expert

    Feb 2, 2017
    1,908
    118
    60
    How can I only have the Enterprise x64 edition and on ESD instead of WIM?
     
  19. leonben

    leonben MDL Novice

    Apr 26, 2019
    15
    0
    0
    Only enterprise x64:
    uupdump.ml -> edition -> all editions -> next -> download using aria2, convert and create additional editions -> check only windows 10 enterprise

    ESD instead of WIM:
    edit ConvertConfig.ini file:
    Code:
    [convert-UUP]
    AutoStart    =1
    AddUpdates   =1
    ResetBase    =0
    NetFx3       =0
    StartVirtual =1
    wim2esd      =1
    SkipISO      =0
    SkipWinRE    =0
    ForceDism    =0
    RefESD       =0
    
    [create_virtual_editions]
    vAutoStart   =1
    vDeleteSource=1
    vPreserve    =0
    vwim2esd     =0
    vSkipISO     =0
    vAutoEditions=Enterprise
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...