Error C8067

InstallShield 2019 ยป InstallScript Language Reference

Message

'number' : integer constant too large

Description

The value specified by number is too large for the number variable.

Troubleshooting Information

The valid range of NUMBER data is -2,147,483,648 and +2,147,483,647. If you specify a value in the range +2,147,483,647 to +4,294,967,295, that value will overflow and the result will be a negative number. If the value is greater than 4,294,967,299, this error message will be displayed.

See Also