Installer - Available Actions



 Install files
     
Install all files in the distribution tree that are contained in the selected installation components.
Applies to: Installation
Properties:
  • Insufficient disk space warning
    Show a warning message if there is not sufficent disk space for the installation on the selected target drive.
  • Delay if necessary
    If selected and a destination file cannot be replaced, the operation will be scheduled for the next reboot. The variable sys.rebootRequired will be set to Boolean.TRUE in this case.
  • Directory resolver
    Expression or script that resolves the actual installation directory separately for each installed file. Return null, if you would like to choose the standard installation directory for a file.
  • File filter
    Expression or script that is invoked for each file to decide whether to install the file or not.
  • Show file names
    If set, the names of the files that are installed will be shown during the installation.
  • Trigger reboot if required
    If selected and an operation is delayed until reboot, the user will be asked for a reboot automatically at the end of installation.
  • Validate application id
    Check if another application is installed in the selected directory or if the application is not the correct target for an add-on installer. If you have an "installation location" screen, you don't have to select this option.
 Uninstall files
     
Uninstall all installed files.
Applies to: Uninstallation
 Uninstall previous installation
     
Uninstalls the previous installation of this application in the selected installation directory.
Applies to: Installation