Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why is my license not showing up?

Tags:

wix

rtf

In my <Product> I have:

<WixVariable Id="WixUILicenseRtf" Value="LICENSE.rtf" />

LICENSE.rtf exists, and is an rtf file (I've tried saving with a few different programs in case it was a problem with one of them).

The file contains text (a whole license!), and the text is sensibly formatted.

Why then, is the License field of my installer blank?

enter image description here

like image 863
fredley Avatar asked Jul 06 '12 15:07

fredley


1 Answers

It turns out you basically must generate your rtf with Wordpad, or make a perfect replica. Since mine are generated by scripts, I adjusted my script to insert the Wordpad header to the rtf file, and this fixed it.

like image 198
fredley Avatar answered Oct 01 '22 16:10

fredley