InstallScript Fatal Errors

InstallShield 2019 » InstallScript Language Reference

Fatal errors are those that prevent the compilation from continuing. They are caused by missing include files, incorrectly specified file names, disk I/O errors, and insufficient system resources; the compiler also has certain built-in limitations, such as the limit on include files, that will trigger a fatal error if exceeded.

InstallScript Fatal Errors

Error

Message

F8501

I/O error on action file

F8502

I/O error on debug file

F8503

Can’t open script input file

F8504

Can’t open .inx output file

F8505

Can’t open .dbg debug file

F8506

out of memory

F8508

too many macro expansions in line

F8509

invalid delimiter for include file name

F8510

missing delimiter for include file name

F8511

can’t open include file

F8512

include file plus path is too large

F8513

too many nested #include files

F8514

#if statements too deeply nested

F8515

macro expansion buffer overflow

F8516

maximum error count reached

F8517

too many include files

F8518

I/O error on link file

F8519

user define fatal error