InstallScript Fatal Errors
InstallShield 2020 » 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.
| Error | Message | 
| I/O error on action file | |
| I/O error on debug file | |
| Can’t open script input file | |
| Can’t open .inx output file | |
| Can’t open .dbg debug file | |
| out of memory | |
| too many macro expansions in line | |
| invalid delimiter for include file name | |
| missing delimiter for include file name | |
| can’t open include file | |
| include file plus path is too large | |
| too many nested #include files | |
| #if statements too deeply nested | |
| macro expansion buffer overflow | |
| maximum error count reached | |
| too many include files | |
| I/O error on link file | |
| user define fatal error |