-
Hey guys Sorry for the duplication, but as I didn't get a reply yet here (#7369 (comment)) I start another thread. Even though I have added (or at least I think so) support for the 'Comments' attribute in the 'SummaryInformation' with my PR's I can't figure out how to test it using the new WiX 5 release candidates. Quick steps for reproduction: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
The https://wixtoolset.org/docs/schema/wxs/summaryinformation/ says that this attribute is v5 and newer only. |
Beta Was this translation helpful? Give feedback.
-
You need to manually update your .wixproj to point to a pre-release of WiX. HeatWave will not do that for you. Fortunately, the steps are pretty simple:
If you have more than one .wixproj in your Solution, I'm pretty sure you have to update all of them to the same version. |
Beta Was this translation helpful? Give feedback.
You need to manually update your .wixproj to point to a pre-release of WiX. HeatWave will not do that for you. Fortunately, the steps are pretty simple:
Project
element'sSdk
attribute fromWixToolset.Sdk/4.0.0
toWixToolset.Sdk/5.0.0-rc.2
If you have more than one .wixproj in your Solution, I'm pretty sure you have to update all of them to the same version.