Prerequisite Installation Tab

In this tab you can edit the properties of a new prerequisite or change the properties of an existing one.

Prerequisite Properties Tab

Install

UI Level

Select the User Interface level used by the prerequisite package during product install

  • Full UI - the prerequisite will run with Full UI
  • Reduced UI - the prerequisite will run with Reduced UI
  • Basic UI and progress - the prerequisite will run with Basic UI and progress bar
  • Silent install(no UI) - the prerequisite will be installed in silent mode
  • Same as main package - the UI level will be the same as the main package's

Properties

NoteThis field is only available for Chained prerequisites

A list of installer properties that will be passed to the package (for example MY_PROPERTY="Value")

NoteThis field is of Formatted Type and can be edited using Smart Edit Control.

Command Line

NoteThis field is not available for Chained prerequisites

Optional command lines for launching the prerequisite under different UI environments. Each command is used by your prerequisite based on the UI level of the main package, i.e., if the main package runs with full UI the command from the "Full UI" field will be used to call the prerequisite, the same for the rest. Click on Configure hyperlink next to UI Level to have different command lines for each UI level. The Edit UI Level Dialog will be displayed.

  • Full UI - command line parameters used for an installation with the full user interface
  • Basic UI - command line parameters used for an installation that shows only a progress bar
  • Silent (no UI) - command line parameters for an installation with no user interface

ImportantIf you need to omit a parameter containing an empty property from the install command line of a feature based prerequisite, you could place it between curly brackets - "{ }" . For example :" {PROP=[CHEKBOX]} ". In this case, if CHECKBOX property is empty the whole expression will be ommited.

ImportantThis field supports Formatted type only if the prerequisite is feature-based.

NoteThe command line of a prerequisite accepts all the standard MSIEXEC parameters if the prerequisite's installation package is MSI-based.

Condition

The condition that determines if the chained package will be installed. Read more in the Chained Package Behavior article.

Scheduled

Specify when to install the prerequisite:

  • Before Main Package
  • During Main Package
  • After Main Package

Reboot system after installing this prerequisite

The user will be prompted to reboot the machine after the prerequisite is installed. If the user accepts a reboot, the machine will be automatically restarted and the installation will continue, otherwise the installation will be aborted.

Continue with main installation even if the prerequisite is not installed

When this option is unchecked, the main product installation will not fail as in case of a launch condition but it won't be allowed until the prerequisite is installed.

NoteIt is recommended to also have an appropriate launch condition for each prerequisite set with this option.

Caution!Enabling this option for a feature-based prerequisite will not rollback the installation when the prerequisite fails if you're running the main package in silent mode. This is happening because during a silent installation any feature-based prerequisites will always be installed after the main installation when it's too late to rollback.

Chained

Check this option to install the prerequisite as a Chained Package

Framework

Check this option to install the prerequisite as a Framework Prerequisite

Uninstall

Allow Uninstall

Check this option to allow the uninstall for the prerequisite

UI Level

Select the desired UI level for the prerequisite:

  • Full UI - the prerequisite will run with Full UI
  • Reduced UI - the prerequisite will run with Reduced UI
  • Basic UI and progress - the prerequisite will run with Basic UI and progress bar
  • Silent install(no UI) - the prerequisite will be installed in silent mode
  • Same as main package - the UI level will be the same as the main package's

Properties

NoteThis field is only available for Chained prerequisites

A list of installer properties that will be passed to the package (for example MY_PROPERTY="Value")

NoteThis field is of Formatted Type and can be edited using Smart Edit Control.

Command Line

NoteThis field is not available for Chained prerequisites

Optional command lines for launching the prerequisite under different UI environments. Each command is used by your prerequisite based on the UI level of the main package, i.e., if the main package runs with full UI the command from the "Full UI" field will be used to call the prerequisite, the same for the rest. Click on Configure hyperlink next to UI Level to have different command lines for each UI level. The Edit UI Level Dialog will be displayed.

  • Full UI - command line parameters used for an installation with the full user interface
  • Basic UI - command line parameters used for an installation which shows only a progress bar
  • Silent (no UI) - command line parameters for an installation with no user interface

ImportantIf you need to omit a parameter containing an empty property from the install command line of a feature based prerequisite, you could place it between curly brackets - "{ }" . For example :" {PROP=[CHEKBOX]} ". In this case, if CHECKBOX property is empty the whole expression will be ommited.

ImportantThis field supports Formatted type only if the prerequisite is feature-based.

NoteThe command line of a prerequisite accepts all the standard MSIEXEC parameters if the prerequisite's installation package is MSI-based.

Condition

The condition that determines if the package will be uninstalled. Read more in the Chained Package Behavior article.

Maintenance

Allow Maintenance

Check this option to allow Maintenance for the prerequisite.

Properties

NoteThis field is only available for Chained prerequisites

A list of installer properties that will be passed to the package (for example MY_PROPERTY="Value")

NoteThis field is of Formatted Type and can be edited using Smart Edit Control.

Condition

Specify the condition for Maintainace mode.

Rollback

Allow Rollback

Check this option to allow Rollback for the prerequisite.

Properties

NoteThis field is only available for Chained prerequisites

A list of installer properties that will be passed to the package (for example MY_PROPERTY="Value")

NoteThis field is of Formatted Type and can be edited using Smart Edit Control.

Condition

Specify the condition for rollback.

Topics