[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
    UUP dump API 1.10.0 has been released.

    Changes:
    - Added search of builds in local database

    UUP dump 3.7.0 has been released.

    Changes:
    - Added search ability to local database listing
    - Latest build query now uses build numbers from local database to provide build number option for user
    - Skip ahead option now can only be selected when WIF ring is selected
    - Language selection automatically skips edition selection if All languages option is selected

    You can download the updated version using update.cmd in UUP dump MiniServer or API update option in UUPDL.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. ananhaid

    ananhaid MDL Member

    Oct 16, 2017
    245
    221
    10
    uup-dump/uupdl repo not show up yet?
     
  3. efes34

    efes34 MDL Senior Member

    Nov 17, 2009
    344
    62
    10
    Press U button on CMD screen
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. sb1370

    sb1370 MDL Novice

    Aug 23, 2013
    22
    1
    0
    Is there any way to upgrade from downloaded UUP files directly?
    The conversion process doesn't treat HDD nicely.
     
  5. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    @Atari800XL had the switches for dism and wimlib-imagex, you can PM him.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. sb1370

    sb1370 MDL Novice

    Aug 23, 2013
    22
    1
    0
    It applies the image directly on the C drive. Am I right?
     
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,197
    84,752
    340
    Apply to C: after you boot in WinPE or another OS
    not to apply against current running OS
     
  8. atplsx

    atplsx MDL Addicted

    May 11, 2009
    526
    1,368
    30
    boot dvd on setup ? if it does not work.
    tested many time virtual machine build 17093
     
  9. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,197
    84,752
    340
    The boot doesn't work? or entering the Enterprise key?

    in that case, then switch after install
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,256
    94,660
    450
    All working dutch editions, install fine from single architecture iso:
    Code:
    [01] 2/11/2018 nl-NL x86 10.0.17093.1000 Win 10 Home x86 nl-NL (IP 17093 - MRP83) | Core
    [02] 2/11/2018 nl-NL x86 10.0.17093.1000 Win 10 Home N x86 nl-NL (IP 17093 - MRP83) | CoreN
    [03] 2/11/2018 nl-NL x86 10.0.17093.1000 Win 10 Professional x86 nl-NL (IP 17093 - MRP83) | Professional
    [04] 2/11/2018 nl-NL x86 10.0.17093.1000 Win 10 Professional N x86 nl-NL (IP 17093 - MRP83) | ProfessionalN
    [05] 2/11/2018 nl-NL x86 10.0.17093.1000 Win 10 Education x86 nl-NL (IP 17093 - MRP83) | Education
    [06] 2/11/2018 nl-NL x86 10.0.17093.1000 Win 10 Education N x86 nl-NL (IP 17093 - MRP83) | EducationN
    [07] 2/11/2018 nl-NL x86 10.0.17093.1000 Win 10 Pro-Education x86 nl-NL (IP 17093 - MRP83) | ProfessionalEducation
    [08] 2/11/2018 nl-NL x86 10.0.17093.1000 Win 10 Pro-Education N x86 nl-NL (IP 17093 - MRP83) | ProfessionalEducationN
    [09] 2/11/2018 nl-NL x86 10.0.17093.1000 Win 10 Pro-Workstation x86 nl-NL (IP 17093 - MRP83) | ProfessionalWorkstation
    [10] 2/11/2018 nl-NL x86 10.0.17093.1000 Win 10 Pro-Workstation N x86 nl-NL (IP 17093 - MRP83) | ProfessionalWorkstationN
    [11] 2/11/2018 nl-NL x86 10.0.17093.1000 Win 10 Core-SL x86 nl-NL (IP 17093 - MRP83) | CoreSingleLanguage
    [12] 2/11/2018 nl-NL x86 10.0.17093.1000 Win 10 Pro-SL x86 nl-NL (IP 17093 - MRP83) | ProfessionalSingleLanguage
    [13] 2/11/2018 nl-NL x86 10.0.17093.1000 Win 10 Enterprise x86 nl-NL (IP 17093 - MRP83) | Enterprise
    [14] 2/11/2018 nl-NL x86 10.0.17093.1000 Win 10 Enterprise N x86 nl-NL (IP 17093 - MRP83) | EnterpriseN
    Same for the x64 editions i made.
     
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,256
    94,660
    450
  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. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,345
    60
    A suggestion:
    Replace on line 459
    Code:
    for /f "tokens=1,2,3,4* delims=|" %%a in ('call %fetchupd% %arch% rp active 15063 674') do (
    
    with
    Code:
    for /f "tokens=1,2,3,4* delims=|" %%a in ('call %fetchupd% %arch% rp active 16299 15') do (
    
    By doing so you will get newer cumulative updates than 16299.125 without the need of adding them manually.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Will do tomorrow, thanks for the hint :good3:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,345
    60
    Another sugesstion:
    Lines 467 to 479:
    Code:
    for /f "tokens=*" %%a in ('call %get% %uupid% ^0 ^0') do (
       set /a count+=1
       if "!count!"=="1" set "url=%%a"
       if "!count!"=="2" set "uname=%%a"
       if "!count!"=="3" (
           set "usha1=%%a"
           echo "!uname!" | findstr /i "Windows10.0*" | findstr /v /i "Express*" 1>nul && (
               echo !url!>>"_temp\cudown.txt"
               echo    !uname!>>"_temp\cudown.txt"
               echo    !usha1!>>"_temp\cudown.txt"
           )
           set "count=0"
    ))
    
    replace with
    Code:
    call %get% %uupid% ^0 updateOnly >"_temp\cudown.txt"
    if %errorlevel% GTR 0 (
       echo:
       powershell "Write-Host '[ WARN ] UUP dump API has returned an error.' -foreground DarkMagenta"
       echo:
       call :MenuFooter
       call :MenuFooter
       echo:
       echo [ USER ] PRESS ANY KEY ^>^>
       pause >nul 2>&1
       goto:UUPQueryLatest
    )
    
    This will made the script a lot faster.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. 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...
  17. TeamOS

    TeamOS MDL Guru

    May 27, 2013
    3,036
    1,739
    120
    nothing i was checking for new releases (c) and then check all channels (a) and i found this one so i give feedback !
     
  18. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,256
    94,660
    450
    It seems to be only on FAST SKIP channel ARM64:
    Code:
    [HEADER] CHECKING WINDOWS INSIDER ALL CHANNELS
    [2018-02-16 18:50:19 UTC] UUP dump/listid v2.5.0
    [2018-02-16 18:50:19 UTC] UUP dump API v1.10.0
    [2018-02-16 18:50:19 UTC] Parsing database info...
    [2018-02-16 18:50:19 UTC] Done parsing database info.
    [HEADER] CHECKING WINDOWS INSIDER FAST SKIP CHANNEL
    
    
    [  01  ] Architecture: amd64
    
    [2018-02-16 18:50:19 UTC] UUP dump/fetchupd v2.5.0
    [2018-02-16 18:50:19 UTC] UUP dump API v1.10.0
    [2018-02-16 18:50:19 UTC] Fetching information from the server...
    [2018-02-16 18:50:20 UTC] Information was successfully fetched.
    [2018-02-16 18:50:20 UTC] Checking build information...
    [2018-02-16 18:50:20 UTC] Successfully checked build information.
    [2018-02-16 18:50:20 UTC] BUILD: Windows 10 Insider Preview 17604.1000 (rs_prerelease) amd64
    [2018-02-16 18:50:20 UTC] This build already exists in the database.
    [2018-02-16 18:50:20 UTC] Parsing database info...
    [2018-02-16 18:50:20 UTC] Done parsing database info.
    [  ID  ] 7620d9f3-9db8-4c58-99b9-22a457ead805
    
    
    [  02  ] Architecture: x86
    
    [2018-02-16 18:50:20 UTC] UUP dump/fetchupd v2.5.0
    [2018-02-16 18:50:20 UTC] UUP dump API v1.10.0
    [2018-02-16 18:50:20 UTC] Fetching information from the server...
    [2018-02-16 18:50:21 UTC] Information was successfully fetched.
    [2018-02-16 18:50:21 UTC] Checking build information...
    [2018-02-16 18:50:21 UTC] Successfully checked build information.
    [2018-02-16 18:50:21 UTC] BUILD: Windows 10 Insider Preview 17604.1000 (rs_prerelease) x86
    [2018-02-16 18:50:21 UTC] This build already exists in the database.
    [2018-02-16 18:50:21 UTC] Parsing database info...
    [2018-02-16 18:50:21 UTC] Done parsing database info.
    [  ID  ] 198d4105-0da4-4012-9104-65d6f17051d7
    
    
    [  03  ] Architecture: arm64
    
    
    
    [2018-02-16 18:50:22 UTC] UUP dump/fetchupd v2.5.0
    
    [2018-02-16 18:50:22 UTC] UUP dump API v1.10.0
    
    [2018-02-16 18:50:22 UTC] Fetching information from the server...
    
    [2018-02-16 18:50:28 UTC] Information was successfully fetched.
    
    [2018-02-16 18:50:28 UTC] Checking build information...
    
    [2018-02-16 18:50:28 UTC] An error has occurred
    
    [2018-02-16 18:50:28 UTC] ERROR: Server did not return any updates.
    
    [HEADER] CHECKING WINDOWS INSIDER FAST ACTIVE CHANNEL
    
    
    [  04  ] Architecture: amd64
    
    [2018-02-16 18:50:28 UTC] UUP dump/fetchupd v2.5.0
    [2018-02-16 18:50:28 UTC] UUP dump API v1.10.0
    [2018-02-16 18:50:28 UTC] Fetching information from the server...
    [2018-02-16 18:50:29 UTC] Information was successfully fetched.
    [2018-02-16 18:50:29 UTC] Checking build information...
    [2018-02-16 18:50:29 UTC] Successfully checked build information.
    [2018-02-16 18:50:29 UTC] BUILD: Windows 10 Insider Preview 17101.1000 (rs4_release) amd64
    [2018-02-16 18:50:29 UTC] This build already exists in the database.
    [2018-02-16 18:50:29 UTC] Parsing database info...
    [2018-02-16 18:50:29 UTC] Done parsing database info.
    [  ID  ] 8facc9f0-7f29-4674-ad93-ab4186c49ea6
    
    
    [  05  ] Architecture: x86
    
    [2018-02-16 18:50:29 UTC] UUP dump/fetchupd v2.5.0
    [2018-02-16 18:50:29 UTC] UUP dump API v1.10.0
    [2018-02-16 18:50:29 UTC] Fetching information from the server...
    [2018-02-16 18:50:29 UTC] Information was successfully fetched.
    [2018-02-16 18:50:29 UTC] Checking build information...
    [2018-02-16 18:50:29 UTC] Successfully checked build information.
    [2018-02-16 18:50:29 UTC] BUILD: Windows 10 Insider Preview 17101.1000 (rs4_release) x86
    [2018-02-16 18:50:29 UTC] This build already exists in the database.
    [2018-02-16 18:50:29 UTC] Parsing database info...
    [2018-02-16 18:50:29 UTC] Done parsing database info.
    [  ID  ] 9cb35bc1-f160-453a-a1f8-f07f107a0030
    
    
    [  06  ] Architecture: arm64
    
    [2018-02-16 18:50:30 UTC] UUP dump/fetchupd v2.5.0
    [2018-02-16 18:50:30 UTC] UUP dump API v1.10.0
    [2018-02-16 18:50:30 UTC] Fetching information from the server...
    [2018-02-16 18:50:38 UTC] Information was successfully fetched.
    [2018-02-16 18:50:38 UTC] Checking build information...
    [2018-02-16 18:50:38 UTC] Successfully checked build information.
    [2018-02-16 18:50:38 UTC] BUILD: Windows 10 Insider Preview 17093.1000 (rs_prerelease) arm64
    [2018-02-16 18:50:38 UTC] This build already exists in the database.
    [2018-02-16 18:50:38 UTC] Parsing database info...
    [2018-02-16 18:50:38 UTC] Done parsing database info.
    [  ID  ] 0f113264-c83a-4f86-aeba-445b0c909338
    
    [HEADER] CHECKING WINDOWS INSIDER SLOW ACTIVE CHANNEL
    
    
    [  07  ] Architecture: amd64
    
    [2018-02-16 18:50:39 UTC] UUP dump/fetchupd v2.5.0
    [2018-02-16 18:50:39 UTC] UUP dump API v1.10.0
    [2018-02-16 18:50:39 UTC] Fetching information from the server...
    [2018-02-16 18:50:39 UTC] Information was successfully fetched.
    [2018-02-16 18:50:39 UTC] Checking build information...
    [2018-02-16 18:50:39 UTC] Successfully checked build information.
    [2018-02-16 18:50:39 UTC] BUILD: Windows 10 Insider Preview 17074.1002 (rs_prerelease_flt) amd64
    [2018-02-16 18:50:39 UTC] This build already exists in the database.
    [2018-02-16 18:50:39 UTC] Parsing database info...
    [2018-02-16 18:50:39 UTC] Done parsing database info.
    [  ID  ] b7836443-a613-462f-9870-2ad53b19dca0
    
    
    [  08  ] Architecture: x86
    
    [2018-02-16 18:50:40 UTC] UUP dump/fetchupd v2.5.0
    [2018-02-16 18:50:40 UTC] UUP dump API v1.10.0
    [2018-02-16 18:50:40 UTC] Fetching information from the server...
    [2018-02-16 18:50:41 UTC] Information was successfully fetched.
    [2018-02-16 18:50:41 UTC] Checking build information...
    [2018-02-16 18:50:41 UTC] Successfully checked build information.
    [2018-02-16 18:50:41 UTC] BUILD: Windows 10 Insider Preview 17074.1002 (rs_prerelease_flt) x86
    [2018-02-16 18:50:41 UTC] This build already exists in the database.
    [2018-02-16 18:50:41 UTC] Parsing database info...
    [2018-02-16 18:50:41 UTC] Done parsing database info.
    [  ID  ] 2f5d4659-1408-4c58-bb46-5565717a8a92
    
    
    [  09  ] Architecture: arm64
    
    [2018-02-16 18:50:42 UTC] UUP dump/fetchupd v2.5.0
    [2018-02-16 18:50:42 UTC] UUP dump API v1.10.0
    [2018-02-16 18:50:42 UTC] Fetching information from the server...
    [2018-02-16 18:50:49 UTC] Information was successfully fetched.
    [2018-02-16 18:50:49 UTC] Checking build information...
    [2018-02-16 18:50:49 UTC] Successfully checked build information.
    [2018-02-16 18:50:49 UTC] BUILD: Windows 10 Insider Preview 17074.1002 (rs_prerelease_flt) arm64
    [2018-02-16 18:50:49 UTC] This build already exists in the database.
    [2018-02-16 18:50:49 UTC] Parsing database info...
    [2018-02-16 18:50:49 UTC] Done parsing database info.
    [  ID  ] cbf91ffa-01a9-419d-adfd-6e140ccc54eb
    
    [HEADER] CHECKING WINDOWS RELEASE PREVIEW CHANNEL
    
    
    [  10  ] Architecture: amd64
    
    [2018-02-16 18:50:49 UTC] UUP dump/fetchupd v2.5.0
    [2018-02-16 18:50:49 UTC] UUP dump API v1.10.0
    [2018-02-16 18:50:49 UTC] Fetching information from the server...
    [2018-02-16 18:50:50 UTC] Information was successfully fetched.
    [2018-02-16 18:50:50 UTC] Checking build information...
    [2018-02-16 18:50:50 UTC] Successfully checked build information.
    [2018-02-16 18:50:50 UTC] BUILD: Feature update to Windows 10, version 1709 (16299.125) amd64
    [2018-02-16 18:50:50 UTC] This build already exists in the database.
    [2018-02-16 18:50:50 UTC] Parsing database info...
    [2018-02-16 18:50:50 UTC] Done parsing database info.
    [  ID  ] fe2ba97f-43c5-48be-97e6-acb9de47c182
    
    
    [  11  ] Architecture: x86
    
    [2018-02-16 18:50:50 UTC] UUP dump/fetchupd v2.5.0
    [2018-02-16 18:50:50 UTC] UUP dump API v1.10.0
    [2018-02-16 18:50:50 UTC] Fetching information from the server...
    [2018-02-16 18:50:51 UTC] Information was successfully fetched.
    [2018-02-16 18:50:51 UTC] Checking build information...
    [2018-02-16 18:50:51 UTC] Successfully checked build information.
    [2018-02-16 18:50:51 UTC] BUILD: Feature update to Windows 10, version 1709 (16299.125) x86
    [2018-02-16 18:50:51 UTC] This build already exists in the database.
    [2018-02-16 18:50:51 UTC] Parsing database info...
    [2018-02-16 18:50:51 UTC] Done parsing database info.
    [  ID  ] 2dba42e9-a4ce-4736-a22e-dc2daa247dd0
    
    
    [  12  ] Architecture: arm64
    
    [2018-02-16 18:50:51 UTC] UUP dump/fetchupd v2.5.0
    [2018-02-16 18:50:51 UTC] UUP dump API v1.10.0
    [2018-02-16 18:50:51 UTC] Fetching information from the server...
    [2018-02-16 18:50:59 UTC] Information was successfully fetched.
    [2018-02-16 18:50:59 UTC] Checking build information...
    [2018-02-16 18:50:59 UTC] Successfully checked build information.
    [2018-02-16 18:50:59 UTC] BUILD: Feature update to Windows 10, version 1709 (16299.125) arm64
    [2018-02-16 18:50:59 UTC] This build already exists in the database.
    [2018-02-16 18:50:59 UTC] Parsing database info...
    [2018-02-16 18:50:59 UTC] Done parsing database info.
    [  ID  ] 87d62dde-f2a8-4833-86d6-cfa7325a674b
    
    [HEADER] CHECKING WINDOWS RETAIL RELEASE CHANNEL
    
    
    [  13  ] Architecture: amd64
    
    [2018-02-16 18:50:59 UTC] UUP dump/fetchupd v2.5.0
    [2018-02-16 18:50:59 UTC] UUP dump API v1.10.0
    [2018-02-16 18:50:59 UTC] Fetching information from the server...
    [2018-02-16 18:51:00 UTC] Information was successfully fetched.
    [2018-02-16 18:51:00 UTC] Checking build information...
    [2018-02-16 18:51:00 UTC] Successfully checked build information.
    [2018-02-16 18:51:00 UTC] BUILD: Feature update to Windows 10, version 1709 (16299.125) amd64
    [2018-02-16 18:51:00 UTC] This build already exists in the database.
    [2018-02-16 18:51:00 UTC] Parsing database info...
    [2018-02-16 18:51:00 UTC] Done parsing database info.
    [  ID  ] fe2ba97f-43c5-48be-97e6-acb9de47c182
    
    
    [  14  ] Architecture: x86
    
    [2018-02-16 18:51:00 UTC] UUP dump/fetchupd v2.5.0
    [2018-02-16 18:51:00 UTC] UUP dump API v1.10.0
    [2018-02-16 18:51:00 UTC] Fetching information from the server...
    [2018-02-16 18:51:01 UTC] Information was successfully fetched.
    [2018-02-16 18:51:01 UTC] Checking build information...
    [2018-02-16 18:51:01 UTC] Successfully checked build information.
    [2018-02-16 18:51:01 UTC] BUILD: Feature update to Windows 10, version 1709 (16299.125) x86
    [2018-02-16 18:51:01 UTC] This build already exists in the database.
    [2018-02-16 18:51:01 UTC] Parsing database info...
    [2018-02-16 18:51:01 UTC] Done parsing database info.
    [  ID  ] 2dba42e9-a4ce-4736-a22e-dc2daa247dd0
    
    
    [  15  ] Architecture: arm64
    
    [2018-02-16 18:51:01 UTC] UUP dump/fetchupd v2.5.0
    [2018-02-16 18:51:01 UTC] UUP dump API v1.10.0
    [2018-02-16 18:51:01 UTC] Fetching information from the server...
    [2018-02-16 18:51:07 UTC] Information was successfully fetched.
    [2018-02-16 18:51:07 UTC] Checking build information...
    [2018-02-16 18:51:07 UTC] Successfully checked build information.
    [2018-02-16 18:51:07 UTC] BUILD: Feature update to Windows 10, version 1709 (16299.125) arm64
    [2018-02-16 18:51:07 UTC] This build already exists in the database.
    [2018-02-16 18:51:07 UTC] Parsing database info...
    [2018-02-16 18:51:07 UTC] Done parsing database info.
    [  ID  ] 87d62dde-f2a8-4833-86d6-cfa7325a674b
    
    
    [ USER ] [N]ew Search or ack ?: