如何将许可证的超链接放在Product.wxs中?
我只注意到以下代码:
<WixVariable Id="WixUILicenseRtf" Value="path\License.rtf" />
包含rtf文件的许可证。
答案 0 :(得分:0)
似乎没有可能
WiX custom license file: setup shows links with < >
MSI不支持超链接。您可以将文本修改为链接,但实际上不起作用。
也就是说,WiX标准Bootstrapper确实支持超链接
http://wixtoolset.org/documentation/manual/v3/bundle/wixstdba/wixstdba_license.html