Windows Installer uses the Windows rich-edit control, which doesn't
support "modern" RTF that Word generates so you will need to save the
file from within Wordpad rather than a more feature rich editor. We
use a license agreement in 8pt font and I'm not sure if you'd want to
go any smaller than that...



On Mon, Mar 30, 2009 at 4:56 AM, Tom Kazimiers <2voo...@gmx.de> wrote:
> Hi there,
>
> the font size of the LicenseAgreementDlg dialog is too big for me - so I
> want to change it :)
> I thought I have to make a custom dialog which works pretty good but now
> I don't know how to change the size of the ScrollableText control.
> The relevant control is defined as follows:
> <Control Id="LicenseText" Type="ScrollableText" X="20" Y="60"
> Width="330" Height="140" Sunken="yes" TabSkip="no">
>                    <Text SourceFile="!(wix.WixUILicenseRtf=None)" />
> </Control>
>
> The source file is RTF file, but the format changes I do in the document
> do not work and get not recognized (I tryed with several editors).
> So is there a way to change the display of the sourcefile text?
>
> Thanks in advance,
> Tom
>
> ------------------------------------------------------------------------------
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to