Error C8115

InstallShield 2026 » InstallScript Language Reference

Project: This information applies to the InstallScript projects.

Message

'function name' : return type mismatch with prototype

Description

This message occurs when the return type of a script-defined function (the data type of the value returned by the function) is not the same in the function definition as it is in the function declaration. Note that if you do not explicitly specify a return type, the return type is assumed to be NUMBER.

See Also