For MSI UI, Text Styles are described in the following paragraph from the page: 
http://msdn.microsoft.com/library/windows/desktop/aa367524.aspx
 
"Controls can have a predefined font style. To set the font and font style of a 
text string, prefix the string of displayed characters with {\style} or 
{&style}.  Where style is an identifier listed in the TextStyle column of the 
TextStyle table. If neither of these are present, but the DefaultUIFont 
property is defined as a valid text style, that font will be used."
 
-Blair
 
> From: afor...@cmu.edu
> To: wix-users@lists.sourceforge.net
> Date: Wed, 13 Nov 2013 09:01:59 -0500
> Subject: Re: [WiX-users] Custom Font Color for Dialog Subtitle
> 
> You probably need to go into the WiX source (found here: 
> https://wix.codeplex.com/downloads/get/582222) and get the a copy of the .wxl 
> and .xml files of the theme your installer uses. In my case, these were the 
> RtfTheme files in the BalExtension. You can then edit these local copies 
> however you like to make little adjustments to the UI. I point to my own 
> custom versions of these in my burn bootstrapper with the following:
> 
> <BootstrapperApplicationRef 
> Id="WixStandardBootstrapperApplication.RtfLicense" >
>       <bal:WixStandardBootstrapperApplication
>               LicenseFile="MyLicense.rtf"
>               LocalizationFile="MyRtfTheme.wxl"
>               LogoFile="MyLogo.png"
>               SuppressOptionsUI="yes"
>               ThemeFile="MyRtfTheme.xml"
>               />
> </BootstrapperApplicationRef>
> 
> But if you're just building an MSI package (rather than a burn bootstrapper), 
> you'll probably have to point to the .wxl and .xml files in a different 
> manner (which I don't know, offhand).
> 
> Alain
> 
> -----Original Message-----
> From: Shira1992 [mailto:schmitzber...@andavis.de] 
> Sent: Wednesday, November 13, 2013 08:11
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Custom Font Color for Dialog Subtitle
> 
> @ Bob: you said:
> 
> "You can add your own localization strings to add a text style.
> Otherwise, no; the strings in the subtitle don't have a text style so
> they get the default style. "
> 
> But you don“t say how I get it work.
> 
> Can you tell it?
> 
> 
> 
> 
> 
> --
> View this message in context: 
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Custom-Font-Color-for-Dialog-Subtitle-tp6239927p7590623.html
> Sent from the wix-users mailing list archive at Nabble.com.
> 
> ------------------------------------------------------------------------------
> DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
> OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
> Free app hosting. Or install the open source package on any LAMP server.
> Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
> http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 
> ------------------------------------------------------------------------------
> DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
> OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
> Free app hosting. Or install the open source package on any LAMP server.
> Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
> http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
                                          
------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to