[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,093
    24,397
    340
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,357
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. UndertakerBen

    UndertakerBen MDL Member

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

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    Is fixed, thanks for mentioning :good3:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,674
    103,513
    450
    Post the bugs, or at least try to describe them in detail.

    Most things that went wrong for me was on MSFT side.
     
  8. 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
     
  9. s1ave77

    s1ave77 Has left at his own request

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

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. tavrez

    tavrez MDL Addicted

    Sep 28, 2015
    512
    345
    30
    mkuba50 site is not showing latest updates on older builds like 1709, any reason for this?
     
  13. 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:

  14. whatever127

    whatever127 MDL PHP Wizard

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

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,209
    90,791
    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
     
  16. yomoma2

    yomoma2 MDL Senior Member

    Feb 27, 2010
    365
    124
    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.
     
  17. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. AveYo

    AveYo MDL Expert

    Feb 10, 2009
    1,836
    5,730
    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...
  19. coromonadalix

    coromonadalix MDL Senior Member

    Jul 21, 2009
    440
    87
    10
    Why in the latest version when downloading : 18262.1000 EN-US x64 AIO It downloads other basic languages packages ?

    like:
    microsoft-windows-languagefeatures-basic-zh-tw-package-amd64.cab
    microsoft-windows-languagefeatures-basic-ja-jp-package-amd64.cab
    microsoft-windows-languagefeatures-basic-zh-cn-package-amd64.cab

    Do they have something EN-US may need ?

    thks