Error C8084
InstallShield 2024 » InstallScript Language Reference
Message
'text' : missing 'case' after switch
Description
The character or characters specified by text were encountered in a switch...endswitch block at a location where a case statement was expected.
Troubleshooting Information
This error will occur if the switch statement is terminated with a semicolon or is not followed immediately by a case statement.
See Also