SummaryInformation element does not have Comments property #7984
Unanswered
stefanhubertus
asked this question in
Questions
Replies: 2 comments 4 replies
-
It's supported in WiX v5. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Why this was not backported to newest v4? When v5 will be released, when v3 has been given deadline? |
Beta Was this translation helpful? Give feedback.
3 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.
-
I have tried to add the Comments property to a SummaryInformation element in WiX 4.0.3. According to this documentation, the property should be available: https://wixtoolset.org/docs/schema/wxs/summaryinformation/
Unfortunately I always get this error message when trying to build (or as a preview in VS 2022): error WIX0004: The SummaryInformation element contains an unexpected attribute 'Comments'.
Is there something wrong with the SummaryInformation element or do I overlook a requirement here? The other attributes are offered correctly.
Beta Was this translation helpful? Give feedback.
All reactions