Page 1 of 1

IE10 french version update

PostPosted: 10.12.2013, 14:30
by stenton
Hi!

I ran the following command in cmd directory of my wsusoffline branch
AddCustomLanguageSupport.cmd fra (i assume fra is the code of french language)

Then I ran the UpdateGenerator again, but when I update my win7 x64, I get this warning message :
Warning : file ..\w61-x64\glb\IE10-Windows6.1-x64-fr-fr*.exe not found

I'm using wsusoffline 8.8

can anyone help me, pls ?

Thanks

Re: IE10 french version update

PostPosted: 10.12.2013, 17:06
by aker
.\doc\faq-enu.txt wrote: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.


Please open a command promt and enter the following commands:
Code: Select all
cd /d <your wsusou dir>\cmd
.\AddCustomLanguageSupport.cmd fra


Then start a new download.

Re: IE10 french version update

PostPosted: 10.12.2013, 17:43
by boco
What you get is a warning, not an error. Could you post the download log from that session? Just cut out that part from the big log.

@WSUSAdmin: Would it be possible to create a new log every month? That way they wouldn't get too big (mine is >12MiB now), and they could get deleted if older than 1 year or so.

Re: IE10 french version update

PostPosted: 11.12.2013, 15:35
by stenton
@aker

thanks for your reply, it's works.
just to know, what's the difference between my commands and your commands ?
Code: Select all
cd <my wsusoffline dir>
cd cmd
AddCustomLanguageSupport.cmd fra


@boco
sorry for the log file, I use vm, and restart each time, anyway thanks for your time.

Re: IE10 french version update

PostPosted: 11.12.2013, 16:01
by aker
They do the same. If your wsusou dir would be C:\wsusoffline, your commands would be
Code: Select all
cd C:\wsusoffline
cd cmd
...

and mine
Code: Select all
cd C:\wsusoffline\cmd
...

They both do the same.

And in the last line ".\" just means "current directory".

Re: IE10 french version update

PostPosted: 12.12.2013, 15:53
by WSUSUpdateAdmin
Hi boco,

boco wrote:@WSUSAdmin: Would it be possible to create a new log every month? That way they wouldn't get too big (mine is >12MiB now), and they could get deleted if older than 1 year or so.

It's worth thinking about, but I also think it's reasonable that users manage log file truncation/archiving/deletion on their own.

Regards
Torsten Wittrock