Error C8057

InstallShield 2016 ยป InstallScript Language Reference

Message

#else not preceded by #if

Description

The compiler encountered an #else 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