Error C8051

InstallShield 2024 » InstallScript Language Reference

Message

missing end of string literal

Description

The string literal in a #define statement has no closing quotation mark.

Troubleshooting Information

Look for a #define statement above the line on which the error was detected. For a string constant, enclose the literal in opening and closing quotation marks. Numeric constants should not be enclosed within quotation marks.

See Also