Error C8075
InstallShield 2024 » InstallScript Language Reference
Message
'text' : 'default' label already encountered
Description
A second default case was encountered in a switch...endswitch statement.
Troubleshooting Information
A switch...endswitch statement can include only one instance of the keyword default to specify a default case. Restructure the switch....endswitch statement to eliminate one of the default cases.
In some versions of InstallShield, this error message is displayed when multiple case labels are encountered in a switch block.
See Also