cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Venkey
Level 3

Display Product Name as title in custom dialog

How do u Display Product Name as title in custom dialog...

I created install script MSI and a custom dialog to capture a username and password. everything is working fine except that the Custom Dialog is not displaying Product name as title where as other screens are doing so.

And also how do we bold the text within custom dialog
Labels (1)
0 Kudos
(4) Replies
ITI_Randy
Level 6

The caption in your custom dialog can be set, as the other dialogs. The value for the product name will be pulled by using [ProductName] in the caption text.
0 Kudos
Venkey
Level 3

Can you please let me know how to use it.
0 Kudos
vijayakumar
Level 6

Go to the Dialogs view:
Choose ur Custom Dialog -> Select the Title of ur Custom Dialog -> On the right side, u can see a property 'Caption' -> Corresponding to that property, enter the value as '[ProductName]'.

For formatting ur text, Select the text u want to format -> On the right side, u can see the property 'Text Style' -> Choose the style u wanted.

Hope this helps.
0 Kudos
Venkey
Level 3

Hi thanks for the reply...but this doesnt work for me.... When I selected the custom dialog, I am unable to see caption property.

Same case for making a text bold. I am using skinnable dialog does it makes any difference.:)
0 Kudos