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

Reply via email to