Error C8019

InstallShield 2024 » InstallScript Language Reference

Message

'text' : expected type declaration

Description

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

Troubleshooting Information

This error generally occurs when a semicolon is missing at the end of a data declaration in a line ahead of the error location. It also occurs in a function definition when the function header is terminated with a semicolon.

See Also