Remarks
The Product attribute identifies the product affected by this Config.xml file. The productID is defined in the Setup.xml file that is located in the core folder for the product, in the ID attribute of the Setup element.
The Product attribute is optional, unless you set the Display element Level attribute to “basic” or “none”. In this case, the Product attribute is required. If the product specified by the Product attribute does not exist in the network installation point, Setup ends the installation.
Example
The productID for Office Professional Plus 2013 Preview is located in ProPlus.WW\Setup.xml in the following line:
<Setup Id="ProPlus" Type="Product" ... >
You use this productID in Config.xml to specify Office Professional Plus 2013 Preview by entering the following line:
<Configuration Product="ProPlus">
...
</Configuration>
AddLanguage element
Adds the specified language to the installation.
Syntax
<AddLanguage
[ShellTransform="Yes"]
/>
Attributes
The following table describes AddLanguage element attributes and values.
AddLanguage attributes
| Attribute |
|
| Value |
|
| Description |
|
|
|
|
|
|
| |||
|
|
|
|
|
|
|
|
|
Id |
|
|
|
| The language identifier. | |||
|
|
|
|
|
|
|
| |
|
|
|
| match |
|
| Matches the language Id of the user's | |
|
|
|
|
|
|
| Windows user locale. | |
|
|
|
|
|
|
| ||
ShellTransform |
|
| Yes |
|
| Specifies the language for the shell user | ||
|
|
|
|
|
|
| interface. If more than one | |
|
|
|
|
|
|
| ||
|
|
|
|
| 63 |