Replies: 3 comments 13 replies
-
Short answer: Package/@language. A single package can only contain one language. However, if you are using any wixtoolset provided assets (such as the WixUI extension), there are better ways. Those better ways are better even if you are not using WixUI. If you are using If not using MSBuild, provide the culture using the BTW, specifying the cultures to build from the command-line/through MSBuild was considered best-practice during v3, as well. |
Beta Was this translation helpful? Give feedback.
-
Not true. A single MSI package may contain multiple embedded transforms for different languages. Hence the summary information can contain multiple language id’s. We used to set it via Package/@Languages in WIX 3. I need a way to do the same in WIX 4. |
Beta Was this translation helpful? Give feedback.
-
@avivanoff From the link you provided:
However, since you are already doing things that are not supported by Windows Installer (even though they wrote the code that makes it work), go ahead and use the sdk tools to do the job (aka |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In WiX 3 there is Package/@Languages element to specify a list of language the MSI package supports. When using wix convert tool to upgrade to WiX4, this element just gets removed. How do you specify languages in WiX 4 project?
Also posted on StackOverflow.
Beta Was this translation helpful? Give feedback.
All reactions