How To Get Java Msi

MSI Enterprise JRE Installer. The Java Uninstall Tool is integrated with the installer to provide an option to remove older versions of Java from the system. The change is applicable to 32 bit and 64 bit Windows platforms. See Uninstalling the JRE for more information.

Active6 years, 6 months ago

Project: a simple swing application using Java 7.

Objective: Distribute as a .exe or MSI so that i can release patch & updates to the application.

I am aware of the fact there many utilities to convert a jar file to executable .exe my questions are :

  1. I have used Java 7 for the project & the target systems don't havejava 7 - so i have to include jre 7 with my package ? Hope the 3party lib i used gets compiled along with the jar.
  2. I am going to remote depoly the package to the target system is itpossible ?
  3. I have to update the installed application remotely by deploying theupdate packages can this be done ?
WillsWills

1 Answer

First, distributing it as an .EXE or .MSI file won't provide you with the ability of releasing patches/updates and to process them remotely. For that you will need to implement your own Update Manager for that specific application, connected to your remote repository. There are several questions in SO discussing that matter:

If you dig a bit more in that subject you will find sooner or later than, even when 'auto-updates' is a requirement, you don't need an .EXE or .MSI file for that, just think about Eclipse IDE, it is distributed as a .ZIP file and it has its own Update Manager.

However, I think that when you say 'distribute as .exe or MSI' you really mean distribute it as an auto-installer (which is not the same as an auto-updater). For that you have several options:

  1. If you just want to distribute to Windows platforms (which is a shame, since Java can run in a lot of platforms) then try with the famous NSIS or the WiX Toolset.
  2. If you want it to be cross-platform (as I would recommend), then in this question you'll find a list with several tools to get that.
Community
Alonso DominguezAlonso Dominguez
6,7011 gold badge21 silver badges37 bronze badges

Not the answer you're looking for? Browse other questions tagged javadeploymentjar or ask your own question.


The “Enterprise JRE Installer”, or “Java MSI Installer”, allows system administrators to quickly and consistently roll out pre-configured Oracle JRE updates to Windows systems via automation tools. It is available to Java SE Subscription, and Java SE Desktop Subscription subscribers, and is a commercial feature entitlement for legacy Java SE Advanced and Java SE Advanced Desktop customers. The alternative to the Java MSI Installer is to use the public “exe” installer, which is designed for manual installation on one machine at a time.


What does the MSI Installer provide?


Msi

How To Get Java Minecraft

MSI stands for “Microsoft System Installer”, and has a consistent format to manage information normally entered manually, and allows the customization of installations through the use of transforms. System Administrators can then mass-install (or uninstall) these MSIs through desktop management systems like Microsoft SCCM.

The Java MSI Installer documentation appears at https://docs.oracle.com/javacomponents/msi-jre8/install-guide/ and provides information including a list of supported configurations. The Java MSI Installer is available to Java SE Advanced and Java SE Advanced Desktop licensees through My Oracle Support (MOS).

Please note that a Java SE Support entitlement alone does not permit use of the Java MSI installer. A Java SE Subscription, Java SE Desktop Subscription, legacy Java SE Advanced or Java SE Advanced Desktop license is required for each desktop, and server the Java MSI installer will target.

How To Get Java Msi File

Msi

WLS Enterprise customers are provided a Java SE Advanced entitlement, and may use the MSI to install on the systems where WLS runs, they cannot however deploy the MSI across unrelated systems without a separate Java SE Subscription, Java SE Desktop Subscription, Java SE Advanced or Java SE Advanced Desktop license.

The Java MSI installer is only available through MOS for licensees of Java SE Subscription, Java SE Desktop Subscription, Java SE Advanced and Java SE Advanced Desktop. There are Java MSI installers for JRE 7 update 95 and later, and JRE 8 update 20 and later. There is no MSI installer for JRE 6.


What is the key value proposition of the Java MSI Installer?


Oracle releases Java updates a minimum of four times per year following the Critical Patch Schedule, and also releases additional feature and ER updates throughout the year.

The Java MSI Installer saves the system administrator time as they can re-use configurations and deploy a new Java update quickly, and in line with the critical patch schedule. Without the Java MSI Installer, administrators must manually build, manage, and test their own packages several times per year, through unsupported means. Unless the administrator is proficient with creating MSI installers this will take time and any mistakes coud result in costly delays, and risk with enterprise-wide Java deployments.


Can’t I just build my own MSI, or extract the data I need from the gratis JRE?


The public executable “exe” installers available from Java.com, OTN or MOS are intended for individual users who will manage their own installation. Some organizations may choose to manually build their own MSI package from scratch for internal use. These MSIs or and bundle derived from extracting the contents of the executable installers are not supported. Using executable installers in desktop management systems like Microsoft SCCM is not supported.

Some users may try to extract and modify the temporary MSI contained within the executable installer; this MSI is very different from the Java MSI Installer made available to Java SE Advanced and Java SE Advanced Desktop customers, and is not intended for enterprise use.

The Java MSI Installer available to Java SE Advanced and Java SE Advanced Desktop licensees is fully compliant with MS ICE standards and is designed to be run standalone, making it possible to deploy silently over frameworks such as SCCM and Active Directory. All MSI 'Modes' are supported: Install, Remove, Rollback and Repair along with Installer options and configuration of commercial features (e.g. UsageTracker).

The temporary MSI contained within the executable installer is not intended to be run standalone and its use in this way may cause issues. This is especially true as it relates to “FilesInUse”, and product registration when run silently, or over deployment frameworks. There is also no 'Repair' mode available, and it is not possible to configure some commercial features; moreover, the internal MSI format is designed for the executable and subject to change or removal at any time. Compatibility between systems may be problematic and any organization taking the time and effort to use this approach will need to carefully re-test their installation and uninstallation processes with every single update. Any issues encountered in this situation will not be covered by Support.


Java Msi Installer Download

If I have Java SE Advanced, how do I configure the Commercial MSI for my environment?


How To Get Java Minecraft Free

The Advanced Management Console provides a feature called Java Install Customizer, which allows users to create a new customization, or to simply bring forward their previous configuration. Various other MSI customization tools are available from third parties.