Page 1 of 1

localization ignored?

PostPosted: 26.03.2017, 19:37
by asdsa
Hi,
I have Polish version of windows 7 pro and using WSUS Offline Update (either 10.8.1 and 10.9.2) ignore my locale.
Besides global/ENU, program fails to fetch "PLK"files, but downloads "DEU" files.
For example in dotnet folder, it downloads NDP462-KB3151800-x86-x64-AllOS-DEU.exe and NDP46-KB3045557-x86-x64-AllOS-DEU.exe, but does not get NDP461-KB3102436-x86-x64-AllOS-PLK.exe.
Same with msse, I get MSEInstall-x64-enu.exe, MSEInstall-x64-deu.exe, but no MSEInstall-x64-plk.exe.

Same behaviour on 4 different computers, with vista x32, and win7 x64.

If I place the plk file by hand, the updater script fails in that ("intergity check" failed).
Is there any way to force the updater to include my locale?
regards,
Dominik

Re: localization ignored?

PostPosted: 26.03.2017, 20:29
by Dalai
WSUS Offline doesn't ignore your locale, it doesn't know about it, downloads only English and German by default. You can add Polish support by running
Code: Select all
wsusoffline\cmd\AddCustomLanguageSupport.cmd plk
. This is also documented in the FAQ which can be found in wsusoffline\doc\faq-enu.txt. The German files (locale support) can be disabled by running RemoveGermanLanguageSupport.cmd.

Regards
Dalai

Re: localization ignored?

PostPosted: 26.03.2017, 22:17
by asdsa
thank you very much; sorry that I've missed that one in manual