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

Discussion in 'Windows 10' started by whatever127, Sep 2, 2017.

  1. Gary Butler

    Gary Butler MDL Novice

    Joined:
    Nov 9, 2018
    Messages:
    26
    Likes Received:
    11
    Trophy Points:
    0
    the new release: 1.2.4 works for me,

    I like the 0 to exit and the 7-Zip 19.00 :thumbsup:
     
  2. vze2mp9g

    vze2mp9g MDL Addicted

    Joined:
    Oct 13, 2012
    Messages:
    661
    Likes Received:
    117
    Trophy Points:
    30
  3. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,634
    Trophy Points:
    450
    We can't support the copy of this project, use uupdump and all is supported.
     
  4. dakje19

    dakje19 MDL Novice

    Joined:
    Oct 10, 2009
    Messages:
    10
    Likes Received:
    1
    Trophy Points:
    0
    Good morning

    i have windows 1903 installed can someone tel me why are the context menus not blake when i enable dark mode such as they are in 1809?
     
  5. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,634
    Trophy Points:
    450
    That's not UUP related, better ask in the 1903 / 18263 thread.
     
  6. yro

    yro MDL Addicted

    Joined:
    Jul 26, 2009
    Messages:
    561
    Likes Received:
    100
    Trophy Points:
    30
  7. whatever127

    whatever127 MDL PHP Wizard

    Joined:
    Nov 9, 2012
    Messages:
    1,050
    Likes Received:
    7,237
    Trophy Points:
    60
    Not possible in UUP dump of downloader, partially possible when using UUP dump website (you need to modify the download script to include --all-proxy="proxy address" switch for aria2c command)
     
  8. yro

    yro MDL Addicted

    Joined:
    Jul 26, 2009
    Messages:
    561
    Likes Received:
    100
    Trophy Points:
    30
    from the website i select the .30 release preview, pt-br, x64, etc., and download the package.. i extract the package and i run the script but it does not donwload as im in a proxy. how to solve it? is it possible?
     
  9. whatever127

    whatever127 MDL PHP Wizard

    Joined:
    Nov 9, 2012
    Messages:
    1,050
    Likes Received:
    7,237
    Trophy Points:
    60
    Yes, It's possible.

    Open the aria2_download_windows.cmd script with notepad, then add the following below rem Generated on xxxx-xx-xx xx:xx:xx GMT
    Code:
    set "all_proxy=proxy address"
    
    for example:
    Code:
    set "all_proxy=127.0.0.1:8888"
    
    I'll release later a fix to the website which will include this in script with information how to use it.
     
  10. yro

    yro MDL Addicted

    Joined:
    Jul 26, 2009
    Messages:
    561
    Likes Received:
    100
    Trophy Points:
    30
    thanks. trying right now..

    whats the right iso to grab? the .30 or the .1?

    edit.: not working the proxy.. :(
     
  11. whatever127

    whatever127 MDL PHP Wizard

    Joined:
    Nov 9, 2012
    Messages:
    1,050
    Likes Received:
    7,237
    Trophy Points:
    60
    I have not idea then how to configure it.
    Aria2 only supports HTTP proxy, SOCKS are not supported.
     
  12. yro

    yro MDL Addicted

    Joined:
    Jul 26, 2009
    Messages:
    561
    Likes Received:
    100
    Trophy Points:
    30
    its http proxy here but no effect. maybe the sintaxe is wrong?
     
  13. erpsterm35

    erpsterm35 MDL Expert

    Joined:
    May 27, 2013
    Messages:
    1,153
    Likes Received:
    761
    Trophy Points:
    60
  14. xscess

    xscess MDL Senior Member

    Joined:
    Jul 27, 2009
    Messages:
    350
    Likes Received:
    360
    Trophy Points:
    10
  15. xscess

    xscess MDL Senior Member

    Joined:
    Jul 27, 2009
    Messages:
    350
    Likes Received:
    360
    Trophy Points:
    10
    Thanks for the reply. Is it possible on Windows 10, and if yes, how?
     
  16. whatever127

    whatever127 MDL PHP Wizard

    Joined:
    Nov 9, 2012
    Messages:
    1,050
    Likes Received:
    7,237
    Trophy Points:
    60
    #2498 whatever127, May 12, 2019
    Last edited: May 12, 2019
    (OP)
    It is impossible to create ISO for newer build using older UUPs with a few packages from newer on any system. If you mean integrating cumulative updates, then the Windows version of UUP converter can integrate them (just use base UUP set and add cabs of cumulative updates to directory with UUPs before starting conversion). Cumulative updates are only available for public releases of Windows (16299.15, 17134.1, 17763.1, 18362.1).
     
  17. xscess

    xscess MDL Senior Member

    Joined:
    Jul 27, 2009
    Messages:
    350
    Likes Received:
    360
    Trophy Points:
    10
    Okay that makes things clearer. Thanks alot.
     
  18. whatever127

    whatever127 MDL PHP Wizard

    Joined:
    Nov 9, 2012
    Messages:
    1,050
    Likes Received:
    7,237
    Trophy Points:
    60