Error C8062
InstallShield 2024 » InstallScript Language Reference
Message
'text' : constant operand required
Description
The character or characters specified by text were encountered in a statement where a constant was expected.
Troubleshooting Information
This error message is triggered in a switch...endswitch block when the keyword case is not followed by a constant or literal.
See Also