Error C8002
InstallShield 2020 ยป InstallScript Language Reference
Message
'text' : function name expected
Description
The compiler expected to encounter a function name at the location indicated by text.
Troubleshooting Information
Check for a missing or mistyped function name before a parameter list.
Check for missing semicolons in preceding lines.
See Also