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

Custom Code, Rules & Templates

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.

AbortInstallAction
This action immediately exits the current installer.
Posted by: Flexera Software. Source included.
AddToRequiredDiskSpace
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.
ArchiveResourceFileReader
This utility opens a text file from your resource file and parses it into an array of strings.
Posted by: Flexera Software. Source included.
ChooseInstallDrive
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
ConsoleInput (Enterprise Edition)
This is a CONSOLE input panel for use in your installer.
Posted by: Flexera Software. Source included.
CopyDirectory
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.
CopyFile
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.
DatabaseAction
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.
DeleteDirectory
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.
DeleteFile
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.
DisplayImagePanel (Enterprise Edition)
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.
EndProcess
This extension calls a utility that allows you to perform certain tasks on running processes during uninstall.
Posted by: Flexera Software. Source included
EnhancedExecuteCommand
This action executes a command and will store the return code and output in InstallAnywhere variables.
Posted by: Flexera Software. Source included.
ExecuteAsRoot
This action allows you to run a command on a Unix system as root.
Posted by: Flexera Software. Source included.
ExecuteUninstallCommand
This action makes it easy for you to execute a command at uninstall time.
Posted by: Flexera Software. Source included.
ExpressionEvaluator
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.
ExtractToFile
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.
FileInfo
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
FullScreenBackgroundImagePanel (Enterprise Edition)
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.
GetEightDotThreeFileName
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.
HostInfo
This action gets the IP address of a machine and sets it in an InstallAnywhere variable.
Posted by: Flexera Software. Source included.
IndeterminateConsole
This custom code action will display a console text in the field before executing a script.
Posted by: Flexera Software. Source included.
InstallJavaPlugin
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.
InstallSharedDll
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.
IsRootRule (Enterprise Edition)
This custom code rule checks to see if the user is root on a UNIX system.
Posted by: Flexera Software. Source included.
MessageDialogAction
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.
ModifyString
This extension allows you to perform String manipulations on InstallAnywhere variables.
Posted by: Flexera Software. Source included.
NumberComparisonRule (Enterprise Edition)
This custom code rule compares numbers and decimals with a defined comparator.
Posted by: Flexera Software. Source included.
PassByValue
This action allows you to pass InstallAnywhere variables by value instead of by reference.
Posted by: Flexera Software. Source included.
PasswordPanel (Enterprise Edition)
This panel will allow the users to enter a masked password. The panel also includes confirmation.
Posted by: Flexera Software. Source included.
PropertiesFileReader
This action allows you to turn properties from a properties file into InstallAnywhere variables.
Posted by: Flexera Software. Source included.
Rename
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.
ResetJVMList
This Pre-Install action resets the Choose Java VM panel list with a developer-determined string.
Posted by:  Flexera Software.
SimpleRegistryManagerPlus
This is a wrapper around SimpleRegistryManager to provide a superior interface to the Windows registry.
Posted by:  Flexera Software. Source included.
Sleep
This action pauses the installation.
Posted by:  Flexera Software. Source included.
SpeedRegistry
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.
WaitForFileRemoval
This action waits for a file to be removed before allowing the next action to perform.
Posted by:  Flexera Software. Source included.
WaitForProcessExit
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.
ZGDialogAction
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.
ZGDialogPanel (Enterprise Edition)
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:

  1. Microsoft Windows
  2. Microsoft Windows Itanium 2, 64-bit (InstallAnywhere 6.1+ only)
  3. Microsoft Windows AMD, 64-bit (InstallAnywhere 8.0+ only)
  4. Microsoft Windows Intel, 64-bit (InstallAnywhere 8.0+ only)
  5. Apple Macintosh Classic
  6. Sun Solaris SPARC
  7. Sun Solaris Intel (x86)
  8. Solaris AMD 64-bit (InstallAnywhere 7+ only)
  9. Linux Intel (x86)
  10. Linux Intel (64-bit)
  11. Linux AMD 64-bit (InstallAnywhere 7+ only)
  12. HP-UX RISC
  13. HP-UX Itanium2 (InstallAnywhere 7+ only)
  14. AIX

How to Install a VM pack:

  1. Click icon to download.
  2. Save the .vm file to the /resource/installer_vms directory in your InstallAnywhere directory. This directory is the repository for all VM packs.
  3. Restart InstallAnywhere if it is currently running.

Internationalized VM packs:

  1. 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:

  1. Java 1.1 VM packs are not supported in InstallAnywhere 7.x and later
  2. Java 1.4 VM packs are supported only in InstallAnywhere 4.5.2 and later.
  3. Java 1.5 VM packs are only compatible with InstallAnywhere 7.x and later

Platform Restrictions:

  1. 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:

  1. For information on bundling a VM not found here, please see VM Pack bundling instructions in the InstallAnywhere User's Guide.
  2. For information on how to create a VM pack please see Creating VM packs in the KnowledgeBase.
  3. 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 Sun JRE 1.3.1_11 Sun JRE 1.4.2_19 Sun JRE 1.5.0_22 Sun JRE 1.6.0_26 Sun JRE 1.7.0
Microsoft Windows I18N Sun JRE 1.3.1_11 Sun JRE 1.4.2_09 Sun JRE 1.5.0_11 Sun JRE 1.6.0_26 Sun JRE 1.7.0
Sun Solaris SPARC I18N Sun JRE 1.3.1_11 Sun JRE 1.4.2_19 Sun JRE 1.5.0_22 Sun JRE 1.6.0_26 Sun JRE 1.7.0
Sun Solaris Intel (x86) I18N Sun JRE 1.3.1_11 Sun JRE 1.4.2_08 Sun JRE 1.5.0_21 Sun JRE 1.6.0_15 Sun JRE 1.7.0
Linux Intel (x86) I18N Sun JRE 1.3.1_11 Sun JRE 1.4.2_19 Sun JRE 1.5.0_22 Sun JRE 1.6.0_26 Sun JRE 1.7.0
HP-UX RISC I18N HP JRE 1.3.1.13 for HP-UX 11 HP JRE 1.4.2.26 for HP-UX 11 HP JRE 1.5.0.21 for HP-UX 11 HP JRE 1.6.0.10 for HP-UX 11 Not Available
AIX I18N IBM JRE 1.3.1 for AIX ca131-20030630a IBM JRE 1.4.2 for AIX ca1420-20040626 IBM JRE 1.5.0 for AIX pap32dev-20070201 IBM JRE 1.6.0 for AIX pap3260sr3-20081106 Not Available


Microsoft Windows 95, 98, ME, NT, 2000, XP, 2003 32-bit


Sun JRE 1.1.8_09 Win32 Download
Sun JRE 1.1.8_09 I18N Win32 Download
Sun JRE 1.1.8_10 Win32 Download
Sun JRE 1.1.8_010 I18N Win32 Download
Sun JRE 1.2.2_08 Win32 Download
Sun JRE 1.2.2_08 I18N Win32 Download
Sun JRE 1.2.2_09 Win32 Download
Sun JRE 1.2.2_09 I18N Win32 Download
Sun JRE 1.2.2_17 Win32 Download
Sun JRE 1.2.2_17 I18N Win32 Download
Sun JRE 1.3.0_04 Win32 Download
Sun JRE 1.3.0_04 I18N Win32 Download
Sun JRE 1.3.1_02 Win32 Download
Sun JRE 1.3.1_02 I18N Win32 Download
Sun JRE 1.3.1_03 Win32 Download
Sun JRE 1.3.1_03 I18N Win32 Download
Sun JRE 1.3.1_04 Win32 Download
Sun JRE 1.3.1_04 I18N Win32 Download
Sun JRE 1.3.1_05 Win32 Download
Sun JRE 1.3.1_05 I18N Win32 Download
Sun JRE 1.3.1_06 Win32 Download
Sun JRE 1.3.1_06 I18N Win32 Download
Sun JRE 1.3.1_07 Win32 Download
Sun JRE 1.3.1_07 I18N Win32 Download
Sun JRE 1.3.1_08 Win32 Download
Sun JRE 1.3.1_08 I18N Win32 Download
Sun JRE 1.3.1_09 Win32 Download
Sun JRE 1.3.1_09 I18N Win32 Download
Sun JRE 1.3.1_10 Win32 Download
Sun JRE 1.3.1_10 I18N Win32 Download
Sun JRE 1.3.1_11 Win32 Download
Sun JRE 1.3.1_11 I18N Win32 Download
Sun JRE 1.3.1_18 I18N Win32 Download
Sun JRE 1.4.0 Win32 Download
Sun JRE 1.4.0 I18N Win32 Download
Sun JRE 1.4.0_01 Win32 Download
Sun JRE 1.4.0_01 I18N Win32 Download
Sun JRE 1.4.0_02 Win32 Download
Sun JRE 1.4.0_02 I18N Win32 Download
Sun JRE 1.4.0_03 Win32 Download
Sun JRE 1.4.0_03 I18N Win32 Download
Sun JRE 1.4.1 FCS Win32 Download
Sun JRE 1.4.1 FCS I18N Win32 Download
Sun JRE 1.4.1_01 Win32 Download
Sun JRE 1.4.1_01 I18N Win32 Download
Sun JRE 1.4.1_02 Win32 Download
Sun JRE 1.4.1_02 I18N Win32 Download
Sun JRE 1.4.1_03 Win32 Download
Sun JRE 1.4.1_03 I18N Win32 Download
Sun JRE 1.4.1_04 Win32 Download
Sun JRE 1.4.1_04 I18N Win32 Download
Sun JRE 1.4.1_05 Win32 Download
Sun JRE 1.4.1_05 I18N Win32 Download
Sun JRE 1.4.1_06 Win32 Download
Sun JRE 1.4.1_06 I18N Win32 Download
Sun JRE 1.4.1_07 Win32 Download
Sun JRE 1.4.1_07 I18N Win32 Download
Sun JRE 1.4.2 Win32 Download
Sun JRE 1.4.2 I18N Win32 Download
Sun JRE 1.4.2_01 Win32 Download
Sun JRE 1.4.2_01 I18N Win32 Download
Sun JRE 1.4.2_02 Win32 Download
Sun JRE 1.4.2_02 I18N Win32 Download
Sun JRE 1.4.2_03 Win32 Download
Sun JRE 1.4.2_03 I18N Win32 Download
Sun JRE 1.4.2_04 Win32 Download
Sun JRE 1.4.2_04 I18N Win32 Download
Sun JRE 1.4.2_05 Win32 Download
Sun JRE 1.4.2_05 I18N Win32 Download
Sun JRE 1.4.2_06 Win32 Download
Sun JRE 1.4.2_07 Win32 Download
Sun JRE 1.4.2_08 Win32 Download
Sun JRE 1.4.2_09 Win32 Download
Sun JRE 1.4.2_11 Win32 Download
Sun JRE 1.4.2_19 Win32 Download
Sun JRE 1.4.2_12 I18N Win32 Download
Sun JRE 1.4.2_13 I18N Win32 Download
Sun JRE 1.5.0_03 I18N Win32 Download
Sun JRE 1.5.0_05 I18N Win32 Download
Sun JRE 1.5.0_06 I18N Win32 Download
Sun JRE 1.5.0_07 I18N Win32 Download
Sun JRE 1.5.0_08 I18N Win32 Download
Sun JRE 1.5.0_09 I18N Win32 Download
Sun JRE 1.5.0_11 I18N Win32 Download
Sun JRE 1.5.0_15 I18N Win32 Download
Sun JRE 1.5.0_18 I18N Win32 Download
Sun JRE 1.5.0_21 I18N Win32 Download
Sun JRE 1.5.0_22 I18N Win32 Download
Sun JRE 1.6.0_00 I18N Win32 Download
Sun JRE 1.6.0_01 I18N Win32 Download
Sun JRE 1.6.0_12 I18N Win32 Download
Sun JRE 1.6.0_14 I18N Win32 Download
Sun JRE 1.6.0_15 I18N Win32 Download
Sun JRE 1.6.0_20 I18N Win32 Download
Sun JRE 1.6.0_22 I18N Win32 Download
Sun JRE 1.6.0_25 I18N Win32 Download
Sun JRE 1.6.0_26 I18N Win32 Download
Sun JRE 1.7.0 I18N Win32 Download
IBM JRE 1.1.8 Win32 Download
IBM JRE 1.1.8 I18N Win32 Download
IBM JRE 1.3.0 (cn130-20020124) Win32 Download
IBM JRE 1.6.0 Win32 Download


Microsoft Windows Itanium 2, 64-bit (InstallAnywhere 6.1+ only)


Sun JRE 1.4.2_04 I18N Win64 Download
Sun JRE 1.6.0_05 I18N Win64 Download
Sun JRE 1.6.0_12 I18N Win64 Download
Sun JDK 1.5.0_18 I18N Win64 Download


Microsoft Windows AMD, 64-bit (InstallAnywhere 8.0+ only)


Sun JRE 1.5.0_08 Win AMD64 Download
Sun JRE 1.5.0_09 Win AMD64 Download
Sun JRE 1.6.0_00 Win AMD64 Download
Sun JRE 1.6.0_01 Win AMD64 Download


Microsoft Windows Intel, 64-bit (InstallAnywhere 8.0+ only)


Sun JRE 1.5.0_22 Win INTEL Download
Sun JRE 1.6.0_22 Win INTEL Download
Sun JRE 1.6.0_25 Win INTEL Download
Sun JRE 1.6.0 26 Win INTEL Download
Sun JRE 1.7.0 Win INTEL Download


Apple Macintosh OS Classic


MRJ 2.2.3 Download
MRJ 2.2.4 Download
MRJ 2.2.5 Download


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 Download
Sun JRE 1.1.8_16 Solaris SPARC Download
Sun JRE 1.2.2_07 Solaris SPARC Download
Sun JRE 1.2.2_09 Solaris SPARC Download
Sun JRE 1.2.2_09 Solaris SPARC Download
Sun JRE 1.2.2_17 Solaris SPARC Download
Sun JRE 1.3.0_04 Solaris SPARC Download
Sun JRE 1.3.1 Solaris SPARC Download
Sun JRE 1.3.1_02 Solaris SPARC Download
Sun JRE 1.3.1_03 Solaris SPARC Download
Sun JRE 1.3.1_04 Solaris SPARC Download
Sun JRE 1.3.1_05 Solaris SPARC Download
Sun JRE 1.3.1_06 Solaris SPARC Download
Sun JRE 1.3.1_07 Solaris SPARC Download
Sun JRE 1.3.1_08 Solaris SPARC Download
Sun JRE 1.3.1_09 Solaris SPARC Download
Sun JRE 1.3.1_10 Solaris SPARC Download
Sun JRE 1.3.1_11 Solaris SPARC Download
Sun JRE 1.3.1_18 Solaris SPARC Download
Sun JRE 1.4.0_01 Solaris SPARC Download
Sun JRE 1.4.0_02 Solaris SPARC Download
Sun JRE 1.4.0_03 Solaris SPARC Download
Sun JRE 1.4.1 FCS Solaris SPARC Download
Sun JRE 1.4.1_01 Solaris SPARC Download
Sun JRE 1.4.1_02 Solaris SPARC Download
Sun JRE 1.4.1_03 Solaris SPARC Download
Sun JRE 1.4.1_04 Solaris SPARC Download
Sun JRE 1.4.1_05 Solaris SPARC Download
Sun JRE 1.4.1_06 Solaris SPARC Download
Sun JRE 1.4.1_07 Solaris SPARC Download
Sun JRE 1.4.2 Solaris SPARC Download
Sun JRE 1.4.2_01 Solaris SPARC Download
Sun JRE 1.4.2_02 Solaris SPARC Download
Sun JRE 1.4.2_03 Solaris SPARC Download
Sun JRE 1.4.2_04 Solaris SPARC Download
Sun JRE 1.4.2_05 Solaris SPARC Download
Sun JRE 1.4.2_06 Solaris SPARC Download
Sun JRE 1.4.2_07 Solaris SPARC Download
Sun JRE 1.4.2_08 Solaris SPARC Download
Sun JRE 1.4.2_09 Solaris SPARC Download
Sun JRE 1.4.2_12 Solaris SPARC Download
Sun JRE 1.4.2_13 Solaris SPARC Download
Sun JRE 1.4.2_19 Solaris SPARC Download
Sun JRE 1.5.0_03 Solaris SPARC Download
Sun JRE 1.5.0_05 Solaris SPARC Download
Sun JRE 1.5.0_06 Solaris SPARC Download
Sun JRE 1.5.0_07 Solaris SPARC Download
Sun JRE 1.5.0_08 Solaris SPARC Download
Sun JRE 1.5.0_09 Solaris SPARC Download
Sun JRE 1.5.0_21 Solaris SPARC Download
Sun JRE 1.5.0_22 Solaris SPARC Download
Sun JRE 1.6.0_00 Solaris SPARC Download
Sun JRE 1.6.0_11 Solaris SPARC Download
Sun JRE 1.6.0_12 Solaris SPARC Download
Sun JRE 1.6.0_15 Solaris SPARC Download
Sun JRE 1.6.0_20 Solaris SPARC Download
Sun JRE 1.6.0_22 Solaris SPARC Download
Sun JRE 1.6.0_25 Solaris SPARC Download
Sun JRE 1.6.0_26 Solaris SPARC Download
Sun JRE 1.7.0 Solaris SPARC Download


Solaris Intel (x86)


Sun JRE 118_14 Solaris INTEL Download
Sun JRE 118_16 Solaris INTEL Download
Sun JRE 1.2.2_09 Solaris INTEL Download
Sun JRE 1.2.2_09 Solaris INTEL Download
Sun JRE 1.2.2_17 Solaris INTEL Download
Sun JRE 1.3.1 Solaris INTEL Download
Sun JRE 1.3.1_04 Solaris INTEL Download
Sun JRE 1.3.1_06 Solaris INTEL Download
Sun JRE 1.3.1_07 Solaris INTEL Download
Sun JRE 1.3.1_08 Solaris INTEL Download
Sun JRE 1.3.1_09 Solaris INTEL Download
Sun JRE 1.3.1_10 Solaris INTEL Download
Sun JRE 1.3.1_11 Solaris INTEL Download
Sun JRE 1.4.0_03 Solaris INTEL Download
Sun JRE 1.4.1_01 Solaris INTEL Download
Sun JRE 1.4.1_02 Solaris INTEL Download
Sun JRE 1.4.1_03 Solaris INTEL Download
Sun JRE 1.4.1_04 Solaris INTEL Download
Sun JRE 1.4.1_05 Solaris INTEL Download
Sun JRE 1.4.1_06 Solaris INTEL Download
Sun JRE 1.4.1_07 Solaris INTEL Download
Sun JRE 1.4.2 Solaris INTEL Download
Sun JRE 1.4.2_01 Solaris INTEL Download
Sun JRE 1.4.2_02 Solaris INTEL Download
Sun JRE 1.4.2_03 Solaris INTEL Download
Sun JRE 1.4.2_04 Solaris INTEL Download
Sun JRE 1.4.2_05 Solaris INTEL Download
Sun JRE 1.4.2_06 Solaris INTEL Download
Sun JRE 1.4.2_07 Solaris INTEL Download
Sun JRE 1.4.2_08 Solaris INTEL Download
Sun JRE 1.5.0_03 Solaris INTEL Download
Sun JRE 1.5.0_21 Solaris INTEL Download
Sun JRE 1.6.0_00 Solaris INTEL Download
Sun JRE 1.6.0_15 Solaris INTEL Download
Sun JRE 1.7.0 Solaris INTEL Download


Solaris AMD 64-bit (InstallAnywhere 7+ only)


Sun JRE 1.5.0_03 AMD64 Solaris Download


Linux Intel (x86)


Blackdown JRE 1.1.8 Linux INTEL Download
IBM JRE 1.1.8 Service Release 5a Linux INTEL Download
IBM JRE 1.1.8 I18N Linux INTEL Download
IBM JRE 1.3.0 Linux INTEL Download
Sun JRE 1.2.2_08 Linux INTEL Download
Sun JRE 1.2.2_09 Linux INTEL Download
Sun JRE 1.2.2_17 Linux INTEL Download
Sun JRE 1.3.0_04 Linux INTEL Download
Sun JRE 1.3.1_02 Linux INTEL Download
Sun JRE 1.3.1_03 Linux INTEL Download
Sun JRE 1.3.1_04 Linux INTEL Download
Sun JRE 1.3.1_05 Linux INTEL Download
Sun JRE 1.3.1_06 Linux INTEL Download
Sun JRE 1.3.1_07 Linux INTEL Download
Sun JRE 1.3.1_08 Linux INTEL Download
Sun JRE 1.3.1_09 Linux INTEL Download
Sun JRE 1.3.1_10 Linux INTEL Download
Sun JRE 1.3.1_11 Linux INTEL Download
Sun JRE 1.3.1_18 Linux INTEL Download
Sun JRE 1.4.0_01 Linux INTEL Download
Sun JRE 1.4.0_02 Linux INTEL Download
Sun JRE 1.4.0_03 Linux INTEL Download
Sun JRE 1.4.1 FCS Linux INTEL Download
Sun JRE 1.4.1_01 Linux INTEL Download
Sun JRE 1.4.1_02 Linux INTEL Download
Sun JRE 1.4.1_03 Linux INTEL Download
Sun JRE 1.4.1_04 Linux INTEL Download
Sun JRE 1.4.1_05 Linux INTEL Download
Sun JRE 1.4.1_06 Linux INTEL Download
Sun JRE 1.4.1_07 Linux INTEL Download
Sun JRE 1.4.2 Linux INTEL Download
Sun JRE 1.4.2_01 Linux INTEL Download
Sun JRE 1.4.2_02 Linux INTEL Download
Sun JRE 1.4.2_03 Linux INTEL Download
Sun JRE 1.4.2_04 Linux INTEL Download
Sun JRE 1.4.2_05 Linux INTEL Download
Sun JRE 1.4.2_06 Linux INTEL Download
Sun JRE 1.4.2_07 Linux INTEL Download
Sun JRE 1.4.2_08 Linux INTEL Download
Sun JRE 1.4.2_09 Linux INTEL Download
Sun JRE 1.4.2_12 Linux INTEL Download
Sun JRE 1.4.2_13 Linux INTEL Download
Sun JRE 1.4.2_19 Linux INTEL Download
Sun JRE 1.5.0_03 Linux INTEL Download
Sun JRE 1.5.0_05 Linux INTEL Download
Sun JRE 1.5.0_06 Linux INTEL Download
Sun JRE 1.5.0_07 Linux INTEL Download
Sun JRE 1.5.0_08 Linux INTEL Download
Sun JRE 1.5.0_09 Linux INTEL Download
Sun JRE 1.5.0_10 Linux INTEL Download
Sun JRE 1.5.0_11 Linux Intel Download
Sun JRE 1.5.0_21 Linux Intel Download
Sun JRE 1.5.0_22 Linux Intel Download
Sun JRE 1.6.0_00 Linux INTEL Download
Sun JRE 1.6.0_12 Linux INTEL Download
Sun JRE 1.6.0_12 Linux (32-bit) INTEL Download
Sun JRE 1.6.0_20 Linux (32-bit) INTEL Download
Sun JRE 1.6.0_22 Linux (32-bit) INTEL Download
Sun JRE 1.6.0_25 Linux (32-bit) INTEL Download
Sun JRE 1.6.0_26 Linux (32-bit) INTEL Download
Sun JRE 1.7.0 Linux (32-bit) INTEL Download


Linux Intel (64-bit)


Sun JRE 1.6.0_25 Linux (64-bit) INTEL Download
Sun JRE 1.6.0_26 Linux (64-bit) INTEL Download
Sun JRE 1.7.0 Linux (64-bit) INTEL Download


Linux AMD 64-bit (InstallAnywhere 7+ only)


Sun JRE 1.5.0_03 AMD64 Linux Download
Sun JRE 1.5.0_08 AMD64 Linux Download
Sun JRE 1.5.0_09 AMD64 Linux Download
Sun JRE 1.6.0_00 AMD64 Linux Download
Sun JRE 1.6.0_22 AMD64 Linux Download


HP-UX


HP JRE 1.1.8 for HP-UX 10.20 RISC Download
HP JRE 1.1 for HP-UX 11 RISC Download
HP JRE 1.2.2.15 for HP-UX 11 RISC Download
HP JRE 1.3.1.01 for HP-UX 11 PA-RISC Download
HP JRE 1.3.1.05 for HP-UX 11 PA-RISC Download
HP JRE 1.3.1.10 for HP-UX 11 PA-RISC Download
HP JRE 1.3.1.12 for HP-UX 11 PA-RISC Download
HP JRE 1.3.1.13 for HP-UX 11 PA-RISC Download
HP JRE 1.4.0.00 for HP-UX 11 PA-RISC Download
HP JRE 1.4.0.04 for HP-UX 11 PA-RISC Download
HP JRE 1.4.1.00 for HP-UX 11 PA-RISC Download
HP JRE 1.4.1.01 for HP-UX 11 PA-RISC Download
HP JRE 1.4.1.02 for HP-UX 11 PA-RISC Download
HP JRE 1.4.1.03 for HP-UX 11 PA-RISC Download
HP JRE 1.4.1.05 for HP-UX 11 PA-RISC Download
HP JRE 1.4.2 for HP-UX 11 PA-RISC Download
HP JRE 1.4.2.01 for HP-UX 11 PA-RISC Download
HP JRE 1.4.2.02 for HP-UX 11 PA-RISC Download
HP JRE 1.4.2.26 for HP-UX 11 PA-RISC Download
HP JRE 1.5.0.02 for HP-UX 11 PA-RISC Download
HP JRE 1.5.0.04 for HP-UX 11 PA-RISC Download
HP JRE 1.5.0.21 for HP-UX 11 PA-RISC Download
HP JRE 1.6.0.02 for HP-UX 11 PA-RISC Download
HP JRE 1.6.0.09 for HP-UX 11 PA-RISC Download
HP JRE 1.6.0.10 for HP-UX 11 PA-RISC Download


HP-UX Itanium2 (InstallAnywhere 7+ only)


HP JRE 1.3.1.12 for HP-UX 11 Itanium2 Download
HP JRE 1.3.1.13 for HP-UX 11 Itanium2 Download
HP JRE 1.4.2.01 for HP-UX 11 Itanium2 Download
HP JRE 1.4.2.02 for HP-UX 11 Itanium2 Download
HP JRE 1.4.2.26 for HP-UX 11 Itanium2 Download
HP JRE 1.5.0.02 for HP-UX 11 Itanium2 Download
HP JRE 1.5.0.21 for HP-UX 11 Itanium2 Download
HP JRE 1.6.0.09 for HP-UX 11 Itanium2 Download
HP JRE 1.6.0.10 for HP-UX 11 Itanium2 Download


AIX


IBM JRE 1.1.8 for AIX 4.3.3 or 5.1 Build a118-20011203 Download
IBM JRE 1.2.2 for AIX 4.3.3, 5.1, 5.2 Build ca122-20021218 Download
IBM JRE 1.3.0 for AIX 4.3.3 or 5.1 Build ca130-20000622 Download
IBM JRE 1.3.0 for AIX 4.3.3 or 5.1 Build ca131-20030630a Download
IBM JRE 1.3.1 for AIX 4.3.3, 5.1, 5.2 Build ca131-20020706 Download
IBM JRE 1.3.1 for AIX 4.3.3, 5.1, 5.2 Build ca131-20030630a Download
IBM JRE 1.4.0 for AIX 5.1, 5.2 Build ca1401-20021126 Download
IBM JRE 1.4.1 for AIX 5.1, 5.2 Build ca141-20030522 Download
IBM JRE 1.4.1 for AIX 5.1, 5.2 Build ca141-20030703a Download
IBM JRE 1.4.1 for AIX 5.1, 5.2 Build ca1411-20030930 Download
IBM JRE 1.4.2 for AIX 5.1, 5.2, 5.3 Build ca1420-20040626 Download
IBM JRE 1.5.0 for AIX 5.1, 5.2, 5.3 Build pap32dev-20070201 Download
IBM JRE 1.6.0 Build pap3260sr3-20081106 Download

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

Follow Us