Error C8034

InstallShield 2024 » InstallScript Language Reference

Message

'text' : missing expression

Description

The character or characters specified by text were encountered at a location were an expression was expected.

Troubleshooting Information

This error generally occurs in an assignment statement when the value to be assigned is missing. Insert an expression to the right of the assignment operator.

If the error occurs in a statement that references a constant, verify that the definition of that constant includes both the constant name and a value.

See Also