InstallShield 2019 » InstallScript Language Reference
The SetDialogTitle function changes the titles that appear in the title bars of some common built-in dialogs. Specify the dialog using the parameter nDialogId. If you do not use SetDialogTitle, the default title appears.
When you set the title for a particular dialog, InstallShield uses that title for every instance of that type of dialog until you use SetDialogTitle to change the title again. You must call SetDialogTitle separately for each type of dialog whose title you wish to change.
Note • InstallShield creates message boxes using standard Windows message box functions. Windows determines the OK and Cancel button text for these message boxes. InstallShield cannot control the text used in the buttons inside Windows message boxes.
Syntax
SetDialogTitle ( nDialogId, szTitle );
Parameters
Parameter |
Description |
||||||||||||||||||||||||||||||
nDialogId |
Identifies the built-in dialog whose title is to be changed change. Pass one of the following predefined constants in this parameter:
|
||||||||||||||||||||||||||||||
szTitle |
Specifies the new title. |
Return Values
Return Value |
Description |
0 |
Indicates that the function successfully changed the title of the dialog. |
< 0 |
Indicates that the function was unable to change the title of the dialog. |
See Also
InstallShield 2019 Help LibraryApril 2019 |
Copyright Information | Flexera |