Error C8085

InstallShield 2016 ยป InstallScript Language Reference

Message

'text' : missing '='

Description

The character or characters specified by text were encountered in a for...endfor block at a location where an equal sign was expected.

Troubleshooting Information

This error occurs when the equal sign is missing in the expression that follows the keyword for. Examine the for statement at which the error occurred and verify that the expression that follows the keyword for is structured correctly.

See Also