Error C8007

InstallShield 2024 » InstallScript Language Reference

Message

'text' : comma expected

Description

The character or characters specified by text were encountered at a location where a comma was expected.

Troubleshooting Information

If the error occurred in a function declaration, then a comma required to separate parameter declarations is probably missing.

If the error occurred in a function call, then a comma required to separate parameters is probably missing.

See Also