Error C8055
InstallShield 2024 » InstallScript Language Reference
Message
#elif not preceded by #if
Description
The compiler encountered an #elif directive that was not preceded by an #if directive.
Troubleshooting Information
Examine the statements that precede the error location and restructure the conditional compile directives to start with an #if directive.
See Also