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

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

  1. MuhammedA

    MuhammedA MDL Novice

    Feb 14, 2024
    6
    0
    0
    How do I configure the UUP to receive information about internal builds and updates that are currently available?
     
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,944
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. MuhammedA

    MuhammedA MDL Novice

    Feb 14, 2024
    6
    0
    0
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,944
    450
    Should i have google to translate this? English please.

    I translated it, just ask it in the first thread you started.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. MuhammedA

    MuhammedA MDL Novice

    Feb 14, 2024
    6
    0
    0
    "The answer to what is given requires another question"

    Also, how to configure UUP? Because, I need to know
     
  6. steven4554

    steven4554 MDL Expert

    Jul 12, 2009
    1,802
    3,732
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Paul Mercer

    Paul Mercer MDL Guru

    Apr 6, 2018
    2,084
    4,363
    90
    download and extract uupdump-x64-v1.7.2-r3.7z (or x86 if needed)

    run uupdump-aio.cmd

    when it's done run uupdump-aio.cmd again and press 1 1

    if you want to add another builds to check then inspect and edit uupdump-aio.cmd

    if you want to manually check it on the website then edit "\uupdump-x64\uup-dump\config.ini" to allow_corpnet=true
    after that go to the add new build page and check your builds with appropriate flags

    examples:
    22631.2424+thisonly
    22631.2424+corpnet
    22631.2424+thisonly,corpnet
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. MuhammedA

    MuhammedA MDL Novice

    Feb 14, 2024
    6
    0
    0
    Yes, internal corpnet builds are shown, but corpnet Windows Insider Preview builds are not shown
     
  9. kibkalo

    kibkalo MDL Expert

    Sep 8, 2009
    1,035
    378
    60
    What do the LTSC related settings in convert-UUP.cmd & create_virtual_editions.cmd mean?
    Where should I put the MUM files so the UUP converter creates SKUs?
    I can take MUMs from MSDN ISOs with SxS extractor?
    Am speaking about 1904x mostly.
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,944
    450
    It's for converting Enterprise LTSC <> IoT Enterprise LTSC, not really uup related.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. kibkalo

    kibkalo MDL Expert

    Sep 8, 2009
    1,035
    378
    60
    So there is no way to get CABs from MSDN LTSC ISO with SxSExtract, put it in UUP, so it creates a valid multi-SKU ISO?
     
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,944
    450
    UUP won't create a LTSB/C ISO if that's what you're after.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    @Paul Mercer,


    I have suggestions for the "public/get.php" and "scripts\uupdump-run.cmd" files.
    This will only be useful for UUPdumpApp.


    From:
    Code:
    
    header('Content-Disposition: attachment; filename="'.$archiveName."_convert$suffix.zip\"");
    
    to:
    Code:
    header('Content-Disposition: attachment; filename="'.$archiveName."_convert_UUPdumpApp$suffix.zip\"");
    
    This way, there will be no confusion about the packages generated by UUPdumApp and those generated by uupdump.net.

    Also, I made a modification to obtain the user's UUPdumApp folder path.

    With this, I was able to implement code that runs the local server directly from "uup_download_windows.cmd"

    If the user, in the future, changes the folder path for any reason (e.g. UUPdumpApp updated version), simply download the build package again and the path will be updated within the "uup_download_windows.cmd" file.

    It is also possible to make the older file run with the server already active and not upload a new server based on the old version, but the process is manual again.

    Currently the code generates a new script, based on the existing "uupdump-run.cmd" script.
    This wouldn't even be necessary if there was a way to pass 2 arguments in the "uupdump-run.cmd" script.

    The new generated script "uupdumpserver-run.cmd" has a secondary argument to deal with autorun.
    So second parameter can be pass with
    1 default value for start browser
    0 to not start the browser.

    And, in the end, considering that the "choice" command ends up keeping the window open even if taskkill closes the local server.
    In order for taskkill to close the server window correctly, "exit" was added before the "choice" command.

    So "uupdump-run.cmd" remains unchanged.
    It would be interesting to have a script to just call the server or make some chages in the "uupdump-run.cmd" for accept arguments and closing cmd window when taskkill stops the server.


    Proposals for change below.
     

    Attached Files:

    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Muggaen

    Muggaen MDL Addicted

    Dec 30, 2011
    863
    393
    30
    Nothing wrong on my side just dl Windows Server Standard latest build
     
  15. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,027
    340
    You do realize that this is aria2c trying to connect to microsoft url?
    so it's either blocked for your region, proxy issue, dns issue, or aria2c issue (combined with Host OS)

    can you connect to the urls manually through browser? are you using DNS over HTTPS or whatever it's called?
     
  16. stylemessiah

    stylemessiah MDL Novice

    Aug 14, 2009
    38
    12
    0
    yes i realise its aria2c trying to connect to microsoft, still thought it was worth reporting :)

    only website i cant get apparently, 4 diff browsers, ISP assigned DNS,/cloudflare standard dns, no dns over https, no proxy

    403 Forbidden
     
  17. KedarWolf2023

    KedarWolf2023 MDL Novice

    Jan 29, 2023
    5
    1
    0
    UUP Dump ISOs are not supported by RUFUS at all anymore, and they don't work with the Optimize Offline script either.
     
  18. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,027
    340
    How so? and why it's uupdump iso fault?