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

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:
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
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