Error C8036

InstallShield 2024 » InstallScript Language Reference

Message

'name' : too many arguments

Description

The function specified by name is being called with too many arguments.

Troubleshooting Information

Compare the arguments in the function call with the parameter list in the declaration for that function. Delete the argument or arguments in the function call that are not defined in the declaration.

See Also