Error C8070

InstallShield 2024 » InstallScript Language Reference

Message

'text' : string constant expected

Description

The character or characters specified by text were encountered in a statement where a string constant was expected.

Troubleshooting Information

This error message is triggered in a switch...endswitch block when the keyword case is not followed by a string constant. In a switch...endswitch block, the constants specified in the case statements must be the same data type as the variable or expression result specified in the switch statement.

See Also