ErrorDialog

Reference information
Applies to Windows Installer
Related topics Tarma Installer does not use this variable; it allows you to use any dialog box or MessageBox action for error messages.
External links External link Windows Installer documentation

Description

Name of the dialog box that is used as the error dialog by Windows Installer. The Windows Installer error dialog box must follow the prescribed layout; refer to the External link Windows Installer documentation on the MSDN web site for more information about the requirements for error dialog boxes.

Usage

Usage
How to set You can set this variable to any defined dialog box. However, we recommend that you keep its default value, ErrorDlg, because that predefined dialog box conforms to the Windows Installer requirements.
How to use Used internally by Windows Installer. You can refer to this variable as <ErrorDialog> (Tarma native syntax, preferred) or [ErrorDialog] (Windows Installer syntax).