Console Actions

InstallAnywhere 2018

Console actions request end-user input when the end user launches an installer through a command-line interface.

Console Actions

Action

Description

Choose Database Connection Console Action

The Choose Database Connection console action enables end users to specify information for connecting to a database.

Choose Features to Uninstall Console Action

The Choose Features to Uninstall console action enables end users to select which features they want to uninstall.

Choose Install Folder Console Action

The Choose Install Folder console action lets end users choose the primary installation folder. If you omit this console, the Default Install Folder settings in the Platforms view on the Project page apply.

Choose Install Sets Console Action

The Choose Install Sets console action enables end users to specify which install set or features they want to install.

Choose Java VM Console Action

The Choose Java VM console action lets end users select which Java VM to use for any installed LaunchAnywhere launchers.

Choose Link Folder Console Action

The Choose Link Folder console action enables end users to choose an installation location for links on UNIX-based systems.

Choose Uninstall Type Console Action

The Choose Uninstall Type console action enables end users to select whether to uninstall all or part of the application.

Custom Code Console Action

InstallAnywhere’s custom code API enables you to create custom consoles where necessary.

Note • For information on the support of signed JARs as dependencies, see Support for Signed JARs as Dependencies.

Display Message Console Action

The Display Message console action lets you display a text message to end users during the installation. This can be useful for conveying information about installation choices that the end user has made. This console is also particularly useful in debugging installer issues with InstallAnywhere variables.

Get Password Console Action

The Get Password console action lets end users enter a password. You can choose to validate the password against a list of specified passwords (enabling the index feature that allows different passwords to effectively unlock different features), or you can store the entered password in a variable (as when requesting a password to be used in a configuration routine).

The installer automatically encrypts password values according to the security settings that are specified in the Variables view on the Project page.

Get Serial Number Console Action

Implementing InstallAnywhere's built-in serial number verification and creation routines, the Get Serial Number console action enables you to add serial number functionality to the installer. You can choose to generate any number of serial numbers for any number of products. Serial numbers can represent unique products or sets of products. The action enables you to create rules that can manage all aspects of the installation based on rights that are granted by the serial numbers that end users enter.

Get User Input Console Action

The Get User Input console action enables you to get input from end users.

For more information, see Get User Input Panels.

Install Complete Console Action

The Install Complete console action displays information about the installation’s status to end users. It also optionally is displayed if a restart is needed on Windows-based system. This action is available only after files have been installed.

Install Failed Console Action

The Install Failed console action should be displayed when a console installer has generated an error.

License Agreement Console Action

The License Agreement console action displays license information and prompts end users to agree or disagree with the terms of the license.

With this action, you need to specify a text file (either HTML or plain text) that contains the license information that you want to be displayed on the console.

Pre-Install Summary Console Action

The Pre-Install Summary console action summarizes information that was collected before installing files.

Ready to Install Console Action

The Ready to Install console action alerts end users that the installer is about to install files.

Show Message Console 'Dialog' Console Action

The Show Message Console ‘Dialog’ console action displays a message to end users.

Tomcat Runtime Deployment Console Action

With the Tomcat Deployment Option console action, you can offer end users one or more options for deploying to Tomcat servers, and also enable them to specify server connection information.

Uninstall Complete Console Action

The Uninstall Complete console action displays information about the uninstallation's status to end users. It also optionally is displayed if a restart is needed on Windows-based system.

Uninstaller Introduction Console Action

The Uninstaller Introduction console action offers an introduction to the uninstaller.

WebSphere Runtime Deployment Console Action

With the WebSphere Deployment Option console action, you can offer end users options for deploying to WebSphere servers, as well as enable them to specify server connection information.

See Also