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

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

  1. dzaggiel

    dzaggiel MDL Junior Member

    Aug 12, 2012
    78
    13
    0
    When giving it a path higher, only drive e: \ then this error also occurs
     
  2. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,357
    60
    It looks like the script copies some new files and then removes folder with the new files even if not all files were copied.
    I only confirmed that issue exists, I did not check what is exactly broken, so I may be wrong.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    Is there the chance you use the GIT package with the new sub-folder??
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. antonio8909

    antonio8909 MDL Guru

    Feb 16, 2014
    3,116
    1,517
    120
    Unable to reproduce it
     
  5. UndertakerBen

    UndertakerBen MDL Member

    Mar 3, 2016
    150
    520
    10
    I think this problem is fixed with the version of uupdl v00.05.28. The version 00.05.25 has deleted all files in that folder the new version deletes only the projekt related files.
     
  6. dzaggiel

    dzaggiel MDL Junior Member

    Aug 12, 2012
    78
    13
    0
    But version from gitlab is 0.05.28
     
  7. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,868
    2,950
    90
    @dzaggiel In an effort to resolve some of your problems. Can I suggest you bin the lot and start afresh. Download it from @s1ave77 main post. Post

    Thereafter, update it either manually or automatically as detailed in post #731
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,868
    2,950
    90
    @s1ave77 - Something was introduced in update routine in v0.05.28 that has broken it?

    Sticks at Unpacking now. Anyone confirm?

    Code:
    
    [ INFO ] Current Version: v0.05.28
    [ INFO ] Check Version  : v0.05.28
    
    
    [ WARN ] NO UDATES FOUND.
    
    
    [ USER ] Still [D]ownload or [S]kip ?: D
    
    
    [ USER ] Enter Path to Download Folder.
    
    
    [ USER ] Enter Path to Download Folder : d:\downloads
    
    
    [ INFO ] Downloading...
    
    
    [ INFO ] Unpacking...
     
    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,093
    24,397
    340
    Press (P)!!! Doggie semi-silently pushed his commit :cool2:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,868
    2,950
    90
    #732 Nucleus, Sep 17, 2017
    Last edited: Sep 17, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. UndertakerBen

    UndertakerBen MDL Member

    Mar 3, 2016
    150
    520
    10
    #733 UndertakerBen, Sep 17, 2017
    Last edited: Sep 17, 2017
    Problem is
    Code:
    echo del /s /q "%cd%\FILE_ID.DIZ" ^>nul 2^>^&^1
    echo del /s /q "%cd%\README.NFO" ^>nul 2^>^&^1
    echo del /s /q "%cd%\uup.downloader.cmd" ^>nul 2^>^&^1
    The /s switch deletes all files with the same name also in the subfolder

    And the file README.NFO is READ_ME.NFO
     
  12. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,868
    2,950
    90
    #734 Nucleus, Sep 17, 2017
    Last edited: Sep 17, 2017
    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
    I must admit i'm clueless what some are doing. Tested with 6.01 and worked from several different locations.

    ONLY THING THAT FAILS IS WHEN YOU TRY TO DOWNLOAD THIS TO TOOLS ROOT FOLDER!!!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. UndertakerBen

    UndertakerBen MDL Member

    Mar 3, 2016
    150
    520
    10
  15. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    Makes no sense to me to use the tools root for update download. Never saw any routine do that :thinking:. Use dedicated download or temp folder.
     
    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
    See post above. Try yourself and compare those two versions of 0.05.28 and you'll see what I'm saying.

    No I don't do that either but plz try both my linked versions of 0.05.28 and you'll see update routine fall over when bizarre folder name from Github!
     
    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
    Did you check 6.01?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    S-M-R-T M50 UUPDL v0.06.01 released :cool2:.

    +++ FEATURE UPDATE RELEASE +++



    v0.06.01
    --GitLab repo now went public (thanks to mkuba50)
    --All download links now use the Git
    --added check for available editions to avoid downloading w/o edition ESDs



    https://forums.mydigitallife.net/threads/uup-dump.75052/page-5#post-1368477
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...