@s1ave77 I used latest version of uup downloader to download 17133.73 build in Release Preview ring. However, it downloads all files but deletes Windows10.0-KB4100375-x64.cab in the end. Why is that?
OK, you're right. If the folder "CU" does not exist, the file will only be moved and renamed to "cu" without any extension. @s1ave77 Can you include this line? Code: if not exist "CU" md "CU" to line nr. 401 like that Code: echo [ INFO ] Checking for Updates to move. for /r "uup\%downfolder%" %%a in (*.*) do ( echo "%%~na" | findstr /i "Windows10.0*" | findstr /v /i "Express*" 1>nul && ( echo [ MOVE ] %%~na if not exist "CU" md "CU" move "%%a" "cu" >nul 2>&1 ))
RELEASE: UUPDL v0.12.99 +++ BUG FIX RELEASE +++ Changelog v0.12.99 --fixed missing folder creation (thanks to UndertakerBen and d5aqoëp for noticing) https://forums.mydigitallife.net/threads/uup-dump.75052/page-5#post-1368477
Please write a script to DO NOT DOWNLOAD ALL 70 GB BUT ask WHAT LANGUAGE you want to download ( for Aria2 and then convert script )
You have to select language and edition on the website. The offer of converter for all languages option is an unintended side effect of adding converter script. I will remove it from all languages option and add a appropriate message. This cannot be done in script, because the script is generated by website according user selection. Adding option of asking users which language they want will add dependency of php, because the script would need to use UUP dump API to determine which packages are needed for specified language. That would make the whole converter/download script pointless because it would be the same size as UUPDL.
Hello, i was downloading the latest build 17134.1 and after completing the entire download on the resume i got 1 file with error in red. My question is do i need to delete my folder and do the entire download again or uup can file check and download only the corrupted file? If yes, how i can do it? Thanks.
Re-run the exact same download without deleting anything and only the corrupt/missing file will be downloaded.
Hi! I downloaded file and it now says: 1.Create ISO with install.wim 2.Create install.wim 3.UUP Edition info 4.Create ISO with install.esd 5.Create install.esd I want to create USB bootable .iso with UEFI support. Which one should i select? Thanks in advance
select anyone FE 1.Create ISO with install.wim or 4.Create ISO with install.esd for uefi use ultraiso or rufus
How do you use Ultraiso (and why would you) to create an UEFI USB install key? @mehmetalat When you don't need to service the install.wim use iso with install.esd, it will always fit the FAT32 standard. Just format the USB key FAT32 and extract the iso to it's root and it will be UEFI AND Legacy BIOS bootable.
Ultraiso does it the hard/slow way. I do recommend you do the Enthousiast way... for novices my self I use #1 decrypt-multi-release make iso.wim extract files E:\iso copy wim to E:\wim-Pro copy wim to E:\wim-Ent DISM++ install.wim to install.esd make pro-esd smaller add that install.esd to E:\iso\sources oscdimg -bE:\iso\boot\etfsboot.com -h -u2 -m -liso E:\iso\ E:\change name as need to show proper name.iso this gives me the smallest install.esd possible.... extract this iso to the USB that was made FAT32 by Rufus... I then mount install.wim from E:\wim-Ent and change to Enterprise unmount /commit then compress that install.wim with DISM++ to install.esd copy that install.esd to the E:\iso\sources oscdimg -bE:\iso\boot\etfsboot.com -h -u2 -m -liso E:\iso\ E:\change name as need to show proper name.iso now I have both Pro and Enterprise on separate USBs to use
That's the 1000miles drive around way, just export the desired indexes to 1 install.esd directly, all can be done by dism, oscdimg and windows, not any third party tool needed for this.
I prefer Ultraiso, because RUFUS creates a second partition on the flash disk when using larger isos than 4 GB I open the file with ultraiso and write the flash disk.
i found that even when i make install.esd with #4 the ESD is not super compressed. so that is why i use DISM++ better compression, then i guess just the old way, i started long time ago. wim -> mount-> upgrade to Enterprise -> compress with DISM++ then make iso with oscdimg and extract to USB Fat32. and when i make, modify and upload it does save time on smaller is faster. then my clients can DL and upgrade as they chose.