Page 1 of 1

Too many updates downloaded but they are not compatible

PostPosted: 24.07.2018, 09:13
by demos
I used this program several times but each time I want to update, this program found and download many updates. When I started to install them, it turned out that most of them are not applicable to my computer.
E.g. Now I have Windows 10 x64 1803 (17134.137).
After searching updates, WOU downloaded 15 updates with total amount of 4.24 GB
But only 2 of them with 33.8 MB (!) are compatible.
Why WOU downloaded extra 4 GB ?
windows10.0-kb4287903-x64_8215a1d6af9263604ed34f834634679bd3166cd5.cab
windows10.0-kb4338853-x64_80cfbdddcd6b20f1230efdf19ce7eac1400e55e9.msu
windows10.0-kb3172729-x64_f4fc9775baa98c176f43e87c40088231a884122b.cab
windows10.0-kb3173427-x64_d95e56e499e2c281a1f59585221dc891253414c7.cab
windows10.0-kb4132216-x64_9cbeb1024166bdeceff90cd564714e1dcd01296e.msu
windows10.0-kb4132649-x64_7b1001d846a7a14b752a7ea4c7dd444d4c05b39b.msu
windows10.0-kb4132650-x64_80c6e23ef266c2848e69946133cc800a5ab9d6b3.msu
windows10.0-kb4284819-x64_f46804b916fa01901286f68be95041379ad41b23.cab
windows10.0-kb4284860-x64_e57d981a7b3312109281c7123d58882026eb758b.cab
windows10.0-kb4284874-x64_29381854e20f2f5bda5a5af287372a34016b9c06.cab
windows10.0-kb4284880-x64_8711b0a8c11b1f4d153c3beaa4b3a85faeeae467.cab
windows10.0-kb4287903-x64_3ca439fdb574d0e0556af75cce3b5b22bb7bfd28.cab
windows10.0-kb4287903-x64_46cc13c2c054cea3394a9d8848a2eb8d3d8ad235.cab
windows10.0-kb4287903-x64_698759f244a6f23ebd648132665cfb86260fd52c.cab
windows10.0-kb4287903-x64_a2e627fc84c9d37deed1699017bc323cafc6ba3d.cab

Re: Too many updates downloaded but they are not compatible

PostPosted: 24.07.2018, 10:27
by aker
wsusou downloads updates for all Windows 10 builds, which get updates from MS currently (10240 LTSB, 14393, 15063, 16299 and 17134).
MS does not make any difference between them in the catalog (wsusscn2.cab). All of them are listed as "Windows10.0".
So there is no way to dynamically download updates for one of them, but not for the others.
Your repo contains updated for all currently supported builds (usually 3 updates for each one [cumulative update, Flash Player update, Servicing Stack update]).

Re: Too many updates downloaded but they are not compatible

PostPosted: 26.07.2018, 06:16
by demos
So why other programs work correctly - Windows Update Mini Tool and Dism++? They are always found only correct updates.

Re: Too many updates downloaded but they are not compatible

PostPosted: 27.07.2018, 00:25
by boco
They have a different purpose (updating 1 system with definitely checked patch level) and you cannot compare them. WOU's purpose is to update many systems with unknown patch levels. Thus it needs to have everything "aboard".

Re: Too many updates downloaded but they are not compatible

PostPosted: 27.07.2018, 10:12
by demos
Ok, I understand. Then last question. Is it possible to include this option in future release?

Re: Too many updates downloaded but they are not compatible

PostPosted: 27.07.2018, 17:31
by boco
Only in case changes the catalog and actually starts making a distinction between Windows 10 feature levels. At it is now, they do not. Please note that you can always exclude updates yourself.

Bonus info:
DISM is a default MS tool (previously only in the development kits) that is extensively used by the WOU installer part. It attempts to install whatever you throw at it. All checking is done by Windows Update.
WUMT is only an alternative GUI/shell to Windows Update, it was developed because the one of Windows 10 sucks goat's nuts. Its Offline support is based on the same catalog WOU uses, however, WUMT is executed on the target system and thus knows what OS build you are trying to update.
WOU's download part is not run on the target systems, and thus cannot know what builds the installer has to update in the end. Thus, everything is downloaded. The installer then thoroughly checks the environment and skips everything inapplicable.

In your case, a solution like Portable Update would be better.

Re: Too many updates downloaded but they are not compatible

PostPosted: 27.07.2018, 19:37
by aker
@boco
„Dism++“ is a „tuning“ tool for Windows, which also is able to slipstream updates. It can be compared to NLite or VLite for Windows XP/Vista.

Re: Too many updates downloaded but they are not compatible

PostPosted: 27.07.2018, 23:00
by boco
:oops: I missed the ++ characters.

Dism++ by Mouri_Naruto is a replacement for the standard DISM, but with a GUI. It is one of the many projects that are maintained and supported on MDL (where I'm a member under a different name). The original DISM is from MS.

MDL topic: https://forums.mydigitallife.net/thread ... ity.59389/