Page 1 of 1

I can not integrate IE9 in Spanish (or other languages ​​oth

PostPosted: 05.10.2012, 00:57
by MatuScien
Hello

I've been testing this program for two days and the truth that all good so far, but today I discovered a problem not solve in a fast and easy.

I want to install IE9 in Spanish but I checked the folders and just dump it in German and in English.

If you put the exe in the folder where are the other versions of IE, to generate it deletes it.

Do you have a quick fix?

Greetings!

Re: I can not integrate IE9 in Spanish (or other languages ​

PostPosted: 05.10.2012, 04:48
by boco
From the FAQ:
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.


You must run that script once to add support for your language.

Re: I can not integrate IE9 in Spanish (or other languages ​

PostPosted: 05.10.2012, 13:42
by MatuScien
boco wrote:From the FAQ:
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.


You must run that script once to add support for your language.


Where I can find more extensive information about the program?

Thanks for the help!!

Re: I can not integrate IE9 in Spanish (or other languages ​

PostPosted: 05.10.2012, 20:06
by aker
Just open the cmd and type
Code: Select all
cd /d "<your wsusou dir>\cmd"

then run
Code: Select all
AddCustomLanguageSupport.cmd esn


This will add spanish IE, MSSE, .NET and so on.

If you want to remove it later, just use
Code: Select all
RemoveCustomLanguageSupport.cmd esn

Re: I can not integrate IE9 in Spanish (or other languages ​

PostPosted: 06.10.2012, 15:36
by MatuScien
aker wrote:Just open the cmd and type
Code: Select all
cd /d "<your wsusou dir>\cmd"

then run
Code: Select all
AddCustomLanguageSupport.cmd esn


This will add spanish IE, MSSE, .NET and so on.

If you want to remove it later, just use
Code: Select all
RemoveCustomLanguageSupport.cmd esn


I've done that, thanks anyway.

I did not mean to command "AddCustomLanguageSupport.cmd" meant the WSUS OFFLINE documentation.

Now, that you have mentioned it of eliminating languages. Can I delete English and German languages of this form it will gain a few Mb of space?

Re: I can not integrate IE9 in Spanish (or other languages ​

PostPosted: 07.10.2012, 04:46
by boco
http://www.wsusoffline.net/docs/

Yes, you can remove the ENU and DE packages, you just have to open the text files in ./static and delete the corresponding lines. Please do not leave empty lines in there, except for the very last, it must exist.

Re: I can not integrate IE9 in Spanish (or other languages ​

PostPosted: 07.10.2012, 13:21
by harry
... but you have to do the changes on the files in ...\static (in this case for english and german) whenever WOU is updated!
(The files in the ...\custom directories are not changed by an update of WOU.)