Loading
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.

  • Community Manager (Flexera Software)

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

     

    msiexec /i Something.msi TRANSFORMS=1033.mst

Loading
Easy MSIEXEC question - how to specify install language