Missing localization variables #6627
-
Hey everyone, I am trying to convert a project to WiX 4.0 and I'm running into an issue where I have errors about localization variables being missing when I include my own localization file. I pulled some random errors out of the output because there are a lot of them, bulk of these appear to come from the UI and Firewall extensions. Here they are:
When I include some of these variables that appear in the error message, like The command I'm running looks like this:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
nevermind on this, I did convert the localization file but it did not add the required WixLocalization section to the file. I looked at this file and changed my the heading of my localization file to:
This made the issue go away. |
Beta Was this translation helpful? Give feedback.
nevermind on this, I did convert the localization file but it did not add the required WixLocalization section to the file. I looked at this file and changed my the heading of my localization file to:
<WixLocalization Culture="en-US" Codepage="1252" xmlns="http://wixtoolset.org/schemas/v4/wxl">
This made the issue go away.