Program Block

InstallShield 2019 ยป InstallScript Language Reference

Program blocks are used in scripts written using InstallShield Professional 5.5 or earlier. A program block cannot be used for an InstallScript custom action or in an event-driven script. The only code that is executed is found in event handlers and entry-point functions.

program

 

    // In an event-driven script, the program block is optional and remains empty.

 

endprogram

See Also