Error F8510

InstallShield 2019 » InstallScript Language Reference

Message

missing delimiter for include file name

Description

The file name specified after the preprocessor directive #include is missing the closing quotation mark or angled bracket ( < ).

Troubleshooting Information

File names specified with the preprocessor directive #include must be enclosed by quotation marks (“file name”) or angled brackets (<file name>). Insert a quotation mark or closing angled bracket after the file name. Note that if the file name has an opening quotation mark, you must insert a quotation mark after the file name; if the file name has an opening angled bracket, you must insert a closing angled bracket ( > ).

See Also