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

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

  1. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    This would go to @mkuba50 . His magic is responsible for the lists.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Atari800XL

    Atari800XL MDL Addicted

    Apr 3, 2011
    954
    1,673
    30
    I could be mistaken, but don't you have to extract that NetFx3 cab yourself?

    I use this:

    Code:
    wimlib-imagex.exe extract %uupfolder%\Professional_nl-nl.esd 1 \sources\sxs\microsoft-windows-netfx3-ondemand-package*.cab --no-acls --no-attributes --dest-dir=%uupfolder% --ref=%uupfolder%\*.esd
    
    (This actually extracts two NetFX3* cabs)
     
  3. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    @Atari800XL thanks for confirming, wasn't sure whether the .NET3 CABs are already part of the pack.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. v72dd

    v72dd MDL Senior Member

    Nov 20, 2016
    445
    77
    10
    Are server insider preview available through UUP?
     
  5. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,186
    84,645
    340
    Did you ever saw ESD file for Server edition?
     
  6. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,345
    60
    UUP dump API 1.11.1 has been released.

    Changes:
    - Added pack template for build 17634
    - Added build number reporting for responses of get.php

    You can download updated version using update.cmd in UUP dump MiniServer or using Update API function in UUPDL.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,345
    60
    UUP dump 3.9.0 has been released.

    Changes:
    - Added creation of archives containing aria2c.exe, aria2 script, download script and if user wants, a conversion script by @abbodi1406.

    This feature is website only. You can enable it locally by changing $aria2SupportEnabled to 0 in shared/get.php.

    You can download updated version using update.cmd in UUP dump MiniServer or using Update API function in UUPDL.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. jasongenova

    jasongenova MDL Junior Member

    Jan 23, 2016
    75
    20
    0
    Is it possible to get the latest LTSB from here?
     
  9. develpoingexpert

    develpoingexpert MDL Novice

    Feb 8, 2013
    40
    13
    0
    Guys Help me out..
    I was able to get the 17133 amd 64 uup files for X64 pc using uup.downloader script for en-us and converted the same to ISO using convert-UUP script.
    I placed the 17133 ISO on desktop and extracted the contents in a folder.
    On running setup, the installation failed after some time

    Please provide proper procedure
     
  10. amoutie

    amoutie MDL Novice

    Sep 7, 2015
    37
    21
    0
    You should not run setup from a folder, mount the ISO and run from there. If you run from a desktop folder or similar you could have problems.
     
  11. develpoingexpert

    develpoingexpert MDL Novice

    Feb 8, 2013
    40
    13
    0
    Please explain the procedure to mount the ISO.
     
  12. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,668
    1,708
    150
    klick on the iso file
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,191
    94,420
    450
    It doesn't matter if the iso is mounted or extracted, both work exactly the same.
     
  14. Snuffy

    Snuffy MDL Expert

    Jan 7, 2008
    1,262
    626
    60
    If you want to uncompress the iso and run that way uncompress in the default user\download folder just like MS does...
    I have never had a problem that way.
     
  15. liliactr

    liliactr MDL Member

    Sep 3, 2009
    202
    83
    10
    #1715 liliactr, Apr 1, 2018
    Last edited: Apr 1, 2018
    I have downloaded all uups with UUP dump: 3.9.0 (API 1.11.1) and converted to iso by adguards tool. All prosess went fine but created isos has boot.wim only with one index of recovery index. There is no setup index so at install it boots to recovery environment not setup. What goes wrong?

    Edit: Used @abbodi1406 tool. wrote adguards by mistake.
     
  16. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    How should we know :g:. Try the tool by @abbodi1406 it worked fine here.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,186
    84,645
    340
    Creating normal boot.wim from UUP require Windows 10 host OS
    otherwise, you will get winre.wim acting as setup boot.wim, without recovery options

    i will add Windows 10 ADK detection in next version
     
  18. liliactr

    liliactr MDL Member

    Sep 3, 2009
    202
    83
    10
    I have built under Windows 7 X64. Your comment clearly explains the reason. Thank you.
     
  19. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,345
    60
    UUP dump 3.9.1 has been released.

    Changes:
    - Added getfile.php for easy retrieving of single files from UUP

    You can download updated version using update.cmd in UUP dump MiniServer or using Update API function in UUPDL.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  20. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,186
    84,645
    340
    Is there a switch to make aria2 not verify downloaded files?
    i rather verify them later when all finished :D