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

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

  1. hanschke

    hanschke MDL Senior Member

    Jan 8, 2008
    425
    33
    10
  2. 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...
  3. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,345
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. 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...
  5. UndertakerBen

    UndertakerBen MDL Member

    Mar 3, 2016
    150
    520
    10
    The uup.downloader.cmd Script is still v0.15.08
     
  6. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Is fixed, thanks for mentioning :good3:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  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. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,221
    94,593
    450
    Post the bugs, or at least try to describe them in detail.

    Most things that went wrong for me was on MSFT side.
     
  9. QS2k15

    QS2k15 MDL Novice

    Dec 27, 2014
    31
    3
    0
    would someone kindly explain how i download a binary... the link takes me to the repo, but i see no binary...? probably just missing a link or something
     
  10. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Top left on the gitlab site (right of 'Find File') there is drop-down offering the ZIP pack download.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. QS2k15

    QS2k15 MDL Novice

    Dec 27, 2014
    31
    3
    0
    Thanks boss, I get it now, apologies for the silly question. Thanks for all the hard work.
     
  12. 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...
  13. tavrez

    tavrez MDL Senior Member

    Sep 28, 2015
    484
    315
    10
    mkuba50 site is not showing latest updates on older builds like 1709, any reason for this?
     
  14. tramp20

    tramp20 MDL Novice

    Aug 28, 2008
    39
    5
    0
    With this newest version I get these errors at "C check fast ring active channel"
     

    Attached Files:

  15. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,345
    60
    They have been removed from WU servers.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,191
    84,703
    340
    That scenario is literally to fix an issue that affect Upgrade only

    if you intend to create ISO for clean install, then it's not affected

    and if you want to have updated ISO for manual upgrade, then it's more practical to integrate newer updates (KB4465477, KB4464330) with W10UI or similar tools
    just change SET SkipISO=0 to 1 in convert-UUP.cmd, and then run W10UI on the resulting iso folder
     
  17. yomoma2

    yomoma2 MDL Senior Member

    Feb 27, 2010
    359
    119
    10
    Thanks for your response. I've already went through the iso update by using your tool, that's why I asked if it would be further integrated as an automated process for similar scenarios when a specific and updated build is required.
    It's not rare that refreshed media corrects problems that can happen even during clean installations.
     
  18. 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...
  19. AveYo

    AveYo MDL Expert

    Feb 10, 2009
    1,836
    5,693
    60
    Code:
    (cd /d "%~dp0")&&(NET FILE||(powershell -noprofile start-process -FilePath '%0' -verb runas)&&(exit /B)) >NUL 2>&1
    That is silly. Guess what happens when server service is not started (hint: The Server service is not started. Is it OK to start it? (Y/N) [Y]: i.e. endless loop for input)

    Code:
    reg query "HKEY_USERS\S-1-5-20\Environment" /v TEMP >nul 2>nul||(powershell -noprofile start -FilePath '%~f0' -verb runas &exit)
    This is more like it.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...