Error C8066

InstallShield 2016 ยป InstallScript Language Reference

Message

missing #endif statement at end of file

Description

An #if directive that appears in the script does not have a corresponding #endif directive.

Troubleshooting Information

Examine the preprocessor directives in your script. Make sure that all #if directives have a corresponding #endif directive.

See Also