InstallScript Warnings

InstallShield 2019 » InstallScript Language Reference

The compiler issues warning messages to alert you to irregularities in the script that may result in inefficiencies or run-time errors.

Caution • Warnings do not interrupt script compilation unless “Warnings as errors” is selected in the Compiler Settings dialog, or if the number of warnings exceeds the maximum specified. The default maximum value is 50.

InstallScript Warnings

Warning Number

Message

C7501

macro redefinition

C7502

string/array size exceeds recommended limit

C7503

function defined but never called

C7505

typedef definition differs from previous