Page 1 of 1

How to download PLK language pack/packs?

PostPosted: 19.02.2013, 16:25
by jakson
Hi,

I want to download Windows 7 x86 multilangual updates with dotNet frameworks,
but with PLK (polish) language packs.
Is there any way?

By now I have (in wsus download folder) DE lang pack files:

IE10-Windows6.1-x86-de-de.exe
...
dotnetfx35langpack_x86de.exe
...
etc.

Re: How to download PLK language pack/packs?

PostPosted: 19.02.2013, 16:55
by harry
Please see ...\doc\faq-enu.txt:
Q: I miss IEx, .NET and MSSE installation files for my language. Why aren't they downloaded and what can I do to have them downloaded?
A: Since Service Packs and updates for Windows Vista / 7 / Server 2008(R2) are multilingual, there's no 24-language selection table for these platforms, so by default, only the English and German versions of those localized installation packages for IEx, .NET and MSSE will be downloaded.
To have your favorite locale(s) downloaded in addition, you may use the ...\cmd\AddCustomLanguageSupport.cmd script.

Run the following command (from your WSUSOU directory) once and start again UpdateGenerator.exe:
Code: Select all
.\cmd\AddCustomLanguageSupport plk

p.s.: Delete the files ...\client\md\hashes-dot*.txt and ...\client\md\hashes-msse.txt before running UpdateGenarator.exe again, if it was started already today (because of "same day rule")!

Re: How to download PLK language pack/packs?

PostPosted: 21.02.2013, 22:42
by jakson
Thanks, it works:
AddCustomLanguageSupport.cmd plk
add polish lang.

And how to remove de/deu lang. updates?
RemoveCustomLanguageSupport.cmd
doesn't support de/deu parameter.

Also I don't want to download german version of cpp/vcredist,
but english only.

How to set wsus offline to download plk or enu (if plk is not available)
updates, dotnet, cpp runtime?

Re: How to download PLK language pack/packs?

PostPosted: 23.02.2013, 01:28
by harry
There is no automatic for this!

You can edit the following files manually:
Code: Select all
.\static\StaticDownloadLinks-dotnet.txt
.\static\StaticDownloadLinks-dotnet-x86-glb.txt
.\static\StaticDownloadLinks-dotnet-x64-glb.txt

.\static\StaticDownloadLinks-w60-x86-glb.txt
.\static\StaticDownloadLinks-w60-x64-glb.txt

.\static\StaticDownloadLinks-w61-x86-glb.txt
.\static\StaticDownloadLinks-w61-x64-glb.txt

.\static\StaticDownloadLinks-msse-x86-glb.txt
.\static\StaticDownloadLinks-msse-x64-glb.txt

But it is not recommended to do so, because you have to do the changes again for every new version of WSUSOU!

Re: How to download PLK language pack/packs?

PostPosted: 08.03.2014, 19:13
by harry
Since WSUSOU v9.0 there is a script for the above step: .\cmd\RemoveGermanLanguageSupport.cmd