cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
User_2009
Level 2

How can I change the text color and size in install script?

How can I change the text color and size in install script [install shield project]? I want to change message[szMsg] color and size in the welcome dialog box[SdWelcome]. Message is a warning message to grab the user attention so I am willing to to red and bold ?
Labels (1)
0 Kudos
(1) Reply
J_anitha
Level 8

To change the size of one particular text , you will have to write a custom dialog for your Welcome screen. You can use GetFont() and CtrlSetFont() functions for this.

For changing the color, as per my understanding, you will have to create your own skin for the dialog!
You can get more on this, if you search for skin customization.

If it's to grab user's attention, you can make this text bold, and a bit larger than the rest of the text on the dialog..

cheers!
anitha
0 Kudos