Suppress Error Conditions Panel

InstallShield 2016 ยป Transform Wizard

As your transform is being applied to the target MSI file, certain error codes may be generated. This panel gives you the option of suppressing those error codes so the end user will not see them.

Panel Options

Do not suppress error conditions when the transform is applied to the base package

Select this option if you do not want to hide the errors reported during the application of the transform.

Suppress the following error conditions when the transform is applied to the base package

Select this option to hide certain error codes from your end users. You can choose to suppress the following errors:

Suppressible Error Conditions

Error

Description

Adding an existing row

If your transform tries to add a row to the MSI database that already exists, an error is generated. Select this option to suppress that error.

Deleting a row that does not exist

Select this option to suppress any errors that occur as a result of your transform trying to delete a row from the MSI database that does not exist.

Adding an existing table

Select this option to suppress errors caused by your transform trying to add a table to the MSI database that already exists.

Deleting a table that does not exist

Select this option to suppress any errors that occur as a result of your transform trying to delete a table from the MSI database that does not exist.

Updating a row that does not exist

If your transform tries to update a row to the MSI database that does not exist, an error will be generated. Select this option to suppress that error.

Transform and database code pages do not match

Select this option to suppress error codes caused by code pages in the transform not matching those in the target database.

See Also