The WixVariable ID to add the EULA rtf has a typo, it should be WixUILicenseRtf and not WixUILicenseRTF`
This results in having the default lorem ipsum text in the license dialog box instead of the actual rtf text.
Typo:
|
.attr("Id", "WixUILicenseRTF") |
Reference:
https://wixtoolset.org/docs/v3/wixui/wixui_customizations/#specifying-a-license-file
The WixVariable ID to add the EULA rtf has a typo, it should be
WixUILicenseRtfand not WixUILicenseRTF`This results in having the default lorem ipsum text in the license dialog box instead of the actual rtf text.
Typo:
PyOxidizer/tugger-wix/src/simple_msi_builder.rs
Line 521 in b78b0cb
Reference:
https://wixtoolset.org/docs/v3/wixui/wixui_customizations/#specifying-a-license-file