Error C8032
InstallShield 2024 » InstallScript Language Reference
Message
'text' : missing member reference
Description
The character or characters specified by text were encountered at a location were a member name was expected.
Troubleshooting Information
The line of code at the error location references a structure rather than a member of a structure. Determine which member of the structure you intended to reference and insert that member name. Remember to use the member operator to delimit the structure name and the member name.
See Also