1 Installing the JRE With the JRE MSI Installer
You can use the Oracle Java SE 8 JRE MSI Installer (MSI Enterprise JRE Installer) to install and uninstall the Java Runtime Environment (JRE) for Windows.
The Oracle Java SE 8 JRE MSI Installer is delivered as a Microsoft Software Installer (MSI) file, and is only available to customers for download through My Oracle Support (MOS). For simplicity, this guide refers to the Oracle Java SE 8 JRE MSI Installer as the JRE MSI Installer.
The JRE MSI Installer enables you to install the JRE across your enterprise.
            The JRE MSI Installer is packaged as a "pure" .msi installer and runs
            with minimal dialogs. It can be used with system management software, such as Systems
            Management Server (SMS) and Systems Center Configuration Manager (SCCM). These software
            management suites enable you to deploy software across your enterprise. In addition to
            the features and options that you can specify with the JRE MSI Installer, you can
            specify a Java Usage Tracker configuration
            file and a deployment rule set. It supports silent installation of the JRE, and is
            customizable by using command line parameters, a parameter file, or third-party MSI
            customization tools. 
               
This section includes the following topics:
Prerequisites and System Requirements
Before installing the JRE, verify that your system meets the system requirements and you are aware of the prerequisites for installation.
Review the Consolidated Release Notes for JDK 8 and JDK 8 Update Releases for New Features, Removed Features and Options, Known Issues, and Other Notes of importance about the version that you are installing.
See Oracle JDK 8 and JRE 8 Certified System Configurations for information about supported platforms, operating systems, and browsers.
Note:
If you need additional help when using the JRE MSI Installer to install the JDK 8 JRE, such as assistance for a unique or exceptional use case or situation, contact My Oracle Support.Downloading the JRE MSI Installer
You can install JRE 8 updates and patches by downloading the appropriate Oracle JRE 8 Enterprise Installer (JRE MSI Installer) for your system from My Oracle Support (MOS).
Note:
The JRE MSI Installers for JRE 8u371 and later removed the ability to retain older JRE versions already installed on disk (theREMOVEOLDERJRES option
                    was disabled in these versions). Customers that need to retain older JRE
                    versions should get 8u381 b32 or later from My Oracle Support and use the
                        RETAIN_ALL_VERSIONS option when running the JRE MSI
                    Installer.
                        - Go to the page Supported Java SE and Java Component Downloads on MOS (Doc ID 1439822.2) on My Oracle Support (MOS).
- Click the JDK 8 tab in Supported Java SE and Java Component Downloads on MOS (Doc ID 1439822.2) to open the list of supported JDK 8 downloads. The most recent updates appear at the top of the list.
- In the list of descriptions, locate the installer for the JRE version and build that you need to install and click the Patch ID link. The Patches & Updates tab opens and displays a Patch Simple Search Results table containing detailed information about the patch.
- Verify the version and build in the Description are for the JRE MSI Installer that you need and then click the Patch Name link to open the patch download panel.
- In the Platform drop-down list, select your operating system and then click the Download button.
- A new dialog box appears that contains the download link to the JRE MSI
                    Installer .zipfile. Click the link and choose Save As from the pop-up menu to download the file to the directory of your choice.
Running the JRE MSI Installer
Run the JRE MSI Installer downloaded from My Oracle Support (MOS) to install JRE 8 updates and patches.
Note:
You must have administrator permissions to install JRE 8 updates.Creating a Log File
You can use a log file to verify that an installation succeeded.
To create a log file describing the installation, append /L C:\path\setup.log
                                                  to the install command and scroll to the end of
                                                  the log file to verify. Additional logging
                                                  information is also added to
                                                  %TEMP%\jusched.log. The log file
                                                  for the JRE MSI Installer follows standard MSI
                                                  processes. Logged error conditions and events
                                                  collected in the log file are documented in Windows Installer Logging documentation. 
                     
The following is an example of creating a log file:
msiexec.exe /i installer.msi /L C:\path\setup.log This example causes the log to be written to the C:\path\setup.log file.