Error C8006

InstallShield 2019 » InstallScript Language Reference

Message

'text' : missing '(' after function name

Description

The compiler expected to find the opening parenthesis that follows a function name in a function definition; the character or characters indicated by text were encountered instead.

Troubleshooting Information

Check that the function’s parameter list is enclosed within parentheses. If the function takes no parameters, the parentheses will be empty.

Verify that only space characters come between the function name and its parameter list.

See Also