This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Easy MSIEXEC question - how to specify install language
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 25, 2010
11:06 AM
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.
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.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 25, 2010
01:54 PM
With InstallShield's multi-language output, you'll point to the appropriate language transform:
msiexec /i Something.msi TRANSFORMS=1033.mst
msiexec /i Something.msi TRANSFORMS=1033.mst