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

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

  1. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,345
    60
    Remove checksum=sha-1 lines from generated aria2 script.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,186
    84,655
    340
    WIS "Feature update to Windows 10, version 1803 (17133.1)" seems down
    WIF "Windows 10 Insider Preview 17133.1 (rs4_release)" working

    Code:
    [ INFO ] STARTING QUERY FOR:
    
    ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
    
    [ RING ] wis
    [FLIGHT] active
    [ ARCH ] amd64
    
    ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
    
    [2018-04-05 14:28:44 UTC] UUP dump/fetchupd v2.5.0
    [2018-04-05 14:28:44 UTC] UUP dump API v1.11.1
    [2018-04-05 14:28:44 UTC] Fetching information from the server...
    [2018-04-05 14:29:01 UTC] Information has been successfully fetched.
    [2018-04-05 14:29:01 UTC] Checking build information...
    [2018-04-05 14:29:01 UTC] Successfully checked build information.
    [2018-04-05 14:29:01 UTC] --- UPDATE INFORMATION ---
    [2018-04-05 14:29:01 UTC] Title:        Windows 10 Insider Preview 17127.1 (rs4_release)
    [2018-04-05 14:29:01 UTC] Architecture: amd64
    [2018-04-05 14:29:01 UTC] Build number: 17127.1
    [2018-04-05 14:29:01 UTC] Update ID:    242452ed-6a6b-447d-b1fd-4ccf3fdeead5
    [2018-04-05 14:29:01 UTC] --- UPDATE INFORMATION ---
    [2018-04-05 14:29:01 UTC] WARNING: This build is NOT in the database. It will be saved now.
    
     
  4. dzaggiel

    dzaggiel MDL Junior Member

    Aug 12, 2012
    78
    13
    0
    Why missing Enterprise version ?
     
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,191
    94,422
    450
    UUP is only offering Home (+N) and Pro (+N) for quite a while now. Rest is virtual by license switch.
     
  6. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,728
    980
    180
    What do you mean virtual ?
     
  7. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    When you install Professional SKU of 1803 you actually install Enterprise (as shown in CompositionEditionID in registry) with the Group Policies for Professional enabled. Same applies for other SKUs as ProWork, ProEdu...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,728
    980
    180
    I don't understand the connection between Professional to Enterprise that you wrote.
     
  9. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. dzaggiel

    dzaggiel MDL Junior Member

    Aug 12, 2012
    78
    13
    0
    So i can activate Pro version with Enterprise key and my Windows will change to Enterprise?
     
  11. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Positive.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. tolanri

    tolanri MDL Novice

    Aug 9, 2012
    30
    12
    0
    #1734 tolanri, Apr 11, 2018
    Last edited: Apr 11, 2018
    If I want to apply UUP directly to a drive using
    Code:
    imagex /apply Professional_en-gb.esd 3 C: /ref *.*
    will imagex pick up all .cab files in the directory (using /ref *.*) like windows updates or netfx? Or do I have to apply them on top of it manually? If I have to apply them over it manually, can I do it with imagex /apply too, or using /dism /add-package /image?

    EDIT: To answer my own question - it doesn't apply updates or net framework and requires to run Dism /Add-Package /Image:H:\ /PackagePath:<path-to-cab> to add any additional packages such as netfx35 and windows updates.
     
  15. Atari800XL

    Atari800XL MDL Addicted

    Apr 3, 2011
    954
    1,673
    30
    Tolanri, I was going to answer, but I saw you answered yourself :)
    So, how do you like this direct UUP apply? It's a bit slower than wim apply, but I like it for previews (no converting necessary).

    Also: which version of imagex did you use? For me, only 15063 works without errors! (16299 and 17133 are faulty).
     
  16. tolanri

    tolanri MDL Novice

    Aug 9, 2012
    30
    12
    0
    #1736 tolanri, Apr 11, 2018
    Last edited: Apr 11, 2018
    Yes, I already used it a couple times using WinNTSetup which supports direct UUP apply as well. This time I wanted to try it manually. Applying UUP directly saves a lot of time compared to converting to ESD/ISO. Unfortunately if you need to apply updated image (like 1709 with cumulative updates) it's definitely faster to prepare updated .wim using for example abbodi's W10UI and apply that directly than rely on UUP.

    I don't exactly know which imagex version I used...I use Sergei Strelec WinRE image to do all maintenance tasks, like disk imaging before I reinstall etc. However whatever version is there, it is working. (sergei strelec WinRE is based on 16299.15)

    Btw: Direct UUP apply took me 53 seconds using Imagex, which was notably faster than using WinNTSetup, although you have to prepare the command, so in the end it will probably take same time. Still, very impressive, I prefer to apply windows images to using official Windows setup medium nowadays...
     
  17. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,345
    60
    UUP dump API 1.12.0 has been released.

    Changes:
    - Added support of saving multiple updates received from server

    You can download updated version using update.cmd in UUP dump MiniServer or using Update API function in UUPDL.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,345
    60
    When using UUPDL modified to fetch RP ring using build number 17133.73 you can see that new UUP dump API shows information about 2 builds.

    The first one from the list is automatically selected for compatibility reasons. If you want to get the second build from the list, you need to manually find that build in older builds list.

    Code:
    ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ [HEADER] QUERY WU FOR INFO
    ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
    
    [ INFO ] STARTING QUERY FOR:
    
    ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
    
    [ RING ] rp
    [FLIGHT] active
    [ ARCH ] amd64
    
    ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
    
    [2018-04-11 16:23:25 UTC] UUP dump/fetchupd v2.5.0
    [2018-04-11 16:23:25 UTC] UUP dump API v1.12.0
    [2018-04-11 16:23:25 UTC] Fetching information from the server...
    [2018-04-11 16:23:26 UTC] Information has been successfully fetched.
    [2018-04-11 16:23:26 UTC] Checking build information for update 1 of 2...
    [2018-04-11 16:23:26 UTC] Successfully checked build information.
    [2018-04-11 16:23:26 UTC] --- UPDATE INFORMATION ---
    [2018-04-11 16:23:26 UTC] Title:        Cumulative Update for Windows 10 Version 1803 (17133.73)
    [2018-04-11 16:23:26 UTC] Architecture: amd64
    [2018-04-11 16:23:26 UTC] Build number: 17133.73
    [2018-04-11 16:23:26 UTC] Update ID:    df19901e-0682-4ff7-ab9c-4a9eab6a82ca
    [2018-04-11 16:23:26 UTC] --- UPDATE INFORMATION ---
    [2018-04-11 16:23:26 UTC] This build already exists in the database.
    [2018-04-11 16:23:26 UTC] Parsing database info...
    [2018-04-11 16:23:26 UTC] Done parsing database info.
    [2018-04-11 16:23:26 UTC] Checking build information for update 2 of 2...
    [2018-04-11 16:23:26 UTC] Successfully checked build information.
    [2018-04-11 16:23:26 UTC] --- UPDATE INFORMATION ---
    [2018-04-11 16:23:26 UTC] Title:        Cumulative Update for Windows 10 Version Next (10.0.17133.73)
    [2018-04-11 16:23:26 UTC] Architecture: amd64
    [2018-04-11 16:23:26 UTC] Build number: 17133.73
    [2018-04-11 16:23:26 UTC] Update ID:    22524d26-20d4-4c51-9d1c-f0b1c85ad4ec
    [2018-04-11 16:23:26 UTC] --- UPDATE INFORMATION ---
    [2018-04-11 16:23:26 UTC] This build already exists in the database.
    [2018-04-11 16:23:26 UTC] Parsing database info...
    [2018-04-11 16:23:26 UTC] Done parsing database info.
    [2018-04-11 16:23:26 UTC] UUP dump/listid v2.5.0
    [2018-04-11 16:23:26 UTC] UUP dump API v1.12.0
    [2018-04-11 16:23:26 UTC] Parsing database info...
    [2018-04-11 16:23:26 UTC] Done parsing database info.
    
    
    ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
    
    [ USER ] [D]ownload Build, [N]ew Search or [B]ack ?:
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    When trying that the download doesn't start at all :thinking:.

    As if the links are not responding.

    22524d26-20d4-4c51-9d1c-f0b1c85ad4ec downloads fine
    df19901e-0682-4ff7-ab9c-4a9eab6a82ca just stays at 0%
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  20. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,345
    60
    df19901e-0682-4ff7-ab9c-4a9eab6a82ca uses a new domain for links (glb.intorigin-prod.dcat.dsp.mp.microsoft.com) that seems to not respond currently.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...