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

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

  1. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,867
    2,950
    90
    @dhjohns @endbase I think it may be useful to @s1ave77 if you show your specified download path and what's in it. After you have chosen replace and at PRESS ANY KEY - don't press a key, close the window and show folder structure (where you specified to download).

    @s1ave77 - Is this a different user languages problem? Post #901
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,734
    120
    C:\Users\dhjoh\Downloads
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,867
    2,950
    90
    Code:
    C:\Users\dhjoh\Downloads\uupdl.v0.06.32\uupdl-master-f13b927e31cfea9c80e2749ac82ba8140d393ee3\
    After you have closed window before PRESS ANY KEY the new downloaded files/folders are there???

    In above my head. Wait for @s1ave77 or coders/scripters.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,734
    120
    I have a Dr appt, so see you guys in a few hours! :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,867
    2,950
    90
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,054
    24,379
    340
    Like in your case would be interesting to see what the for loop shows :hmm:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,054
    24,379
    340
    Problem is i can't find a way to unpack the subfolder directly (like 'unpack here') to a folder with specified name :thinking:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,867
    2,950
    90
    See my post above, show me command to run in download folder?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,054
    24,379
    340
    The for loop you already tested :D.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,867
    2,950
    90
    #910 Nucleus, Sep 19, 2017
    Last edited: Sep 19, 2017
    Yes but see this.

    If specify c:\ as the download path and after choosing replace the only file that goes to c:\ is uupdlupd.cmd

    Edit:

    If specify c:\Update as download folder and after replace all files/folders go to:
    Code:
    "C:\Update\uupdl.v0.06.52\uupdl-master-1c45298e6bb553e15ddb6b757e2b18f899e0b783"
    And update and restart script succeeds. Dunno, it's above me. :g:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,867
    2,950
    90
    #911 Nucleus, Sep 19, 2017
    Last edited: Sep 19, 2017
    Post #926 system temp?
     
    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,054
    24,379
    340
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. TeamOS

    TeamOS MDL Guru

    May 27, 2013
    3,036
    1,739
    120
  14. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,054
    24,379
    340
    Over all less clicks than before and a better overview over the avail. langs :cool2:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,867
    2,950
    90
    Dedicated work today doggie. Well done and thank you. :tankyou:

    Hope the update routine gets nailed soon.

    Nite. :sleep2:
     
    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,054
    24,379
    340
    ATTENTION:

    I must admit (hope @Atari800XL will notice the correct usage) the idea to merge the download folder to:

    Code:
    %buildstr%\%lang%\%arch%
    
    was s-m-r-t enough to make it into the script. So when downloading single editions of 16288 en-us x64 files will get merged and unnessecary downloads will be skipped.

    So be prepared to adapt to new folder structure with next release.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. UndertakerBen

    UndertakerBen MDL Member

    Mar 3, 2016
    150
    520
    10
    #917 UndertakerBen, Sep 19, 2017
    Last edited: Sep 19, 2017
    Code:
    xcopy "%downpath%\uupdl.%projectvernew%\%foldername%\*.*" /s /q "%cd%\" /y ^>nul 2^>^&^1
    Why not use "uupdl-~1" instead of "%foldername%"

    Edit: Your last edit from the update process has destroyed the update process

    This is the code from "uupdlupd.cmd"
    Code:
    @echo off
    :: Code by s1ave77
    setlocal ENABLEDELAYEDEXPANSION
    pushd "R:\Update"
    echo #####################
    echo [ INFO ] UUPDL UPDATE
    echo #####################
    echo [ INFO ] PLEASE WAIT.
    echo #####################
    timeout /t 5 >nul 2>&1
    rd /s /q "R:\uupdl\files" >nul 2>&1
    rd /s /q "R:\uupdl\fileinfo" >nul 2>&1
    del /q "R:\uupdl\FILE_ID.DIZ" >nul 2>&1
    del /q "R:\uupdl\READ_ME.NFO" >nul 2>&1
    del /q "R:\uupdl\uup.downloader.cmd" >nul 2>&1
    timeout /t 5 >nul 2>&1
    xcopy "R:\Update\uupdl.v0.06.59\\*.*" /s /q "R:\uupdl\" /y >nul 2>&1
    start cmd /k "R:\uupdl\uup.downloader.cmd"
    if exist "R:\Update\uupdl.v0.06.59\" rd /s /q "" >nul 2>&1
    endlocal
    del %0
     
  18. Krakatoa

    Krakatoa MDL Addicted

    Feb 22, 2011
    699
    1,151
    30
  19. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,867
    2,950
    90
    #919 Nucleus, Sep 19, 2017
    Last edited: Sep 19, 2017
    You always run it from R:\uupdl and hard code it to R:\Update instead of %downpath% so I assume you have bypassed the user typing in the download path?

    I wondered about that and simplifying the update routine. Post. :g:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  20. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    55,776
    129,722
    450
    Code:
    [HEADER] QUERY WU FOR INFO
    
    [ INFO ] STARTING QUERY FOR:
    
    
    [ RING ] wif
    [FLIGHT] active
    [ ARCH ] amd64
    
    
    UUP dump/fetchupd v2.2.1
    
    [  OK  ] Fetching information from the server
    [  OK  ] Checking build information
    [ INFO ] Windows 10 Insider Preview 16291.0 (rs3_release) amd64
    [ WARN ] This build is NOT in the database. It will be saved now.
    [  OK  ] Parsing information to write
    [  OK  ] Writing new build information to the disk
    
    
    
    [ INFO ] WIN UPDATE INFO:
    
    
    [ NAME ] Windows 10 Insider Preview 16291.0 (rs3_release)
    [ B NR ] 16291.0
    [  ID  ] a773a289-8aad-46b9-ba3c-5673731bccc5
    
    
    [ USER ] [D]ownload Build, [N]ew Search or [B]ack ?:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...