Error F8511

InstallShield 2019 » InstallScript Language Reference

Message

cannot open include file

Description

The compiler was unable to find or open a file that has been included in the script.

Troubleshooting Tips

The following problems can cause this error:

The file name in an #include statement is misspelled.
A file name in an #include statement is specified without a full path, but the file cannot be found in the source directory.
You do not have rights to open files on the network drive where the file resides.
The file is damaged.

See Also