ISICE18

InstallShield 2016

Project • This information applies to the following project types:

Basic MSI
MSI Database

Messages

Message 1 (Error)

Dialog [1] is not present in the Dialog table.

[1] is the name of a dialog that should be in your project.

Message 2 (Error)

The Title of Dialog [1] does not include [2] or [ProductName].

[1] is the name of a dialog in your project, and [2] is the value of the [ProductName] variable.

Description

ISICE18 verifies that the installation includes the MsiRMFilesInUse dialog, and that the dialog’s title bar contains the name of the product.

Corrective Action

To resolve error 1, ensure that the MsiRMFilesInUse dialog is in your project. All Basic MSI projects include this dialog by default. For more information about this dialog, see Minimizing Reboots on Windows Vista and Later Systems.

To add the dialog back to a Basic MSI project, you can open another Basic MSI project that contains this dialog, or create a new Basic MSI project. Then export the dialog to the project that needs it. For more information, see Exporting Dialogs to Other Projects.

To resolve error 2, add the product name or the [ProductName] property to the Caption property for the MsiRMFilesInUse dialog.

See Also