Error C8079

InstallShield 2016 ยป InstallScript Language Reference

Message

'text' : invalid statement

Description

The statement at the location indicated by text specifies a process that is not allowed or is invalid in the current context.

Troubleshooting Tips

Examine the statement at the error location. Verify that the process is valid. Examples of invalid statements are assignment statements with a constant or an arithmetic operation on the left side of the assignment operator and an end statement directly below a label.

If the statement at the error location is valid, examine statement blocks (such as record declarations, control statements and function definitions) in the lines above the error location. Verify that each statement block is terminated with the correct keyword.