The following standard screens are available:
In install4j Enterprise Edition, the Detail section allows you to specify a custom banner on the left side of the installer. To do so, please check use custom banner and enter an image file in the text field below or use the chooser button next to it to select an image file (in PNG or GIF format) from your file system. A relative path will be interpreted relative to the project file. The banner will be aligned at the top, its width is arbitrary, although you might want to adjust the installer size on the GUI options tab if the width is greater than 200 pixels. The default banner has a size of 164x314.
For custom banners, the background color selector allows you to specify a color for the vertical extent that is not covered by the banner. Press the [...] chooser button to bring up a color selector.
If you disable show disk space needed for installation, the approximately required disk space will not be shown on the installation location screen. This useful for installers which copy their own data files in custom install actions.
If you disable suggest application directory, the default installation directory defined in the media file wizard will not be appended when users select directories. This is only useful in combination with a custom directory validator where users must point to an existing folder. Otherwise, deselecting this checkbox is not recommended.
To choose the initially selected installation components, click on the
[Set
selected components] button. The
Selected components dialog
will be displayed.
To choose the mandatory installation components that cannot be deselected by the user,
click on the
[Set
mandatory components] button. The
Mandatory components dialog
will be displayed.
This screen allows the user to choose the program group in the Windows start menu. If you disable it, the default program group specified by the media file definition will be used.
This screen allows the user to set up associations between file types and launchers. If no file associations are defined, this screen will not be shown, even if it is enabled. File associations are only performed on Microsoft Windows and Mac OS X. File associations are displayed as checkboxes.
To configure your file associations, click on the [Configure file associations] button, and the file associations dialog is displayed.
This screen allows the user to customize the installation of the distributed service executables. If no service launchers have been defined in the launchers step, this screen will not be shown in the installer.
On Microsoft Windows and Mac OS X, this screen allows the user to select which services are installed. On Microsoft Windows, the user can additionally decide whether the service should be started on bootup. On Unix-like platforms the user is alerted to the existence of the start/stop scripts that can be integrated in the boot system.
To choose the initially selected services, click on the
[Set
selected services] button. The
Selected services dialog
will be displayed.
If you disable this screen, the platform-dependent default installation of all services will be performed.
This screen allows the user to perform additional tasks like creating a desktop and a quick launch icon. Standard tasks are enabled in the media file wizard. If no additional tasks are defined, this screen will not be shown, even if it is enabled.
Checkboxes for custom tasks can be contributed to this screen. The user selection of these
custom tasks is then available in the InstallerContext for custom actions
and custom screens. To configure your custom tasks, click on the
[Configure custom tasks] button, and the
custom tasks dialog is displayed.
In install4j Enterprise Edition, the Detail section allows you to specify a custom banner on the left side of the installer. Please see the help for the "Welcome" screen above for an explanation of how to choose a custom banner.
Add a custom screen (key INS)The new custom screen will be added at the bottom of the list of installer screens. You can then move it to a new position with the arrow buttons (see below).
If a custom screen is placed after the "Finished" screen, it will never be shown in the normal screen flow. However, you can progammatically switch to such a screen from another custom screen. Please check the Hello World demo project for an example of this kind.
Remove a custom screen (key DEL)
Move custom screen up (key ALT-UP)
Move custom screen down (key ALT-DOWN)In the list of Installer screens, the two types of screens are shown as
Standard screens
Custom screensNote: Please check the Hello World demo project for examples of custom screens.