Error C8090

InstallShield 2016 ยป InstallScript Language Reference

Message

'until' : not inside repeat statement

Description

The keyword until could not be matched to a previous repeat statement.

Troubleshooting Information

Examine the repeat...until block at the error location. Verify that the keyword until has a corresponding repeat statement. This error is often triggered after an earlier error in a repeat...until block.

See Also