At first, you were using:

<Text>!(loc.License_Agreement)</Text> 

which uses a localization variable. You then switched to placing all of the
RTF content inline. Did you mean to do that? Or did you still want to use
the localization variable? If so, you can put the RTF data in your .wxl
file, such as:

<String Id="License_Agreement">
<![CDATA[
{\rtf1\ansi\ansicpg1252\deff0\deflang1033
{\fonttbl{\f0\fswiss\fcharset0 Arial;}}
{\*\generator Msftedit 5.41.21.2500;}
\viewkind4\uc1\pard\f0\fs20 Custom License Agreement\par}]]>
</String>

And continue to just use the variable name in the .wxs file. It may help to
use CDATA tags too.
-- 
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/License-Agreement-tp5625907p5647718.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to