User Interface Functions
InstallShield 2024 » InstallScript Language Reference
User interface functions allow you to customize certain error messages and titles of error boxes. However, several internal error messages that may be encountered during the development of the setup cannot be modified using user interface functions.
Function |
Description |
Disables the display of a user interface object. |
|
Enables the display of a user interface object. |
|
Retrieves the handle to a window. |
|
Inserts an image into the installation window. |
|
Sets the position of user interface objects. |
|
Plays an Adobe Flash application file (.swf), an AVI file, or a sound file (MIDI or WAVE). |
|
Returns a custom color value based on the specified red, green and blue values. |
|
Changes the color of various user-interface elements. |
|
Creates custom dialog titles. |
|
Sets the display effect for bitmap and metafile images. |
|
When a disk error occurs, this function sets the corresponding error message that is displayed by the EnterDiskError function. |
|
When a disk error occurs, this function sets the title bar for the error message that is displayed by the EnterDiskError function. |
|
Sets the font type and style. |
|
Sets the text for the status window and sets the initial percentage completed value that is displayed in the progress indicator. |
|
Sets the text and color of the title in the main window. |
|
Specifies the size of most user interface objects. |
|
Sets the percent complete to display in the progress indicator after the next file transfer operation. |