What builds you're referring to? MS removed a lot of builds over the time and LTSB isn't offered that way. EDIT: 10240 and 14393 were before this development so 15063 is the oldest.
Many thanks for your prompt reply. I have to assume the files were in their original sub folders as I had previously updated to API 10.1.3 (using the update in UUPDL) , and then updated to UUPDL V0.12.64 (using the updater) and then used the new version to download INSIDER version 17123.1 with out a problem. The problem ocurred when I tried to update to API 10.11.0. The sub folders were empty when I verified them AFTER the update failed. I finally downloaded the update from gitlab and everything appears to be working fine again. Once again, many thanks to you guys for your continued support!!!! JCC2
How to extract these esds with wimlib imagex? wimlib extract C:\Users\Administrator\Desktop\UUP\EnterpriseN_en-us.esd 3 [ERROR] "\Windows\WinSxS\amd64_microsoft-windows-t..nputpersonalization_31bf3856ad364e35_10.0.16299.15_none_62983ee83778 a872\Alphabet.xml": blob not found SHA-1 message digest of missing blob: 531d2cc21ff63b838181c7aa0f8978d85e8ade41 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.
you have to put all the (esd, cab) files related to the downloaded edition into UUPs folder using uup-converter-wimlib tool then run convert-UUP.cmd to be able to create the iso.
Hi, how can I limit the download rate in the miniserver? During download my internet radios are permanent stopping playing.
Actually not recommended. The links have a very short life span, so any limitting will only cause them to fail .
Not possible by default using the offered aria2 download. Could be achieved by using aria2 manually with the offered download script (the list with links, names and hashes) via commandline: Code: "aria2c" -x16 -s16 -d"path\to\download\folder" -i "path\to\download.txt" -R -c --file-allocation=none --max-overall-download-limit=<SPEED> --check-certificate=false Info: Code: --max-overall-download-limit=<SPEED> Set max overall download speed in bytes/sec. 0 means unrestricted. You can append K or M (1K = 1024, 1M = 1024K).
RELEASE: UUPDL v0.12.71 +++ FEATURE UPDATE RELEASE +++ Changelog v0.12.71 --added option to limit the download speed of the main download part for builds and SSU/CU --NOTE: due to links expiring fastly use feature on your own risk (might lead to errors during download) --see lines 11 to 17, default is 0 (unrestricted) https://forums.mydigitallife.net/threads/uup-dump.75052/page-5#post-1368477