Sascha,

thanks for your reply. I already read somewhere that "modern" RTF
editors maybe not work with WiX. So, like you suggested, I tryed it with
WordPad - but this did not work either. The display of the text is no
problem at all - it gets shown. Currently to font sie is about 10pt -
which I want to reduce to 9pt or maybe 8pt. I will play aound with other
WordPad-Like programs (besides WordPard I tryed Word and OpenOffice
Writer)... Maybe I find one that works.

Regards,
Tom

Sascha Beaumont schrieb:
> 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
>
>   


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

Reply via email to