Replies: 1 comment
-
Yeah, this is a Windows Installer bug that Microsoft fixed then broke later. I think you can work around it by populating the Error table and maybe the Action text for all of the messages. It's a real pain that they broke this because you also become responsible for localizing all the messages where they'd do it... if they would replace the placeholders correctly. 😢 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I have a custom bootstrapper installer with WiX 3.11. In the theme file I have a Progress page with an ExecuteProgressActionDataText tag to display ActionData messages.
On win 10 machines the messages are translated correctly, but on win 11 I am getting a combination of translated + non-translated messages. For example, “Removing backup files File[1]” instead of just “Removing backup files”.
Some of the things I have tried:
Thank you.
Open Source Maintenance Fee
wixtoolset
project because I support the maintainers.Beta Was this translation helpful? Give feedback.
All reactions