Contents Index Previous Next page

Multi-Language Support

Hummingbird Setup Wizard can perform installation for the following languages:

Language Transform File
German 1031.mst
English (default) 1033.mst
Spanish 1034.mst
French 1036.mst
Italian 1040.mst
Portuguese 2070.mst

Each language has an associated .mst transform file. Depending on the language selected, Setup Wizard applies the appropriate .mst file to the original .msi (which initially does not contain any user interface).

You can by-pass Setup Wizard and apply a language transformation using the following command line syntax:

msiexec /i "path" TRANSFORMS=filename.mst

where path is the path to the .msi file, and filename.mst is the appropriate transform file listed in the table above. For example, the following applies an English transformation to Exceed:

msiexec /i "Hummingbird Exceed.msi" TRANSFORMS=1033.mst


Contents Index Previous Next page