Structure of a Script

InstallShield 2016 ยป InstallScript Language Reference

Every script includes declarations and function blocks. Declarations can precede function declarations or appear between a function statement and the begin statement for that function.

The general outline of a script is shown below:

    // Constant definitions, global data declarations, and function declarations

 

    // Function blocks

See Also