[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
    When it works i will release an update for UUPDL :good3:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. d5aqoëp

    d5aqoëp MDL Addicted

    Jan 19, 2017
    788
    578
    30
    @s1ave77
    I used latest version of uup downloader to download 17133.73 build in Release Preview ring. However, it downloads all files but deletes Windows10.0-KB4100375-x64.cab in the end. Why is that?
     
  3. UndertakerBen

    UndertakerBen MDL Member

    Mar 3, 2016
    150
    520
    10
    It's not deleted it's moved to the Folder "CU"
     
  4. d5aqoëp

    d5aqoëp MDL Addicted

    Jan 19, 2017
    788
    578
    30
    There is no folder called CU. There is a file called CU with no extension. Probably some bug.
     
  5. foo3495

    foo3495 MDL Senior Member

    Nov 6, 2015
    315
    161
    10
    Yep works
    works as UndertakerBen said
    no probs here
     

    Attached Files:

  6. UndertakerBen

    UndertakerBen MDL Member

    Mar 3, 2016
    150
    520
    10
    #1746 UndertakerBen, Apr 12, 2018
    Last edited: Apr 12, 2018
    OK, you're right. If the folder "CU" does not exist, the file will only be moved and renamed to "cu" without any extension.

    @s1ave77
    Can you include this line?
    Code:
    if not exist "CU" md "CU"
    to line nr. 401 like that
    Code:
    echo [ INFO ] Checking for Updates to move.
    for /r "uup\%downfolder%" %%a in (*.*) do (
        echo "%%~na" | findstr /i "Windows10.0*" | findstr /v /i "Express*" 1>nul && (
            echo [ MOVE ] %%~na
            if not exist "CU" md "CU"
            move "%%a" "cu" >nul 2>&1
    ))
     
  7. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. andrey_sebastian

    andrey_sebastian MDL Novice

    May 2, 2008
    4
    0
    0
    #1748 andrey_sebastian, Apr 13, 2018
    Last edited: Apr 13, 2018
    Please write a script to

    DO NOT DOWNLOAD ALL 70 GB

    BUT ask WHAT LANGUAGE you want to download

    ( for Aria2 and then convert script )
     
  9. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,345
    60
    You have to select language and edition on the website. The offer of converter for all languages option is an unintended side effect of adding converter script. I will remove it from all languages option and add a appropriate message.

    This cannot be done in script, because the script is generated by website according user selection. Adding option of asking users which language they want will add dependency of php, because the script would need to use UUP dump API to determine which packages are needed for specified language. That would make the whole converter/download script pointless because it would be the same size as UUPDL.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. inouext

    inouext MDL Member

    Aug 13, 2012
    111
    32
    10
    Hello, i was downloading the latest build 17134.1 and after completing the entire download on the resume i got 1 file with error in red.
    My question is do i need to delete my folder and do the entire download again or uup can file check and download only the corrupted file?
    If yes, how i can do it?
    Thanks.
     
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,248
    94,635
    450
    Re-run the exact same download without deleting anything and only the corrupt/missing file will be downloaded.
     
  12. mehmetalat

    mehmetalat MDL Novice

    Mar 14, 2018
    15
    2
    0
    Hi!
    I downloaded file and it now says:
    1.Create ISO with install.wim
    2.Create install.wim
    3.UUP Edition info
    4.Create ISO with install.esd
    5.Create install.esd

    I want to create USB bootable .iso with UEFI support. Which one should i select? Thanks in advance
     
  13. efes34

    efes34 MDL Senior Member

    Nov 17, 2009
    344
    62
    10
    #1753 efes34, Apr 18, 2018
    Last edited: Apr 18, 2018
    select anyone FE 1.Create ISO with install.wim or 4.Create ISO with install.esd
    for uefi use ultraiso or rufus
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. mehmetalat

    mehmetalat MDL Novice

    Mar 14, 2018
    15
    2
    0
    I meant which number should I choose in order to flash it correctly via Rufus UEFI support
     
  15. efes34

    efes34 MDL Senior Member

    Nov 17, 2009
    344
    62
    10
    message edited
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,248
    94,635
    450
    How do you use Ultraiso (and why would you) to create an UEFI USB install key?

    @mehmetalat
    When you don't need to service the install.wim use iso with install.esd, it will always fit the FAT32 standard.

    Just format the USB key FAT32 and extract the iso to it's root and it will be UEFI AND Legacy BIOS bootable.
     
  17. Snuffy

    Snuffy MDL Expert

    Jan 7, 2008
    1,262
    626
    60
    Ultraiso does it the hard/slow way. I do recommend you do the Enthousiast way... for novices :) my self I use #1

    decrypt-multi-release make iso.wim
    extract files E:\iso
    copy wim to E:\wim-Pro
    copy wim to E:\wim-Ent
    DISM++ install.wim to install.esd make pro-esd smaller
    add that install.esd to E:\iso\sources
    oscdimg -bE:\iso\boot\etfsboot.com -h -u2 -m -liso E:\iso\ E:\change name as need to show proper name.iso

    this gives me the smallest install.esd possible....

    extract this iso to the USB that was made FAT32 by Rufus...
    I then mount install.wim from E:\wim-Ent and change to Enterprise unmount /commit then compress that install.wim with DISM++ to install.esd
    copy that install.esd to the E:\iso\sources
    oscdimg -bE:\iso\boot\etfsboot.com -h -u2 -m -liso E:\iso\ E:\change name as need to show proper name.iso

    now I have both Pro and Enterprise on separate USBs to use
     
  18. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,248
    94,635
    450
    That's the 1000miles drive around way, just export the desired indexes to 1 install.esd directly, all can be done by dism, oscdimg and windows, not any third party tool needed for this.
     
  19. efes34

    efes34 MDL Senior Member

    Nov 17, 2009
    344
    62
    10
    I prefer Ultraiso, because RUFUS creates a second partition on the flash disk when using larger isos than 4 GB
    I open the file with ultraiso and write the flash disk.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  20. Snuffy

    Snuffy MDL Expert

    Jan 7, 2008
    1,262
    626
    60
    i found that even when i make install.esd with #4 the ESD is not super compressed. so that is why i use DISM++ better compression, then i guess just the old way, i started long time ago.
    wim -> mount-> upgrade to Enterprise -> compress with DISM++ then make iso with oscdimg and extract to USB Fat32. and when i make, modify and upload it does save time on smaller is faster. then my clients can DL and upgrade as they chose.