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

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

  1. Mr Been

    Mr Been MDL Senior Member

    Feb 24, 2008
    262
    69
    10
    The last try was successful
    Thank you very much
     
  2. lev777

    lev777 MDL Novice

    Jun 24, 2015
    7
    1
    0
    damn fine work. thanks for sharing with us!:)
     
  3. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,719
    978
    180
    Where can I download "uupdl-master-v0.20.18" ? I install windows again and forgot to backup it. I like it.
     
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,003
    93,796
    450
    It's not updated for new builds, it can still work till something changes.
     
  5. Zetti

    Zetti MDL Novice

    Mar 23, 2019
    1
    0
    0
    How to select Enterprise Edition on the site??

    I can't select additional edition as it required.
     
  6. Konstantinos

    Konstantinos MDL Member

    Sep 8, 2012
    199
    79
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Konstantinos

    Konstantinos MDL Member

    Sep 8, 2012
    199
    79
    10
    #2831 Konstantinos, Sep 1, 2019
    Last edited: Sep 1, 2019
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. 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...
  9. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,141
    84,315
    340
    @whatever127

    i will add config option to control cleanup (probably will be OFF be default, or for build 18362 and later)
     
  10. Konstantinos

    Konstantinos MDL Member

    Sep 8, 2012
    199
    79
    10
    Thanks a lot loli Shinobu. As there isn't a newer update after .329 we cannot be sure this method works(unless the creator of the script could comment on it) but I will give it a chance. My internet is limited and I cannot download such large files when everyone else is also using it(so I cannot download .325 for example and try to update it to .329. The .325 i already have is only in .ISO format stored on my HDD in case of emergency).

    PS: I have seen that the aria script downloads multiple files at the same time and it screws up with my internet, almost nothing is loading. Is there a way (for the future) to edit the script and force it to download 1 file at a time?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,345
    60
    I have downloaded .325, and created ISO with my modified version of script and I were able to update it to .329 after installing without problems. Since @abbodi1406 a few minutes ago released a new version that has the component cleanup disabled, there is no longer need to modify anything.

    There is a line in the aria2_download_windows.cmd script that can be modified to do this:
    Code:
    "%aria2%" --log-level=info --log="aria2_download.log" -x16 -s16 -j5 -c -R -d"%destDir%" -i"%aria2Script%"
    
    x - number of connections to server
    s - number of connections per file
    j - number of files downloaded at the same time

    You can adjust this to the following to not saturate your internet connection with so many connections:
    Code:
    "%aria2%" --log-level=info --log="aria2_download.log" -x4 -s4 -j1 -c -R -d"%destDir%" -i"%aria2Script%"
    
    You can play with other values for these parameters to get better results.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Javac75

    Javac75 MDL Junior Member

    Mar 16, 2015
    89
    63
    0
    Hallo, all.

    I try to create iso for Windows 10 Pro build 17763.720 x64. But return with error code: 55.
    I has check the cab file, but nothing wrong in there. I confused.
    Please, help. I don't know what to do anymore.

    ============================================================
    Checking UUP Info . . .
    ============================================================

    ============================================================
    Configured Options . . .
    ============================================================

    AutoStart 1
    AddUpdates 1

    ============================================================
    Preparing Reference ESDs . . .
    ============================================================

    CAB->ESD: microsoft-onecore-applicationmodel-sync-desktop-fod-package-amd64
    CAB->ESD: microsoft-windows-hello-face-migration-package-amd64
    CAB->ESD: microsoft-windows-hello-face-package-amd64
    CAB->ESD: microsoft-windows-internetexplorer-optional-package-amd64
    CAB->ESD: microsoft-windows-languagefeatures-basic-en-us-package-amd64
    CAB->ESD: microsoft-windows-languagefeatures-handwriting-en-us-package-amd64
    CAB->ESD: microsoft-windows-languagefeatures-ocr-en-us-package-amd64
    CAB->ESD: microsoft-windows-languagefeatures-speech-en-us-package-amd64
    CAB->ESD: microsoft-windows-languagefeatures-texttospeech-en-us-package-amd64
    CAB->ESD: microsoft-windows-mediaplayer-package-amd64
    CAB->ESD: microsoft-windows-quickassist-package-amd64
    CAB->ESD: microsoft-windows-tabletpcmath-package-amd64
    CAB->ESD: openssh-client-package-amd64

    ============================================================
    Creating Setup Media Layout . . .
    ============================================================


    ============================================================
    Creating install.wim . . .
    ============================================================

    [ERROR] "\Windows\WinSxS\amd64_microsoft-windows-s..tes-english-fluency_31bf3856ad364e35_10.0.17763.1_none_f9be7f07c9894488\en_US.lm": blob not found
    SHA-1 message digest of missing blob:
    268dd6be78329bd6c9f7c70f4f813d9e412ea995
    ERROR: If this is a delta WIM, use the --ref argument to specify the WIM(s) on which it is based.
    ERROR: Exiting with error code 55:
    A file resource needed to complete the operation was missing from the WIM.

    Errors were reported during export.

    Press 0 to exit.
     
  13. Konstantinos

    Konstantinos MDL Member

    Sep 8, 2012
    199
    79
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,003
    93,796
    450
    UUP dump downloads the latest UUP>ISO conversion script by @abbodi1406, to use for the conversion.
     
  15. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,316
    7,022
    210
    Please try the UUPDump script by @abbodi1406 from this post. I had a similar issue and the script from there fixed it.