office 2010 enu install with nld language pack

office 2010 enu install with nld language pack

Postby duda » 05.02.2012, 17:21

Hi,

this is confusing ... I have installed office 2010 plus english with language pack dutch, and now the wsus offline recognize it as installation in dutch language and wants updates in dutch (from the wsusoffline.log : "Info: Found Microsoft Office 2010 Word version 14.0.6024.1000 (o2k10 x86 nld sp1)") :shock: ... which is not true ... anybody ?

Help me please,

Duda
duda
 

Re: office 2010 enu install with nld language pack

Postby aker » 05.02.2012, 20:17

Don't worry.
The language detected by WSUSOU is not important, if you don't want to install an SP. All updates (excluding the service packs) are multi-language.
But sure the has to be a way to determine the core language of Office.

[edit]
note:
Vielleicht könnte das helfen, evtl. um ein Paar Variablen erweitert
Code: Select all
Set oWI = CreateObject("WindowsInstaller.Installer")
For Each prod In oWI.Products
    If UCase(Right(prod, 7)) = "0FF1CE}" Then _
            sOutput = sOutput & prod & vbTab & _
                              oWI.ProductInfo(prod, "VersionString") & vbTab & _
                              oWI.ProductInfo(prod, "Language") & vbTab & _
                              oWI.ProductInfo(prod, "ProductName") & vbCrLf
Next
wscript.echo sOutput

[/edit]
Wer Rechtschreibfehler findet, darf sie behalten oder an den Meistbietenden versteigern. / Everybody finding a misspelling is allowed to keep or sell it.
aker

WSUS Offline Update „Community Edition“
https://gitlab.com/wsusoffline/wsusoffline/-/releases
aker
 
Posts: 3999
Joined: 02.03.2011, 15:32

Re: office 2010 enu install with nld language pack

Postby WSUSUpdateAdmin » 06.02.2012, 09:55

Moin!
aker wrote:Vielleicht könnte das helfen [...]

Wissen Sie denn schon, was bei "duda" da drin steht?
Haben Sie sich mal DetermineSystemProperties.vbs angesehen?

Ich halte meine dortige Abfrage, gemäß http://technet.microsoft.com/en-us/libr ... 79145.aspx u.a., in der Reihenfolge:
  • HKLM\Software\Microsoft\Office\<version>\Common\LanguageResources\SKULanguage
  • HKLM\Software\Wow6432Node\Microsoft\Office\<version>\Common\LanguageResources\SKULanguage
  • HKCU\Software\Microsoft\Office\<version>\Common\LanguageResources\InstallLanguage
, im Moment noch für ausgereifter.

GTW
WSUSUpdateAdmin
Administrator
 
Posts: 2245
Joined: 07.07.2009, 14:38

Re: office 2010 enu install with nld language pack

Postby aker » 06.02.2012, 13:54

Nein weiß ich noch nicht.
Aber ich dachte mir ich notiere mir den Code mal bevor ich ihn wieder vergesse.
Wahrscheinlich steht da als Language variable nld drin sonst würde WSUSOU das doch nicht anzeigen.

Viele Grüsse
Wer Rechtschreibfehler findet, darf sie behalten oder an den Meistbietenden versteigern. / Everybody finding a misspelling is allowed to keep or sell it.
aker

WSUS Offline Update „Community Edition“
https://gitlab.com/wsusoffline/wsusoffline/-/releases
aker
 
Posts: 3999
Joined: 02.03.2011, 15:32

Re: office 2010 enu install with nld language pack

Postby duda » 06.02.2012, 16:08

Thanks for response.

I have noticed that installing of a language pack on up-to-date office 2010 sp1 causes list of patches missing:

Service Pack 1 for Microsoft Office 2010 (KB2510690 ) 64-bit Edition (32 Mb)
Update for Outlook Social Connector 2010 (KB2583935), 64-bit Edition (this one is already installed by patching office 2010 enu)
Update for Microsoft OneNote 2010 (KB2553290) 64-Bit Edition (this one is already installed by patching office 2010 enu)
Update for Microsoft Office 2010 (KB2553310) 64-Bit Edition (this one is already installed by patching office 2010 enu)
Update for Microsoft Office 2010 (KB2553270) 64-Bit Edition (this one is already installed by patching office 2010 enu)
Update for Microsoft Office 2010 (KB2553092), 64-Bit Edition (this one is already installed by patching office 2010 enu)
Service Pack 1 for Language Pack 2010 (KB2460043) 64-bit Edition

Look, without language pack I have installation up-to-date, this is caused by installing the language pack.
The result of vbs script:
office.png
DetermineSystemProperties Office 2010
(32.82 KiB) Not downloaded yet


If installation of office 2010 is international , why than extra patching after installing a language pack; especially patching the same patch.
This is just very confusing.

Duda
duda
 

Re: office 2010 enu install with nld language pack

Postby aker » 06.02.2012, 18:35

Oh I thougtht I wrote this... :oops: :oops: :oops:
Could you please run the script ./client/cmd/DetermineSystemsProperties.vbs and post the content of %temp%\SetSystemsEnvVars.cmd
Wer Rechtschreibfehler findet, darf sie behalten oder an den Meistbietenden versteigern. / Everybody finding a misspelling is allowed to keep or sell it.
aker

WSUS Offline Update „Community Edition“
https://gitlab.com/wsusoffline/wsusoffline/-/releases
aker
 
Posts: 3999
Joined: 02.03.2011, 15:32

Re: office 2010 enu install with nld language pack

Postby duda » 07.02.2012, 09:10

SetSystemEnvVar.cmd result
Code: Select all
set OS_CAPTION=Microsoft Windows 7 Enterprise
set OS_VER_MAJOR=6
set OS_VER_MINOR=1
set OS_VER_REVIS=7601
set OS_VER_BUILD=0
set OS_SP_VER_MAJOR=1
set OS_SP_VER_MINOR=0
set OS_LANG_CODE=0x409
set OS_LANG=enu
set OS_LANG_SHORT=en
set SystemDirectory=C:\Windows\system32
set OS_ARCH=x64
set OS_DOMAIN_ROLE=1
set FS_TYPE=NTFS
set PWR_POL_IDX=0
set WUA_VER_MAJOR=7
set WUA_VER_MINOR=5
set WUA_VER_REVIS=7601
set WUA_VER_BUILD=17514
set MSI_VER_MAJOR=5
set MSI_VER_MINOR=0
set MSI_VER_REVIS=7601
set MSI_VER_BUILD=17514
set WSH_VER_MAJOR=5
set WSH_VER_MINOR=8
set WSH_VER_REVIS=7601
set WSH_VER_BUILD=16978
set IE_VER_MAJOR=9
set IE_VER_MINOR=0
set IE_VER_REVIS=8112
set IE_VER_BUILD=16421
set MDAC_VER_MAJOR=6
set MDAC_VER_MINOR=1
set MDAC_VER_REVIS=7601
set MDAC_VER_BUILD=17514
set DX_CORE_VER_MAJOR=4
set DX_CORE_VER_MINOR=09
set DX_CORE_VER_REVIS=00
set DX_CORE_VER_BUILD=0904
set DX_NAME=9.0c
set DOTNET35_VER_MAJOR=3
set DOTNET35_VER_MINOR=5
set DOTNET35_VER_REVIS=30729
set DOTNET35_VER_BUILD=5420
set DOTNET4_VER_MAJOR=4
set DOTNET4_VER_MINOR=0
set DOTNET4_VER_REVIS=30319
set DOTNET4_VER_BUILD=0
set PSH_VER_MAJOR=2
set PSH_VER_MINOR=0
set PSH_VER_REVIS=0
set PSH_VER_BUILD=0
set MSSE_INSTALLED=0
set MSSEDEFS_VER_MAJOR=0
set MSSEDEFS_VER_MINOR=0
set MSSEDEFS_VER_REVIS=0
set MSSEDEFS_VER_BUILD=0
set WD_INSTALLED=1
set WDDEFS_VER_MAJOR=1
set WDDEFS_VER_MINOR=119
set WDDEFS_VER_REVIS=1379
set WDDEFS_VER_BUILD=0
set RCERTS_VER_MAJOR=0
set RCERTS_VER_MINOR=0
set RCERTS_VER_REVIS=0
set RCERTS_VER_BUILD=0
set TSC_VER_MAJOR=6
set TSC_VER_MINOR=1
set TSC_VER_REVIS=7601
set TSC_VER_BUILD=17514
set WMP_VER_MAJOR=12
set WMP_VER_MINOR=0
set WMP_VER_REVIS=7601
set WMP_VER_BUILD=17514
set O2K10_VER_APP=Word
set O2K10_VER_MAJOR=14
set O2K10_VER_MINOR=0
set O2K10_VER_REVIS=6024
set O2K10_VER_BUILD=1000
set O2K10_SP_VER=1
set O2K10_ARCH=x86
set O2K10_LANG_CODE=0x413
set O2K10_LANG=nld
set AU_SVC_STATE_INITIAL=Running
set AU_SVC_START_MODE=Auto


Duda
duda
 

Re: office 2010 enu install with nld language pack

Postby WSUSUpdateAdmin » 07.02.2012, 09:16

Hi.

Maybe this is caused by design (Microsoft).
You should probably install first Office, second language pack, third Service Pack 1 for both and fourth the post-SP1 patches.

RTW
WSUSUpdateAdmin
Administrator
 
Posts: 2245
Joined: 07.07.2009, 14:38

Re: office 2010 enu install with nld language pack

Postby duda » 07.02.2012, 10:20

Thanks,

I'll go and bother microsoft with this problem, this is not problem of wsus offline.
I think that it is a bug; it should not matter at which point the language pack is installed because the installation of office is international and not language dependent.
If it should matter, I would have get the warnings that this language pack is not complying with this installation of office because of service pack or whatever ...

Duda
duda
 

Re: office 2010 enu install with nld language pack

Postby duda » 07.02.2012, 14:50

Hi,

I just did what you've suggested. After the 3rd step, applying sp1 for office enu, according to the windows update I should install :
------------------------------------------
Service Pack 1 for Microsoft Office 2010 (KB2510690 ) 64-bit Edition

Download size: 32,1 MB

Service Pack 1 (SP1) for Microsoft Office 2010 (KB2510690 ) 64-bit Edition contains new updates which improve security, performance, and stability. Additionally, the SP is a roll-up of all previously released updates.

More information:
http://support.microsoft.com/kb/2510690
----------------------------------------
Argh.
Anyway, no answer from microsoft about this. The office resource kit is also not helpfull.

Duda
duda
 


Return to Fehlende Updates / Missing updates

Who is online

Users browsing this forum: No registered users and 47 guests