Error C8112
InstallShield 2024 » InstallScript Language Reference
Message
'name' : typedef includes instance of self
Description
The data type of the member specified by name is invalid. A typedef cannot contain a member that is an instance of itself.
Troubleshooting Information
Restructure your typedefs to avoid this error.
See Also