-
Might this be a version mismatch between wix 4 and wix 5? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Found out myself: there were additional errors unrelated to wix toolset which were kind of hiding the real problem, while my UI-related error hid those other errors. After temporarily excluding my UI element and removing the errors, the real error was revealed: my extensions did "not have support for WiX Toolset v4.0.2". Then I only had to change the version declaration to "5.0.0". |
Beta Was this translation helpful? Give feedback.
-
I think we're leaving issues open so they are easier for others to find. |
Beta Was this translation helpful? Give feedback.
Found out myself: there were additional errors unrelated to wix toolset which were kind of hiding the real problem, while my UI-related error hid those other errors. After temporarily excluding my UI element and removing the errors, the real error was revealed: my extensions did "not have support for WiX Toolset v4.0.2". Then I only had to change the version declaration to "5.0.0".