Agile and Installation Development: Supporting Agile Projects with Flexible Installation
Special guest speaker Peter Varhol discusses the importance of a professional installation package as part of an agile process. Discover how to optimize installation development in an agile product development effort.
InstallAnywhere: Files & Utilities
Multiplatform Software Installer to Author Cross-Platform Installations
|
InstallAnywhere is the leading multiplatform application installer for software producers who need to deliver a professional and consistent cross platform installation experience for desktop and server applications. From a single project file and build environment, InstallAnywhere enables developers to create reliable installations for the broadest range of current platforms including Windows, Linux, Mac OS X, Solaris, AIX , HP-UX, and IBM iSeries. |
Interested in Agile? Watch the Webinar: Agile and Installation Development: Supporting Agile Projects with Flexible Installation
|
Custom Code
The extensions below are code generated by our Software and Premium Support members. They are provided "as is" and can be used only to extend the built-in functionality of InstallAnywhere.
If you have custom code you would like to submit, please send it and its documentation as an email attachment. Please note: Flexera Software does not support these extensions.
|
This action immediately exits the current installer. Posted by: Flexera Software. Source included. |
||||
|
This custom code action takes a comma-separated list of integer values and adds it to the required disk space. Posted by: Flexera Software. Source included. |
||||
|
This utility opens a text file from your resource file and parses it into an array of strings. Posted by: Flexera Software. Source included. |
||||
|
This plugin prompts the user for the drive they would like to install to. The default Choose Install Folder panel allows the user to change the install folder, but does not provide an option to change the drive only (without altering the install path). Posted by: Flexera Software. Source included |
||||
|
This is a CONSOLE input panel for use in your installer. Posted by: Flexera Software. Source included. |
||||
|
Copy any directory and its subdirectories from one location on the user's hard drive to another. The action handles all the details of recursing the directory tree for you. Posted by: Flexera Software. Source included. |
||||
|
Copies any file from one location on the user's hard drive to another. This is useful for copying installed files to other locations during install time. Posted by: Flexera Software. Source included. |
||||
|
The custom code action connects to a database, reads SQL from a file, executes the queries, and closes the database. Posted by: Flexera Software. Source included. |
||||
|
Deletes any directory and its subdirectories on the user's hard drive. The action handles all the details of recursing the directory tree for you. Posted by: Flexera Software. Source included. |
||||
|
Deletes any file on a user's hard drive. You could use this to delete old files when you do an upgrade-type installation. Posted by: Flexera Software. Source included. |
||||
|
This panel, which matches the look and feel of other InstallAnywhere panels, displays a GIF or JPEG image. You can control whether scroll bars show up if the image is too big. Posted by: Flexera Software. Source included. |
||||
|
This extension calls a utility that allows you to perform certain tasks on running processes during uninstall. Posted by: Flexera Software. Source included |
||||
|
This action executes a command and will store the return code and output in InstallAnywhere variables. Posted by: Flexera Software. Source included. |
||||
|
This action allows you to run a command on a Unix system as root. Posted by: Flexera Software. Source included. |
||||
|
This action makes it easy for you to execute a command at uninstall time. Posted by: Flexera Software. Source included. |
||||
|
This class evaluates mathematical expressions. It is helpful when you need to do a simple calculation but don't want to write any extra custom code. Posted by: Flexera Software. Source included. |
||||
|
Open a URL resource and save the content to a new file. The URL resource can be inside the installer archive, on the user's hard drive, or from a network location. This is useful for installing files from a remote or Internet location or for extracting files from the installer archive for special processing. Posted by: Flexera Software. Source included. |
||||
|
This action allows you to get all of a executable or DLL's attributes on a Win32 system. This is useful if you need to compare DLL versions. Posted by: Flexera Software. Source included |
||||
|
This panel will allow to display a full screen background image, disabling user's ability to access other desktop apps while installing. Posted by: Flexera Software. Source included. |
||||
|
This plugin takes a filepath as an argument and returns a variable containing it's Windows 8.3 filename. Posted by: Flexera Software. Source included. |
||||
|
This action gets the IP address of a machine and sets it in an InstallAnywhere variable. Posted by: Flexera Software. Source included. |
||||
|
This custom code action will display a console text in the field before executing a script. Posted by: Flexera Software. Source included. |
||||
|
This class performs the actions necessary to fully install a Java 2 JRE with the Java Plugin Control Panel on a Win32 system. Installs the Java Plugin Control. Posted by: Flexera Software. Source included. |
||||
|
This action extracts a specified DLL from the installer archive and installs it into any arbitrary location on the user's hard drive. Then the action reads the Windows registry and either adds or updates the reference count for that DLL. At uninstall time, the reference count is decreased, and if it reaches zero, the user is asked if the file should be removed. Posted by: Flexera Software. Source included. |
||||
|
This custom code rule checks to see if the user is root on a UNIX system. Posted by: Flexera Software. Source included. |
||||
|
Displays a message box any time during installation or uninstallation. Specify your own text for the message and as many buttons as you want. The user's selection will be stored in an InstallAnywhere variable. Posted by: Flexera Software. Source included. |
||||
|
This extension allows you to perform String manipulations on InstallAnywhere variables. Posted by: Flexera Software. Source included. |
||||
|
This custom code rule compares numbers and decimals with a defined comparator. Posted by: Flexera Software. Source included. |
||||
|
This action allows you to pass InstallAnywhere variables by value instead of by reference. Posted by: Flexera Software. Source included. |
||||
|
This panel will allow the users to enter a masked password. The panel also includes confirmation. Posted by: Flexera Software. Source included. |
||||
|
This action allows you to turn properties from a properties file into InstallAnywhere variables. Posted by: Flexera Software. Source included. |
||||
|
Renames any file or directory on a user's hard drive. This is useful for backing up files or changing file names during installation. Posted by: Flexera Software. Source included. |
||||
|
This Pre-Install action resets the Choose Java VM panel list with a developer-determined string. Posted by: Flexera Software. |
||||
|
This is a wrapper around SimpleRegistryManager to provide a superior interface to the Windows registry. Posted by: Flexera Software. Source included. |
||||
|
This action pauses the installation. Posted by: Flexera Software. Source included. |
||||
|
This class will add values specified in a resource file into the registry. This is a great way to add many items to the registry simultaneously. Posted by: Flexera Software. Source included. |
||||
|
This action waits for a file to be removed before allowing the next action to perform. Posted by: Flexera Software. Source included. |
||||
|
This action waits for a certain process to exit. It is supported by any operating system that has "tasklist" process which outputs list of running tasks. Posted by: Flexera Software. Source included. |
||||
|
This action pops up a dialog with up to three buttons, a title, and narrative text. This action is very similar to MessageDialogAction (also available for download) but it is easier to use for simple panels. Posted by: Flexera Software. Source not included. |
||||
|
This custom code panel pops up a dialog with up to three buttons, a title, and narrative text. This action is very similar to MessageDialogAction (also available for download) but it is easier to use for simple panels. Posted by: Flexera Software. Source not included. |
VM Packs
The files linked below contain Java Virtual Machines that can be bundled into installers built using InstallAnywhere.
NOTE: Starting with InstallAnywhere 2011, you can configure installers so that the installation launcher will download a VM pack from a URL that you specify, extract the JVM, and launch the installer using that JVM. However, the VM packs listed on this page are provided for your convenience only and should not be directly referenced by your installation project. Therefore, do not instruct your installation project to download a VM pack directly from the www.flexerasoftware.com website. If you do, the project build will fail. Instead, you should host the VM pack on your own file server or FTP server and specify the URL to that location.
VM Packs are available for the following Platforms:
- Microsoft Windows
- Microsoft Windows Itanium 2, 64-bit (InstallAnywhere 6.1+ only)
- Microsoft Windows AMD, 64-bit (InstallAnywhere 8.0+ only)
- Microsoft Windows Intel, 64-bit (InstallAnywhere 8.0+ only)
- Apple Macintosh Classic
- Sun Solaris SPARC
- Sun Solaris Intel (x86)
- Solaris AMD 64-bit (InstallAnywhere 7+ only)
- Linux Intel (x86)
- Linux Intel (64-bit)
- Linux AMD 64-bit (InstallAnywhere 7+ only)
- HP-UX RISC
- HP-UX Itanium2 (InstallAnywhere 7+ only)
- AIX
How to Install a VM pack:
- Click
icon to download. - Save the .vm file to the /resource/installer_vms directory in your InstallAnywhere directory. This directory is the repository for all VM packs.
- Restart InstallAnywhere if it is currently running.
Internationalized VM packs:
- Older versions of Windows VMs are available in non-internationalized and internationalized versions. All UNIX VMs are internationalized, unless specifically mentioned.
Supported Versions of Java:
- Java 1.1 VM packs are not supported in InstallAnywhere 7.x and later
- Java 1.4 VM packs are supported only in InstallAnywhere 4.5.2 and later.
- Java 1.5 VM packs are only compatible with InstallAnywhere 7.x and later
Platform Restrictions:
- Linux: Sun and IBM VM's released before 1.4 will no longer run on Red Hat 9 due to the Native POSIX Thread Library (NPTL), a new implementation of POSIX threads for Linux. Please click here for more details. This is an issue between the operating system and virtual machine. It is not caused by InstallAnywhere.
Additional VM pack Information:
- For information on bundling a VM not found here, please see VM Pack bundling instructions in the InstallAnywhere User's Guide.
- For information on how to create a VM pack please see Creating VM packs in the KnowledgeBase.
- You can verify correct downloads of InstallAnywhere VM packs by checking against the MD5 Checksums.
Latest VM Packs
| 1.3 | 1.4 | 1.5 | 1.6 | 1.7 | |
| Microsoft Windows English | |||||
| Microsoft Windows I18N | |||||
| Sun Solaris SPARC I18N | |||||
| Sun Solaris Intel (x86) I18N | |||||
| Linux Intel (x86) I18N | |||||
| HP-UX RISC I18N | Not Available | ||||
| AIX I18N | Not Available |
Microsoft Windows 95, 98, ME, NT, 2000, XP, 2003 32-bit
| Sun JRE 1.1.8_09 Win32 | |
| Sun JRE 1.1.8_09 I18N Win32 | |
| Sun JRE 1.1.8_10 Win32 | |
| Sun JRE 1.1.8_010 I18N Win32 | |
| Sun JRE 1.2.2_08 Win32 | |
| Sun JRE 1.2.2_08 I18N Win32 | |
| Sun JRE 1.2.2_09 Win32 | |
| Sun JRE 1.2.2_09 I18N Win32 | |
| Sun JRE 1.2.2_17 Win32 | |
| Sun JRE 1.2.2_17 I18N Win32 | |
| Sun JRE 1.3.0_04 Win32 | |
| Sun JRE 1.3.0_04 I18N Win32 | |
| Sun JRE 1.3.1_02 Win32 | |
| Sun JRE 1.3.1_02 I18N Win32 | |
| Sun JRE 1.3.1_03 Win32 | |
| Sun JRE 1.3.1_03 I18N Win32 | |
| Sun JRE 1.3.1_04 Win32 | |
| Sun JRE 1.3.1_04 I18N Win32 | |
| Sun JRE 1.3.1_05 Win32 | |
| Sun JRE 1.3.1_05 I18N Win32 | |
| Sun JRE 1.3.1_06 Win32 | |
| Sun JRE 1.3.1_06 I18N Win32 | |
| Sun JRE 1.3.1_07 Win32 | |
| Sun JRE 1.3.1_07 I18N Win32 | |
| Sun JRE 1.3.1_08 Win32 | |
| Sun JRE 1.3.1_08 I18N Win32 | |
| Sun JRE 1.3.1_09 Win32 | |
| Sun JRE 1.3.1_09 I18N Win32 | |
| Sun JRE 1.3.1_10 Win32 | |
| Sun JRE 1.3.1_10 I18N Win32 | |
| Sun JRE 1.3.1_11 Win32 | |
| Sun JRE 1.3.1_11 I18N Win32 | |
| Sun JRE 1.3.1_18 I18N Win32 | |
| Sun JRE 1.4.0 Win32 | |
| Sun JRE 1.4.0 I18N Win32 | |
| Sun JRE 1.4.0_01 Win32 | |
| Sun JRE 1.4.0_01 I18N Win32 | |
| Sun JRE 1.4.0_02 Win32 | |
| Sun JRE 1.4.0_02 I18N Win32 | |
| Sun JRE 1.4.0_03 Win32 | |
| Sun JRE 1.4.0_03 I18N Win32 | |
| Sun JRE 1.4.1 FCS Win32 | |
| Sun JRE 1.4.1 FCS I18N Win32 | |
| Sun JRE 1.4.1_01 Win32 | |
| Sun JRE 1.4.1_01 I18N Win32 | |
| Sun JRE 1.4.1_02 Win32 | |
| Sun JRE 1.4.1_02 I18N Win32 | |
| Sun JRE 1.4.1_03 Win32 | |
| Sun JRE 1.4.1_03 I18N Win32 | |
| Sun JRE 1.4.1_04 Win32 | |
| Sun JRE 1.4.1_04 I18N Win32 | |
| Sun JRE 1.4.1_05 Win32 | |
| Sun JRE 1.4.1_05 I18N Win32 | |
| Sun JRE 1.4.1_06 Win32 | |
| Sun JRE 1.4.1_06 I18N Win32 | |
| Sun JRE 1.4.1_07 Win32 | |
| Sun JRE 1.4.1_07 I18N Win32 | |
| Sun JRE 1.4.2 Win32 | |
| Sun JRE 1.4.2 I18N Win32 | |
| Sun JRE 1.4.2_01 Win32 | |
| Sun JRE 1.4.2_01 I18N Win32 | |
| Sun JRE 1.4.2_02 Win32 | |
| Sun JRE 1.4.2_02 I18N Win32 | |
| Sun JRE 1.4.2_03 Win32 | |
| Sun JRE 1.4.2_03 I18N Win32 | |
| Sun JRE 1.4.2_04 Win32 | |
| Sun JRE 1.4.2_04 I18N Win32 | |
| Sun JRE 1.4.2_05 Win32 | |
| Sun JRE 1.4.2_05 I18N Win32 | |
| Sun JRE 1.4.2_06 Win32 | |
| Sun JRE 1.4.2_07 Win32 | |
| Sun JRE 1.4.2_08 Win32 | |
| Sun JRE 1.4.2_09 Win32 | |
| Sun JRE 1.4.2_11 Win32 | |
| Sun JRE 1.4.2_19 Win32 | |
| Sun JRE 1.4.2_12 I18N Win32 | |
| Sun JRE 1.4.2_13 I18N Win32 | |
| Sun JRE 1.5.0_03 I18N Win32 | |
| Sun JRE 1.5.0_05 I18N Win32 | |
| Sun JRE 1.5.0_06 I18N Win32 | |
| Sun JRE 1.5.0_07 I18N Win32 | |
| Sun JRE 1.5.0_08 I18N Win32 | |
| Sun JRE 1.5.0_09 I18N Win32 | |
| Sun JRE 1.5.0_11 I18N Win32 | |
| Sun JRE 1.5.0_15 I18N Win32 | |
| Sun JRE 1.5.0_18 I18N Win32 | |
| Sun JRE 1.5.0_21 I18N Win32 | |
| Sun JRE 1.5.0_22 I18N Win32 | |
| Sun JRE 1.6.0_00 I18N Win32 | |
| Sun JRE 1.6.0_01 I18N Win32 | |
| Sun JRE 1.6.0_12 I18N Win32 | |
| Sun JRE 1.6.0_14 I18N Win32 | |
| Sun JRE 1.6.0_15 I18N Win32 | |
| Sun JRE 1.6.0_20 I18N Win32 | |
| Sun JRE 1.6.0_22 I18N Win32 | |
| Sun JRE 1.6.0_25 I18N Win32 | |
| Sun JRE 1.6.0_26 I18N Win32 | |
| Sun JRE 1.7.0 I18N Win32 | |
| IBM JRE 1.1.8 Win32 | |
| IBM JRE 1.1.8 I18N Win32 | |
| IBM JRE 1.3.0 (cn130-20020124) Win32 | |
| IBM JRE 1.6.0 Win32 |
Microsoft Windows Itanium 2, 64-bit (InstallAnywhere 6.1+ only)
| Sun JRE 1.4.2_04 I18N Win64 | |
| Sun JRE 1.6.0_05 I18N Win64 | |
| Sun JRE 1.6.0_12 I18N Win64 | |
| Sun JDK 1.5.0_18 I18N Win64 |
Microsoft Windows AMD, 64-bit (InstallAnywhere 8.0+ only)
| Sun JRE 1.5.0_08 Win AMD64 | |
| Sun JRE 1.5.0_09 Win AMD64 | |
| Sun JRE 1.6.0_00 Win AMD64 | |
| Sun JRE 1.6.0_01 Win AMD64 |
Microsoft Windows Intel, 64-bit (InstallAnywhere 8.0+ only)
| Sun JRE 1.5.0_22 Win INTEL | |
| Sun JRE 1.6.0_22 Win INTEL | |
| Sun JRE 1.6.0_25 Win INTEL | |
| Sun JRE 1.6.0 26 Win INTEL | |
| Sun JRE 1.7.0 Win INTEL |
Apple Macintosh OS Classic
| MRJ 2.2.3 | |
| MRJ 2.2.4 | |
| MRJ 2.2.5 |
Apple Macintosh OS X
| Please Note: As all releases of Macintosh OS X include a fully functional Java 2 Virtual Machine, there is no need for a Mac OS X VM pack. |
Solaris SPARC
| Sun JRE 1.1.8_15 Solaris SPARC | |
| Sun JRE 1.1.8_16 Solaris SPARC | |
| Sun JRE 1.2.2_07 Solaris SPARC | |
| Sun JRE 1.2.2_09 Solaris SPARC | |
| Sun JRE 1.2.2_09 Solaris SPARC | |
| Sun JRE 1.2.2_17 Solaris SPARC | |
| Sun JRE 1.3.0_04 Solaris SPARC | |
| Sun JRE 1.3.1 Solaris SPARC | |
| Sun JRE 1.3.1_02 Solaris SPARC | |
| Sun JRE 1.3.1_03 Solaris SPARC | |
| Sun JRE 1.3.1_04 Solaris SPARC | |
| Sun JRE 1.3.1_05 Solaris SPARC | |
| Sun JRE 1.3.1_06 Solaris SPARC | |
| Sun JRE 1.3.1_07 Solaris SPARC | |
| Sun JRE 1.3.1_08 Solaris SPARC | |
| Sun JRE 1.3.1_09 Solaris SPARC | |
| Sun JRE 1.3.1_10 Solaris SPARC | |
| Sun JRE 1.3.1_11 Solaris SPARC | |
| Sun JRE 1.3.1_18 Solaris SPARC | |
| Sun JRE 1.4.0_01 Solaris SPARC | |
| Sun JRE 1.4.0_02 Solaris SPARC | |
| Sun JRE 1.4.0_03 Solaris SPARC | |
| Sun JRE 1.4.1 FCS Solaris SPARC | |
| Sun JRE 1.4.1_01 Solaris SPARC | |
| Sun JRE 1.4.1_02 Solaris SPARC | |
| Sun JRE 1.4.1_03 Solaris SPARC | |
| Sun JRE 1.4.1_04 Solaris SPARC | |
| Sun JRE 1.4.1_05 Solaris SPARC | |
| Sun JRE 1.4.1_06 Solaris SPARC | |
| Sun JRE 1.4.1_07 Solaris SPARC | |
| Sun JRE 1.4.2 Solaris SPARC | |
| Sun JRE 1.4.2_01 Solaris SPARC | |
| Sun JRE 1.4.2_02 Solaris SPARC | |
| Sun JRE 1.4.2_03 Solaris SPARC | |
| Sun JRE 1.4.2_04 Solaris SPARC | |
| Sun JRE 1.4.2_05 Solaris SPARC | |
| Sun JRE 1.4.2_06 Solaris SPARC | |
| Sun JRE 1.4.2_07 Solaris SPARC | |
| Sun JRE 1.4.2_08 Solaris SPARC | |
| Sun JRE 1.4.2_09 Solaris SPARC | |
| Sun JRE 1.4.2_12 Solaris SPARC | |
| Sun JRE 1.4.2_13 Solaris SPARC | |
| Sun JRE 1.4.2_19 Solaris SPARC | |
| Sun JRE 1.5.0_03 Solaris SPARC | |
| Sun JRE 1.5.0_05 Solaris SPARC | |
| Sun JRE 1.5.0_06 Solaris SPARC | |
| Sun JRE 1.5.0_07 Solaris SPARC | |
| Sun JRE 1.5.0_08 Solaris SPARC | |
| Sun JRE 1.5.0_09 Solaris SPARC | |
| Sun JRE 1.5.0_21 Solaris SPARC | |
| Sun JRE 1.5.0_22 Solaris SPARC | |
| Sun JRE 1.6.0_00 Solaris SPARC | |
| Sun JRE 1.6.0_11 Solaris SPARC | |
| Sun JRE 1.6.0_12 Solaris SPARC | |
| Sun JRE 1.6.0_15 Solaris SPARC | |
| Sun JRE 1.6.0_20 Solaris SPARC | |
| Sun JRE 1.6.0_22 Solaris SPARC | |
| Sun JRE 1.6.0_25 Solaris SPARC | |
| Sun JRE 1.6.0_26 Solaris SPARC | |
| Sun JRE 1.7.0 Solaris SPARC |
Solaris Intel (x86)
| Sun JRE 118_14 Solaris INTEL | |
| Sun JRE 118_16 Solaris INTEL | |
| Sun JRE 1.2.2_09 Solaris INTEL | |
| Sun JRE 1.2.2_09 Solaris INTEL | |
| Sun JRE 1.2.2_17 Solaris INTEL | |
| Sun JRE 1.3.1 Solaris INTEL | |
| Sun JRE 1.3.1_04 Solaris INTEL | |
| Sun JRE 1.3.1_06 Solaris INTEL | |
| Sun JRE 1.3.1_07 Solaris INTEL | |
| Sun JRE 1.3.1_08 Solaris INTEL | |
| Sun JRE 1.3.1_09 Solaris INTEL | |
| Sun JRE 1.3.1_10 Solaris INTEL | |
| Sun JRE 1.3.1_11 Solaris INTEL | |
| Sun JRE 1.4.0_03 Solaris INTEL | |
| Sun JRE 1.4.1_01 Solaris INTEL | |
| Sun JRE 1.4.1_02 Solaris INTEL | |
| Sun JRE 1.4.1_03 Solaris INTEL | |
| Sun JRE 1.4.1_04 Solaris INTEL | |
| Sun JRE 1.4.1_05 Solaris INTEL | |
| Sun JRE 1.4.1_06 Solaris INTEL | |
| Sun JRE 1.4.1_07 Solaris INTEL | |
| Sun JRE 1.4.2 Solaris INTEL | |
| Sun JRE 1.4.2_01 Solaris INTEL | |
| Sun JRE 1.4.2_02 Solaris INTEL | |
| Sun JRE 1.4.2_03 Solaris INTEL | |
| Sun JRE 1.4.2_04 Solaris INTEL | |
| Sun JRE 1.4.2_05 Solaris INTEL | |
| Sun JRE 1.4.2_06 Solaris INTEL | |
| Sun JRE 1.4.2_07 Solaris INTEL | |
| Sun JRE 1.4.2_08 Solaris INTEL | |
| Sun JRE 1.5.0_03 Solaris INTEL | |
| Sun JRE 1.5.0_21 Solaris INTEL | |
| Sun JRE 1.6.0_00 Solaris INTEL | |
| Sun JRE 1.6.0_15 Solaris INTEL | |
| Sun JRE 1.7.0 Solaris INTEL |
Solaris AMD 64-bit (InstallAnywhere 7+ only)
| Sun JRE 1.5.0_03 AMD64 Solaris |
Linux Intel (x86)
| Blackdown JRE 1.1.8 Linux INTEL | |
| IBM JRE 1.1.8 Service Release 5a Linux INTEL | |
| IBM JRE 1.1.8 I18N Linux INTEL | |
| IBM JRE 1.3.0 Linux INTEL | |
| Sun JRE 1.2.2_08 Linux INTEL | |
| Sun JRE 1.2.2_09 Linux INTEL | |
| Sun JRE 1.2.2_17 Linux INTEL | |
| Sun JRE 1.3.0_04 Linux INTEL | |
| Sun JRE 1.3.1_02 Linux INTEL | |
| Sun JRE 1.3.1_03 Linux INTEL | |
| Sun JRE 1.3.1_04 Linux INTEL | |
| Sun JRE 1.3.1_05 Linux INTEL | |
| Sun JRE 1.3.1_06 Linux INTEL | |
| Sun JRE 1.3.1_07 Linux INTEL | |
| Sun JRE 1.3.1_08 Linux INTEL | |
| Sun JRE 1.3.1_09 Linux INTEL | |
| Sun JRE 1.3.1_10 Linux INTEL | |
| Sun JRE 1.3.1_11 Linux INTEL | |
| Sun JRE 1.3.1_18 Linux INTEL | |
| Sun JRE 1.4.0_01 Linux INTEL | |
| Sun JRE 1.4.0_02 Linux INTEL | |
| Sun JRE 1.4.0_03 Linux INTEL | |
| Sun JRE 1.4.1 FCS Linux INTEL | |
| Sun JRE 1.4.1_01 Linux INTEL | |
| Sun JRE 1.4.1_02 Linux INTEL | |
| Sun JRE 1.4.1_03 Linux INTEL | |
| Sun JRE 1.4.1_04 Linux INTEL | |
| Sun JRE 1.4.1_05 Linux INTEL | |
| Sun JRE 1.4.1_06 Linux INTEL | |
| Sun JRE 1.4.1_07 Linux INTEL | |
| Sun JRE 1.4.2 Linux INTEL | |
| Sun JRE 1.4.2_01 Linux INTEL | |
| Sun JRE 1.4.2_02 Linux INTEL | |
| Sun JRE 1.4.2_03 Linux INTEL | |
| Sun JRE 1.4.2_04 Linux INTEL | |
| Sun JRE 1.4.2_05 Linux INTEL | |
| Sun JRE 1.4.2_06 Linux INTEL | |
| Sun JRE 1.4.2_07 Linux INTEL | |
| Sun JRE 1.4.2_08 Linux INTEL | |
| Sun JRE 1.4.2_09 Linux INTEL | |
| Sun JRE 1.4.2_12 Linux INTEL | |
| Sun JRE 1.4.2_13 Linux INTEL | |
| Sun JRE 1.4.2_19 Linux INTEL | |
| Sun JRE 1.5.0_03 Linux INTEL | |
| Sun JRE 1.5.0_05 Linux INTEL | |
| Sun JRE 1.5.0_06 Linux INTEL | |
| Sun JRE 1.5.0_07 Linux INTEL | |
| Sun JRE 1.5.0_08 Linux INTEL | |
| Sun JRE 1.5.0_09 Linux INTEL | |
| Sun JRE 1.5.0_10 Linux INTEL | |
| Sun JRE 1.5.0_11 Linux Intel | |
| Sun JRE 1.5.0_21 Linux Intel | |
| Sun JRE 1.5.0_22 Linux Intel | |
| Sun JRE 1.6.0_00 Linux INTEL | |
| Sun JRE 1.6.0_12 Linux INTEL | |
| Sun JRE 1.6.0_12 Linux (32-bit) INTEL | |
| Sun JRE 1.6.0_20 Linux (32-bit) INTEL | |
| Sun JRE 1.6.0_22 Linux (32-bit) INTEL | |
| Sun JRE 1.6.0_25 Linux (32-bit) INTEL | |
| Sun JRE 1.6.0_26 Linux (32-bit) INTEL | |
| Sun JRE 1.7.0 Linux (32-bit) INTEL |
Linux Intel (64-bit)
| Sun JRE 1.6.0_25 Linux (64-bit) INTEL | |
| Sun JRE 1.6.0_26 Linux (64-bit) INTEL | |
| Sun JRE 1.7.0 Linux (64-bit) INTEL |
Linux AMD 64-bit (InstallAnywhere 7+ only)
| Sun JRE 1.5.0_03 AMD64 Linux | |
| Sun JRE 1.5.0_08 AMD64 Linux | |
| Sun JRE 1.5.0_09 AMD64 Linux | |
| Sun JRE 1.6.0_00 AMD64 Linux | |
| Sun JRE 1.6.0_22 AMD64 Linux |
HP-UX
| HP JRE 1.1.8 for HP-UX 10.20 RISC | |
| HP JRE 1.1 for HP-UX 11 RISC | |
| HP JRE 1.2.2.15 for HP-UX 11 RISC | |
| HP JRE 1.3.1.01 for HP-UX 11 PA-RISC | |
| HP JRE 1.3.1.05 for HP-UX 11 PA-RISC | |
| HP JRE 1.3.1.10 for HP-UX 11 PA-RISC | |
| HP JRE 1.3.1.12 for HP-UX 11 PA-RISC | |
| HP JRE 1.3.1.13 for HP-UX 11 PA-RISC | |
| HP JRE 1.4.0.00 for HP-UX 11 PA-RISC | |
| HP JRE 1.4.0.04 for HP-UX 11 PA-RISC | |
| HP JRE 1.4.1.00 for HP-UX 11 PA-RISC | |
| HP JRE 1.4.1.01 for HP-UX 11 PA-RISC | |
| HP JRE 1.4.1.02 for HP-UX 11 PA-RISC | |
| HP JRE 1.4.1.03 for HP-UX 11 PA-RISC | |
| HP JRE 1.4.1.05 for HP-UX 11 PA-RISC | |
| HP JRE 1.4.2 for HP-UX 11 PA-RISC | |
| HP JRE 1.4.2.01 for HP-UX 11 PA-RISC | |
| HP JRE 1.4.2.02 for HP-UX 11 PA-RISC | |
| HP JRE 1.4.2.26 for HP-UX 11 PA-RISC | |
| HP JRE 1.5.0.02 for HP-UX 11 PA-RISC | |
| HP JRE 1.5.0.04 for HP-UX 11 PA-RISC | |
| HP JRE 1.5.0.21 for HP-UX 11 PA-RISC | |
| HP JRE 1.6.0.02 for HP-UX 11 PA-RISC | |
| HP JRE 1.6.0.09 for HP-UX 11 PA-RISC | |
| HP JRE 1.6.0.10 for HP-UX 11 PA-RISC |
HP-UX Itanium2 (InstallAnywhere 7+ only)
| HP JRE 1.3.1.12 for HP-UX 11 Itanium2 | |
| HP JRE 1.3.1.13 for HP-UX 11 Itanium2 | |
| HP JRE 1.4.2.01 for HP-UX 11 Itanium2 | |
| HP JRE 1.4.2.02 for HP-UX 11 Itanium2 | |
| HP JRE 1.4.2.26 for HP-UX 11 Itanium2 | |
| HP JRE 1.5.0.02 for HP-UX 11 Itanium2 | |
| HP JRE 1.5.0.21 for HP-UX 11 Itanium2 | |
| HP JRE 1.6.0.09 for HP-UX 11 Itanium2 | |
| HP JRE 1.6.0.10 for HP-UX 11 Itanium2 |
AIX
| IBM JRE 1.1.8 for AIX 4.3.3 or 5.1 Build a118-20011203 | |
| IBM JRE 1.2.2 for AIX 4.3.3, 5.1, 5.2 Build ca122-20021218 | |
| IBM JRE 1.3.0 for AIX 4.3.3 or 5.1 Build ca130-20000622 | |
| IBM JRE 1.3.0 for AIX 4.3.3 or 5.1 Build ca131-20030630a | |
| IBM JRE 1.3.1 for AIX 4.3.3, 5.1, 5.2 Build ca131-20020706 | |
| IBM JRE 1.3.1 for AIX 4.3.3, 5.1, 5.2 Build ca131-20030630a | |
| IBM JRE 1.4.0 for AIX 5.1, 5.2 Build ca1401-20021126 | |
| IBM JRE 1.4.1 for AIX 5.1, 5.2 Build ca141-20030522 | |
| IBM JRE 1.4.1 for AIX 5.1, 5.2 Build ca141-20030703a | |
| IBM JRE 1.4.1 for AIX 5.1, 5.2 Build ca1411-20030930 | |
| IBM JRE 1.4.2 for AIX 5.1, 5.2, 5.3 Build ca1420-20040626 | |
| IBM JRE 1.5.0 for AIX 5.1, 5.2, 5.3 Build pap32dev-20070201 | |
| IBM JRE 1.6.0 Build pap3260sr3-20081106 |
Merge Modules
Merge Modules can be integrated into InstallAnywhere Enterprise Edition projects to provide additional functionality and/or to ease your installation of a particular component. The following Merge Modules were created by the Flexera Software Technical Support and Engineering staff for your convenience.
Please Note: Flexera Software does not provide direct support for these extensions. However, we do appreciate reports of any issues that may arise in their use. Premium support members, please contact Technical Support for assistance using Merge Modules.
Sun ONE Application Server 7 for Windows
View Readme | Download | Sun's application server for developing and delivering Java web services
JBOSS 3.0.4
View Readme | Download
An open source Java application server implementation based on the J2EE standard. Developed by the JBOSS project.
JBOSS 2.4.4
View Readme | Download
An open source Java application server implementation based on the J2EE standard. Developed by the JBOSS project.
Jakarta Ant 1.5.1
View Readme | Download
An open source Java based build tool developed by the Apache Jakarta Project.
Jakarta Ant 1.4.1
View Readme | Download
An open source Java based build tool developed by the Apache Jakarta Project.
Jakarta Tomcat 4.1.18
View Readme | Download
An open source Java Servlet Container developed by the Apache Jakarta Project.
Jakarta Tomcat 3.3.1
View Readme | Download
An open source Java Servlet Container developed by the Apache Jakarta Project.
Sun Java 2 Platform, Enterprise Edition (J2EE)
View Readme | Download | Sun's Java 2 Enterprise Edition SDK Reference Implementation
This module allows you to integrate the J2EE implementation into an InstallAnywhere installer.
Additional Resources
Webinar
White Paper
Best Practices for Building Multi-Platform Installers
This white paper discusses the fundamentals of installation planning and how to manage installation projects according to proven best practices.
Webinar
What's New in InstallAnywhere
See why InstallAnywhere is the leading multiplatform development solution for creating cross platform installations.
