export

InstallShield 2020 ยป InstallScript Language Reference

The prototype of any function that is called directly by the setup engine must be marked as export. An example is shown below:

    export prototype NewFeature1_Installing();