Error C8035
InstallShield 2024 » InstallScript Language Reference
Message
'text' : statement label required
Description
The character or characters specified by text were encountered after the keyword goto, where a label is required.
Troubleshooting Information
Add a label after the keyword goto or delete the goto statement.
See Also