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

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

  1. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,868
    2,950
    90
    #901 Nucleus, Sep 19, 2017
    Last edited: Sep 19, 2017
    You two now have the same problem I had through several previous versions. :thinking:

    IMO the update routine may need simplifying, see post #926 above.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,868
    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...
  3. dhjohns

    dhjohns MDL Guru

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

    Nucleus MDL Guru

    Aug 4, 2009
    2,868
    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...
  5. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,733
    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...
  6. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,868
    2,950
    90
    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,093
    24,397
    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...
  8. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    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...
  9. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,868
    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...
  10. s1ave77

    s1ave77 Has left at his own request

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

    Nucleus MDL Guru

    Aug 4, 2009
    2,868
    2,950
    90
    #911 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...
  12. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,868
    2,950
    90
    #912 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...
  13. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. TeamOS

    TeamOS MDL Guru

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

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    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...
  16. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,868
    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...
  17. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    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...
  18. UndertakerBen

    UndertakerBen MDL Member

    Mar 3, 2016
    150
    520
    10
    #918 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
     
  19. Krakatoa

    Krakatoa MDL Addicted

    Feb 22, 2011
    689
    1,132
    30
  20. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,868
    2,950
    90
    #920 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...