Error C8015

InstallShield 2019 ยป InstallScript Language Reference

Message

'name' : member name already defined

Description

The member identified by name has already been declared in the structure.

Troubleshooting Information

Examine the structure in which the error occurred to find the first declaration of the member. If the second declaration is simply a duplicate of the first, delete it. If you intended the second declaration to be a different member than the first, rename the member in the second declaration and update all statements in the script that reference it.

See Also