WiX custom license file: setup shows links with < >
问题 I created a WiX 3.5 setup with a custom license file by putting this into the .wxs file: <WixVariable Id="WixUILicenseRtf" Value="License.rtf" /> This works perfectly and the link is displayed when I run the created .msi file. (I'm using the WixUI_InstallDir Dialog Set) Now I want to put a hyperlink into the license file. I just put the link into the file by opening it in WordPad and pasting http://mylink.com (WordPad turns it into a hyperlink automatically). When I compile that in WiX, the