Ian Sullivan wrote:

I'm using v3 with WixUI_Minimal and for some reason when my license file is displayed in the installer UI the text doesn't display (LicenseDisplay1.jpg) until you click somewhere in the UI(LicenseDisplay2.jpg).


It's a known bug/limitation in the interaction between MSI and the rich-edit control. MSI uses Richedit20W and it has painting problems with "complicated" RTF. The simplest workaround is to open the RTF file in Wordpad and save it out. Wordpad uses a simpler form of RTF than Word and that usually -- but not always, of course -- does the trick.

Also, any set that doesn't show the license in the first modal dialog will work fine, so the other workaround is to pick a different set (e.g., WixUI_InstallDir).

--
sig://boB
http://joyofsetup.com/

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to