Installer - Available Form Components



 Console handler
     
Allows you to interact with the user in a console installer. All standard form components expose appropriate behavior in console mode, hovever, there are situations where you need to fine-tune your console installer with additional messages or questions. In GUI or unattended mode, this form component does not have any effect.
Properties:
  • Console script
    The script that is executed in console mode. The "console" parameter gives you access to the console and many helper methods. The return type is boolean and indicates whether the installer should be cancelled or not.