Error C8128

InstallShield 2016 ยป InstallScript Language Reference

Message

goto illegal within try/catch/endcatch

Description

You cannot use a goto statement within a try...catch...endcatch statement.

Troubleshooting Tips

Examine the statement at the error location. Modify your code so that a goto statement is no longer used within the try...catch...endcatch statement.

See Also