Error C8127

InstallShield 2016 ยป InstallScript Language Reference

Message

label illegal within try/catch/endcatch

Description

You cannot define a label within a try...catch...endcatch statement.

Troubleshooting Tips

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

See Also