Error C8058
InstallShield 2024 » InstallScript Language Reference
Message
#endif not preceded by #if
Description
The compiler encountered an #endif 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