Article ID: 945598 - Last Review: January 21, 2008 - Revision: 1.3 How to determine the version of an installed 2007 Office language packOn This PageINTRODUCTIONThis article describes how to determine the version of an installed 2007 Microsoft Office language pack. MORE INFORMATIONTo determine the version of an installed 2007 Office language pack, use one of the following methods. Method 1: Use Control PanelWindows XP or Windows Server 2003To determine the version of the installed language pack and to determine whether updates or services packs are installed for the language pack, use the Add or Remove Programs feature in Control Panel. To do this, follow these steps:
Windows VistaTo determine the version of the installed language pack and to determine whether updates or services packs are installed for the language pack, use the Programs feature in Control Panel. To do this, follow these steps:
Method 2: Use a Microsoft Visual Basic for Applications scriptMicrosoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure. However, they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements.To determine the language pack version information in a 2007 Office system deployment, you can use the sample Visual Basic for Applications script that is provided in this method. The sample Visual Basic script queries the Windows Installer program to provide the version of the installed products. You must use a Visual Basic script to determine the language pack version if you deployed the language pack by copying the language pack files into the source image of the program that was being installed. For example, you must use this method if you copied the language pack files into the Updates folder of the 2007 Microsoft Office Enterprise source image. This is because a language pack that is installed in this manner is not listed separately in the Add or Remove Programs feature in Control Panel. To determine the version information for the installed language pack by using a Visual Basic script, follow these steps:
The following information is an example of the language pack version information that is provided by the sample Visual Basic script: Microsoft (R) Windows Script Host Version 5.7
Copyright (C) Microsoft Corporation. All rights reserved.
{90120000-0030-0000-0000-0000000FF1CE} 12.0.6215.1000 Microsoft Office Enterprise 2007
{90120000-0051-0000-0000-0000000FF1CE} 12.0.6215.1000 Microsoft Office Visio Professional 2007
{90120000-00A1-0410-0000-0000000FF1CE} 12.0.6215.1000 Microsoft Office OneNote MUI (Italian) 2007
{90120000-00A1-0401-0000-0000000FF1CE} 12.0.6215.1000 Microsoft Office OneNote MUI (Arabic) 2007
{90120000-00A1-0411-0000-0000000FF1CE} 12.0.6215.1000 Microsoft Office OneNote MUI (Japanese) 2007
{90120000-00A1-0402-0000-0000000FF1CE} 12.0.6215.1000 Microsoft Office OneNote MUI (Bulgarian) 2007
{90120000-00A1-0412-0000-0000000FF1CE} 12.0.6215.1000 Microsoft Office OneNote MUI (Korean) 2007
{90120000-00A1-0422-0000-0000000FF1CE} 12.0.6215.1000 Microsoft Office OneNote MUI (Ukrainian) 2007
{90120000-00A1-0413-0000-0000000FF1CE} 12.0.6215.1000 Microsoft Office OneNote MUI (Dutch) 2007
{90120000-00A1-0404-0000-0000000FF1CE} 12.0.6215.1000 Microsoft Office OneNote MUI (Chinese (Traditional)) 2007
{90120000-00A1-0804-0000-0000000FF1CE} 12.0.6215.1000 Microsoft Office OneNote MUI (Chinese (Simplified)) 2007
{90120000-00A1-0C04-0000-0000000FF1CE} 12.0.6215.1000 Microsoft Office OneNote MUI (Chinese (Traditional)) 2007
{90120000-00A1-0414-0000-0000000FF1CE} 12.0.6215.1000 Microsoft Office OneNote MUI (Norwegian (Bokm†l)) 2007
{90120000-00A1-0424-0000-0000000FF1CE} 12.0.6215.1000 Microsoft Office OneNote MUI (Slovenian) 2007
{90120000-00A1-0405-0000-0000000FF1CE} 12.0.6215.1000 Microsoft Office OneNote MUI (Czech) 2007928516
(http://support.microsoft.com/kb/928516/
)
Description of the numbering scheme for product code GUIDs in 2007 Office suites and programs
For more information about how to deploy multiple languages of the 2007 Office system, see the "Customize a multilanguage deployment of the 2007 Office system" topic in the 2007 Office Resource Kit. To do this, visit the following Microsoft TechNet Web site: http://technet.microsoft.com/en-us/library/cc179119.aspx
(http://technet.microsoft.com/en-us/library/cc179119.aspx)
For more information about how to determine which version of a 2007 Office product is installed, click the following article number to view the article in the Microsoft Knowledge Base:
928116
(http://support.microsoft.com/kb/928116/
)
How to determine which version of a 2007 Office product is installed
APPLIES TO
| Article Translations
|
Back to the top

