Error C8052

InstallShield 2024 » InstallScript Language Reference

Message

macro expansion text too large

Description

The text specified for the identifier in a #define statement exceeds 256 characters.

Troubleshooting Information

Either shorten the string specified for that identifier or divide the text into two or more shorter strings and specify each in a #define statement. Then concatenate the strings in your program.

See Also