Hi, I have be playing around with wix UI dialogs. I have a number of dialogs contained within a fragment in a separate .wxs file. One of the dialogs is to display the license text. I want to be able to specify the file for the text used in the .wxs file which consumes the fragment.
At the moment the fragment contains the component as below: <Control Id="License" Type="ScrollableText" X="20" Y="60" Width="330" Height="140" Sunken="yes" TabSkip="no"> <Text SourceFile="License.rtf" src="" /> </Control> I want something similar to below, but instead for a text file. ## FRAGMENT ## <Control Id="ErrorIcon" Type="Icon" X="15" Y="15" Width="24" Height="24" ToolTip="Information icon" FixedSize="yes" IconSize="32" Text="WixUI_Ico_Info" /> ## .wxs CONSUMING FRAGMENT ## <Binary Id="WixUI_Ico_Info" SourceFile="bitmaps\info.ico" /> Thanks in advance, Ben. -- View this message in context: http://www.nabble.com/Specify-%27license.rtf%27-for-License-Dialogue-UI-tf4515213.html#a12878476 Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users