For most projects, this property should be left blank (the default) so that a message does not flash on the screen before it can be read. However, if your Product Tree is large enough to cause a noticeable delay before this panel displays, then this property should be set by typing the message you want displayed.

When this property's value is non-blank, the panel resolves it at runtime, and displays the result in the Wizard UI while the panel loads and initializes. Since this string most likely should be localized, a default string is available in the InstallShield localized resources that can be used — It displays the message "Please wait...". To specify that string, enter:

$L(com.installshield.wizard.i18n.WizardResources, pleaseWait)

You can also use the "$L()" string resolver to specify a string from a resource bundle that you have included in your project.