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

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

  1. Atari800XL

    Atari800XL MDL Expert

    Apr 3, 2011
    1,002
    1,743
    60
    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)
     
  2. s1ave77

    s1ave77 Has left at his own request

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

    v72dd MDL Senior Member

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

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,204
    90,755
    340
    Did you ever saw ESD file for Server edition?
     
  5. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,356
    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...
  6. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,356
    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...
  7. jasongenova

    jasongenova MDL Junior Member

    Jan 23, 2016
    75
    20
    0
    Is it possible to get the latest LTSB from here?
     
  8. 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
     
  9. 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.
     
  10. develpoingexpert

    develpoingexpert MDL Novice

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

    endbase MDL Guru

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

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,446
    450
    It doesn't matter if the iso is mounted or extracted, both work exactly the same.
     
  13. Snuffy

    Snuffy MDL Expert

    Jan 7, 2008
    1,272
    630
    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.
     
  14. liliactr

    liliactr MDL Addicted

    Sep 3, 2009
    538
    191
    30
    #1714 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.
     
  15. s1ave77

    s1ave77 Has left at his own request

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

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,204
    90,755
    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
     
  17. liliactr

    liliactr MDL Addicted

    Sep 3, 2009
    538
    191
    30
    I have built under Windows 7 X64. Your comment clearly explains the reason. Thank you.
     
  18. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,356
    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...
  19. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,204
    90,755
    340
    Is there a switch to make aria2 not verify downloaded files?
    i rather verify them later when all finished :D
     
  20. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,356
    60
    Remove checksum=sha-1 lines from generated aria2 script.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...