Page 1 of 1

Probably a wrong entry in ExcludeListUSB-all-x86.txt

PostPosted: 27.11.2014, 05:25
by random
Hi,

You include the entry -x64 in the ExcludeListUSB-all-x86.txt file, which prevents the following update(s) from being copied to destination:

NDP452-KB2901907-x86-x64-AllOS-ENU.exe
NDP452-KB2901907-x86-x64-AllOS-PTB.exe

Steps to reproduce:

Code: Select all
CopyToTarget.cmd all-x86 C:\DestDir /includedotnet /includemsse /includewddefs /cleanup


Those updates will be missing in the dotnet directory.

The other files are copied normally (wouldn't match the hyphen...):

dotNetFx40_Full_x86_x64.exe
dotNetFx40LP_Full_x86_x64pt-BR.exe


Thank you.

random

Re: Probably a wrong entry in ExcludeListUSB-all-x86.txt

PostPosted: 27.11.2014, 22:37
by WSUSUpdateAdmin
Thanks,

I'll review that.

RTW

Re: Probably a wrong entry in ExcludeListUSB-all-x86.txt

PostPosted: 04.12.2014, 15:32
by WSUSUpdateAdmin
Hi.

Fixed in http://trac.wsusoffline.net/browser/trunk (r631): '- Fix: Filter file ExcludeListUSB-all-x86.txt erroneously excluded .NET Framework 4.5.2 installation packages (kb2901907) (Thanks to "random")'

Regards
T. Wittrock

Re: Probably a wrong entry in ExcludeListUSB-all-x86.txt

PostPosted: 05.12.2014, 12:37
by hbuhrmester
Hello,

I once noticed a similar bug with Windows XP. I wanted to save the latest updates to an ISO image and found, that these files were missing:

/dotnet/NDP451-KB2858728-x86-x64-AllOS-ENU.exe
/dotnet/NDP451-KB2858728-x86-x64-AllOS-DEU.exe
/dotnet/x86-glb/NDP451-KB2858728-x86-x64-AllOS-DEU.exe
/win/deu/windowsmedia9-x86-kb2447961-x64-deu_13bbb1fe643ffe2b3c1c48ab7218fbccae33baa6.exe

The problem was the filter *-x64* in the file /exclude/ExcludeListISO-wxp-x86.txt. The support for Windows XP was already abandoned at that time, and the version 9.2.1 of WSUS offline update superseded by newer versions. Normally there is no point to make bug reports for an old version.

But the same filter list is also used in ExcludeListISO-w2k3-x86.txt, so Windows 2003 Server may still be affected.

Greetings,
Hartmut

Re: Probably a wrong entry in ExcludeListUSB-all-x86.txt

PostPosted: 05.12.2014, 15:06
by WSUSUpdateAdmin
Hi Hartmut,

thanks for your report!

I don't think this is a major problem, because the last .NET version which supports Server 2003 is 4.0, and I don't think many people use media player under Server 2003.

Kind regards and have a nice weekend!
Torsten