Error C8088

InstallShield 2024 » InstallScript Language Reference

Message

'endif' : not inside if statement

Description

The keyword endif could not be matched to a previous if statement.

Troubleshooting Information

Examine the if...endif block at the error location. Verify that the keyword endif has a corresponding if statement. This error is often triggered after an earlier error in an if...endif block.

See Also