Unfortunately Deltas are mostly for the 'official' Patch Day CUs, the 'irregular' ones like KB4346877 don't offer it (just checked the catalog).
Dear Friends What about all versions 2005-2017 of Visual C++ Redistributable, is there a way to integrate this in Windows .iso too? Sincerely
Not a hotfix, more info here: https://forums.mydigitallife.net/threads/repack-visual-c-redistributable-runtimes-2018-07-26.76588/
Did anyone figure out what might be causing the above? This is what I'm seeing in the last entries of the dberr.txt In the catroot2 directory: Code: . CatalogDB: 11:22:26 PM 8/1/2018: SyncDB:: AddCatalog: Windows-Defender-Nis-Group-Package~31bf3856ad364e35~amd64~~10.0.14393.0.cat CatalogDB: 11:22:26 PM 8/1/2018: SyncDB:: AddCatalog: windows-legacy-whql.cat CatalogDB: 11:22:26 PM 8/1/2018: catadnew.cpp at line #358 encountered error 0x80090008 CatalogDB: 11:34:33 PM 8/1/2018: catadnew.cpp at line #358 encountered error 0x80090008 CatalogDB: 11:56:08 PM 8/1/2018: catadnew.cpp at line #358 encountered error 0x80090008 . I'm not sure if this is related or not. Anyone know?
my Windows Defender are disabled since start, so NO issues until now all works fine thanks God and my Brain...
KB4346877, KB4132216, KB4054590, KB4091664 In what order should updates be installed? Thanks for your reply.
It's probably better to just "CALL W10UI.cmd" from your own script. Makes it easier when new versions of scripts are released...
Hi, I have a question, I have Update my windows 10 v1803 with W10UI_5.0, to the newest build 17134.191 all ok. But if i make a iso from it, it's not bootable or if i want to install i get this, where is the bootable medium ? W10UI_5.0 adjusts boot.wim and install.wim. Do you know how to install windows? And can make an iso of it.
Personally, I just take the official 1803 iso, I open it (with ultraiso for example) and I replace the file "install.wim" (in the "source" folder) by the one generated by W10UI. Then I save it
But how many file's are updated ? boot.wim install.wim setup.exe i think. I have now make a .iso with Windows 10 ADK oscdimg.exe -m -o -u2 -udfver102 -bootdata:2#p0,e,bd:\2\boot\etfsboot.com#pEF,e,bd:\2\efi\microsoft\boot\efisys.bin d:\2 d:\Win10NL-NL.iso -l17134.191 But how can W10UI make an .iso automaticcly ? if he is finished.
By default, the script creates a ISO image. You can burn a DVD using this image or mount the ISO image, format a USB stick and copy the content of the mounted image to the stick. The stick is bootable. Caution : if you have an gpt/uefi system, format rhe stick as fat32. If the .wim exceed the 4 GO size for a fat32 file, you have to split the .wim with dism.
oscdimg . With AiO WIMs splitting might lead to the nasty 'licensing info missing' error . Converting to ESD will reduce size by ~25%.
s1ave77 you said oscdimg . But i only have seen finished, and i had oscdimg.exe also in the folder. Must i something change in the W10UI.cmd for making the .iso ?
In the readme I see this standing. # iso create new iso file if the target is a distribution folder require ADK installed, or placing oscdimg.exe or cdimage.exe next to the script. I had oscdimg.exe next to the script. But did not make a .iso