Error F8509

InstallShield 2016 » InstallScript Language Reference

Message

invalid delimiter for include file name

Description

The file name specified after the preprocessor directive #include is missing the initial 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 opening angled bracket before the file name. Note that if you insert an initial quotation mark, the file name must be followed by a closing quotation mark; if you insert an opening angled bracket, the file name must be followed by a closing angled bracket ( > ).

See Also