Error C8014

InstallShield 2024 » InstallScript Language Reference

Message

'name' : identifier already defined

Description

The identifier specified by name has already been declared in the structure.

Troubleshooting Information

Examine the script and any scripts included before the error location to find the first declaration of the identifier. If the second declaration is simply a duplicate of the first, delete it. If you intended the second declaration to create a different identifier than the first, rename the identifier in the second declaration and update all statements in the script that reference it.

See Also