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

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

  1. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,184
    90,641
    340
    The redownload error-loop is still there
    Code:
    if %ERRORLEVEL% GTR 0 goto :DOWNLOAD_APPS
    
    if %ERRORLEVEL% GTR 0 goto :DOWNLOAD_UUPS & exit /b 1
    maybe the "exit /b 1" part should be removed though
     
  2. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,184
    90,641
    340
  3. Radel46

    Radel46 MDL Novice

    Sep 9, 2014
    5
    1
    0
  4. MuhammedA

    MuhammedA MDL Novice

    Feb 14, 2024
    6
    0
    0
    The "bbs.pcbeta" page shows that their internal structure is retrieved with the parameter "UUP-DUInternal(*1)". How can I use this parameter?

    "DUInternal is a UUP parameter provided by abbodi1406&luzea of the My Digital life forum," he notes.
     
  5. steven4554

    steven4554 MDL Expert

    Jul 12, 2009
    1,499
    2,800
    60
    You cannot download internal builds or updates, not unless you work for MS. You can configure UUP to obtain info about the internal builds and updates that's currently available, but you cannot download them.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. MuhammedA

    MuhammedA MDL Novice

    Feb 14, 2024
    6
    0
    0
    How do I configure this?
     
  7. 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?
     
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,299
    450
  9. MuhammedA

    MuhammedA MDL Novice

    Feb 14, 2024
    6
    0
    0
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,299
    450
    Should i have google to translate this? English please.

    I translated it, just ask it in the first thread you started.
     
  11. 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
     
  12. steven4554

    steven4554 MDL Expert

    Jul 12, 2009
    1,499
    2,800
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,934
    4,148
    60
    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...
  14. 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
     
  15. kibkalo

    kibkalo MDL Expert

    Sep 8, 2009
    1,025
    362
    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.
     
  16. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,299
    450
    It's for converting Enterprise LTSC <> IoT Enterprise LTSC, not really uup related.
     
  17. kibkalo

    kibkalo MDL Expert

    Sep 8, 2009
    1,025
    362
    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?
     
  18. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,299
    450
    UUP won't create a LTSB/C ISO if that's what you're after.
     
  19. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    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:

  20. stylemessiah

    stylemessiah MDL Novice

    Aug 14, 2009
    37
    12
    0