Skip to content
Discussion options

You must be logged in to vote

Depends on your definition of "support". MSI's SummaryInformation does not support unicode, so you will need to use a non-unicode codepage supported by computers with the bahasa Indonesia language pack installed that covers all of the characters that you might place into the fields that are included in any summary info fields. You can use utf-8 for all other codepages, ensuring support for any character the computer is capable of displaying. The rest of "wix/heatwave" use unicode everywhere.

You'll probably want to use the LCID of 1057 if I'm not mistaken for the Language value (not 33) and id-ID for the Culture value.

See https://wixtoolset.org/docs/tools/codepage/ for more information.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by robmen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #7700 on August 30, 2023 20:41.