Re: [WiX-users] single msi-file seems to need 1033.mst transform file

2009-07-15 Thread gulfam murad
Using Package Languages to define the supported languages and embedded each supported language into the master msi is working fine for me. Here is what i have done: For example, i have Package Languages set to 1031,1033. Suppose I will use 1033 as my Master msi. for 1033, I have the following sett

Re: [WiX-users] single msi-file seems to need 1033.mst transform file

2009-07-15 Thread Sebastian Brand (Instyler Software)
We had a similar problem. When using the transform trick, the initial language of the msi package has to be the language of the system (regional settings -> location) or the transforming won't find the right mst file... Solution: set the Package Languages field to "0". Best regards, Sebastian Br