I have a MSI installer with some transform embed in it, I want to trigger this MSI with ProductLanguage property with multiply language like msiexec /i setup.msi TRANSFORM=1033, how to do it?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here is an approach which lets Windows Installer select the language automatically based on the target machine:
is it possible to create a multilanguage installer using WIX?
If you want to let the user select a language, the only solution is a custom EXE bootstrapper. This EXE should display a language selection dialog and apply the appropriate transform.