Error C8001

InstallShield 2019 » InstallScript Language Reference

Message

'program' : multiple main programs defined

Description

The keyword program was encountered after the main program block.

Troubleshooting Tips

A script can contain only one main program block—beginning with the keyword program and ending with the keyword endprogram. Restructure your script to use only one main program block.

If your script consists of multiple source files, this error message occurs if more than one of those source files contains a main program block.

See Also