InstallAware for Windows Installer
 

MessageBox

This command displays a message box to the user. The message box may contain useful information and also prompt the user for a decision.

Title

Indicates the title of the message box.

Message

Type the message to display here. You may type a message that spans multiple lines by pressing CTRL+ENTER.

Icon

Choose an icon for your message box.

Buttons

Select which buttons should be available on the message box.

Return Result in Variable

If you wish to know which message box button the user pressed, provide the variable to hold that information here. The variable will hold the exact text of the message box button pressed, all in uppercase, as specified in the Buttons field.