Error C8076

InstallShield 2016 ยป InstallScript Language Reference

Message

'case' : multiple case labels for statement

Description

The compiler encountered the keyword case where it expected to find the statement or statements to be executed for the last defined case.

Troubleshooting Information

The case statement that immediately precedes the character or characters specified by text is incomplete. It may be missing a terminating semicolon.

In some versions of InstallShield, this error message is displayed when more than one default statement is encountered in a switch block.

See Also