The MSI supports the silent installation mode of the MSIEXEC installer. For full details, please refer to Microsoft's online information regarding Command-Line Options.
The following properties can be passed to the MSI to control the installation:
SETUPLANGLIST controls the SCM locale that will be installed. The list of available languages will be dependent on the source used to generate the MSI, see 1.2 above.
The list of supported locales is:
Code
Locale
de
German
el
Greek
en
English
esdo
Latin American Spanish
eses
Castilian Spanish
fr
French
frca
Canadian French
hi
Hindi
it
Italian
jp
Japanese
ko
Korean
nl
Dutch
pl
Polish
ptbr
Brazilian Portuguese
ru
Russian
tr
Turkish
zh
Chinese
zhyue
Cantonese
zhtw
Traditional Chinese
If omitted, the default is English. If English SCM is not one of the languages installed in source, English SCM is still installed, but can't launch successfully because of the lack of necessary files for this locale. See below 4.1.3.
ADDLOCAL controls the SCM features that will be installed; it is a comma delimited list. This list includes:
Players – Include the players
SupportHier – Include the support hierarchy
Registry – Install and enable registry detection mode
EmbeddedJRE – Install the Embedded JRE
Support 508 – Install and enable Section 508 Accessibility Support
Example: To install the 32-bit SCM using the Japanese locale, to C:\SCM and include all features, with maximum logging to a file C:\SCMINSTALL.LOG with no user prompting but displaying installation progress the command line would be: