cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
scottd72
Level 7

Easy MSIEXEC question - how to specify install language

I'm sure this is an easy one, i just can't find the answer to it.

I want to install my msi in a language other than English from a command line using msiexec. I know how to do it using the regular setup.exe file (setup.exe /L1031 for German). How does one do this with msiexec?

Thanks.
Labels (1)
0 Kudos
(1) Reply
RobertDickau
Flexera Alumni

With InstallShield's multi-language output, you'll point to the appropriate language transform:

msiexec /i Something.msi TRANSFORMS=1033.mst
0 Kudos