try, catch, and endcatch
InstallShield 2022 ยป InstallScript Language Reference
The keywords try, catch, and endcatch are used for exception handling. For more information on exception handling, see Exception Handling.
Note:You cannot use a goto statement within a try...catch...endcatch statement. In addition, you cannot define a label within a try...catch...endcatch statement.
See Also