Hi,

Will this require defining in my XML code complete UI of every standard
dialog? Ideally, I just want to reference the needed label and change
its font color. I am using the standard Install_Dir type of UI, with no
actual UI code in my XML.

Thanks for your answers!


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Richard
Sent: Wednesday, December 19, 2007 19:17
To: WiX Users
Subject: Re: [WiX-users] Label text color change during branding


In article
<[EMAIL PROTECTED]>,
    "Levon Levonian" <[EMAIL PROTECTED]>  writes:

> How is it possible (if at all) to specify that the label on top of
each
> of the standard dialog boxes be of some different color?=20

Use the TextStyle table to define a new named text style for the text
you want that's different.

Then for the Text property of each label that you want in this other
style prepend the string "{\style}" or "{&style}", where "style" is
the TextStyle column of the row you added to the TextStyle table.  See
the help topic "Adding Controls and Text" in the Windows Installer
docs for more details.
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for
download
      <http://www.xmission.com/~legalize/book/download/index.html>

        Legalize Adulthood! <http://blogs.xmission.com/legalize/>

------------------------------------------------------------------------
-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketp
lace
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

**************************************************************************
READER BEWARE: Unencrypted, unsigned Internet e-mail is inherently insecure.

Internet messages may be corrupted, incomplete, misdirected or may
incorrectly identify the sender. Therefore, nothing in this message or
attachments may be considered legally binding.

THIS MESSAGE IS ONLY INTENDED FOR THE USE OF THE INDIVIDUAL
OR ENTITY TO WHICH IT IS ADDRESSED AND MAY BE PRIVILEGED.

If you are not the intended recipient or their authorized agent, you
may not forward or copy this information and must delete or destroy all
copies of this message and attachments received.

If you have received this communication in error, please notify
Matrikon Inc. by telephone at (780) 448-1010.
**************************************************************************



-------------------------------------------------------------------------
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

Reply via email to