Error C8008
InstallShield 2024 » InstallScript Language Reference
Message
'text' : identifier expected
Description
The character or characters specified by text were encountered at a location where an identifier was expected.
Troubleshooting Information
If this error occurs in a variable declaration, check that the data type is followed by an identifier, with no intervening punctuation; check that the identifier contains only allowable characters.
If this error occurs in a function call, check that each pair of argument is delimited by one and only one comma.
See Also