Java 8 Update 5 Silent Install (How-To Guide)

The Java Runtime Environment, or JRE, is a software layer that runs on top of a computer’s operating system software and provides the class libraries and other resources that a specific Java program needs to run. The Java Development Kit, or JDK, is a set of tools for developing Java applications. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of Java 8 Update 5 from the command line using both EXE & MSI installers.

How to Install Java 8 Update 5 Silently

Java SE Runtime Environment 8 Update 5 (32-bit) Silent Install (EXE)

  1. Sign in to your Oracle account (Create an account if you don’t have one)
  2. Download the Java JRE 8 Update 5 (32-bit) Installer
  3. Download the file to a folder created at (C:\Downloads)
  4. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  5. Navigate to the C:\Downloads folder
  6. Enter the following command: jre-8u5-windows-i586.exe /s
  7. Press Enter

After a few moments you will find Java entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.

Software Title: Java 8 Update 5 (32-bit)
Vendor: Oracle Corporation
Version: 8.0.50
Architecture: x86
Installer Type: EXE
Silent Install Switch (Option 1) jre-8u5-windows-i586.exe /s
Silent Install Switch (Option 2) jre-8u5-windows-i586.exe INSTALL_SILENT=1
Silent Install Switch (Option 3) jre-8u5-windows-i586.exe INSTALL_SILENT=Enable
Silent Uninstall Switch: MsiExec.exe /x {26A24AE4-039D-4CA4-87B4-2F83218005FF} /qn
Repair Command: MsiExec.exe /fa {26A24AE4-039D-4CA4-87B4-2F83218005FF} /qn
Download Link: https://download.oracle.com/otn/java/jdk/8u5-b13/jre-8u5-windows-i586.exe
PowerShell Script: https://silentinstallhq.com/java-8-runtime-environment-install-and-uninstall-powershell/

Java SE Runtime Environment 8 Update 5 (64-bit) Silent Install (EXE)

  1. Sign in to your Oracle account (Create an account if you don’t have one)
  2. Download the Java JRE 8 Update 5 (64-bit) Installer
  3. Download the file to a folder created at (C:\Downloads)
  4. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  5. Navigate to the C:\Downloads folder
  6. Enter the following command: jre-8u5-windows-x64.exe /s
  7. Press Enter

After a few moments you will find Java entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.

Software Title: Java 8 Update 5 (64-bit)
Vendor: Oracle Corporation
Version: 8.0.50
Architecture: x64
Installer Type: EXE
Silent Install Switch (Option 1) jre-8u5-windows-x64.exe /s
Silent Install Switch (Option 2) jre-8u5-windows-x64.exe INSTALL_SILENT=1
Silent Install Switch (Option 3) jre-8u5-windows-x64.exe INSTALL_SILENT=Enable
Silent Uninstall Switch: MsiExec.exe /x {26A24AE4-039D-4CA4-87B4-2F86418005FF} /qn
Repair Command: MsiExec.exe /fa {26A24AE4-039D-4CA4-87B4-2F86418005FF} /qn
Download Link: https://download.oracle.com/otn/java/jdk/8u5-b13/jre-8u5-windows-x64.exe
PowerShell Script: https://silentinstallhq.com/java-8-runtime-environment-install-and-uninstall-powershell/

Java SE Development Kit 8 Update 5 (32-bit) Silent Install (EXE)

  1. Sign in to your Oracle account (Create an account if you don’t have one)
  2. Download the Java JDK 8 Update 5 (32-bit) Installer
  3. Download the file to a folder created at (C:\Downloads)
  4. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  5. Navigate to the C:\Downloads folder
  6. Enter the following command: jdk-8u5-windows-i586.exe /s
  7. Press Enter

After a few moments you will find Java entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.

Software Title: Java JDK 8 Update 5 (32-bit)
Vendor: Oracle Corporation
Version: 8.0.50
Architecture: x86
Installer Type: EXE
Silent Install Switch (Option 1) jdk-8u5-windows-i586.exe /s
Silent Install Switch (Option 2) jdk-8u5-windows-i586.exe INSTALL_SILENT=1
Silent Install Switch (Option 3) jdk-8u5-windows-i586.exe INSTALL_SILENT=Enable
Silent Uninstall Switch: MsiExec.exe /x {32A3A4F4-B792-11D6-A78A-00B0D0180050} /qn
Repair Command: MsiExec.exe /fa {32A3A4F4-B792-11D6-A78A-00B0D0180050} /qn
Download Link: https://download.oracle.com/otn/java/jdk/8u5-b13/jdk-8u5-windows-i586.exe
PowerShell Script: https://silentinstallhq.com/java-8-development-kit-install-and-uninstall-powershell/

Java SE Development Kit 8 Update 5 (64-bit) Silent Install (EXE)

  1. Sign in to your Oracle account (Create an account if you don’t have one)
  2. Download the Java JDK 8 Update 5 (64-bit) Installer
  3. Download the file to a folder created at (C:\Downloads)
  4. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  5. Navigate to the C:\Downloads folder
  6. Enter the following command: jdk-8u5-windows-x64.exe /s
  7. Press Enter

After a few moments you will find Java entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.

Software Title: Java JDK 8 Update 5 (64-bit)
Vendor: Oracle Corporation
Version: 8.0.50
Architecture: x64
Installer Type: EXE
Silent Install Switch (Option 1) jdk-8u5-windows-x64.exe /s
Silent Install Switch (Option 2) jdk-8u5-windows-x64.exe INSTALL_SILENT=1
Silent Install Switch (Option 3) jdk-8u5-windows-x64.exe INSTALL_SILENT=Enable
Silent Uninstall Switch: MsiExec.exe /x {64A3A4F4-B792-11D6-A78A-00B0D0180050} /qn
Repair Command: MsiExec.exe /fa {64A3A4F4-B792-11D6-A78A-00B0D0180050} /qn
Download Link: https://download.oracle.com/otn/java/jdk/8u5-b13/jdk-8u5-windows-x64.exe
PowerShell Script: https://silentinstallhq.com/java-8-development-kit-install-and-uninstall-powershell/

Java SE Runtime Environment 8 Update 5 (32-bit) Silent Install (MSI)

  1. Sign in to your Oracle account (Create an account if you don’t have one)
  2. Download the Java JRE 8 Update 5 (32-bit) Installer
  3. Download the EXE file to a folder created at (C:\Downloads)
  4. Manually launch the jre-8u5-windows-i586.exe
  5. Once you see the Java Setup – Welcome window, Navigate to C:\Users\%username%\AppData\LocalLow\Sun\Java\jre1.8.0_05
  6. Copy the jre1.8.0_05.msi to C:\Downloads
  7. Cancel & Close the “Java Setup – Welcome” window
  8. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  9. Navigate to the C:\Downloads folder
  10. Enter the following command: MsiExec.exe /i jre1.8.0_05.msi /qn
  11. Press Enter

After a few moments you will find Java entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.

Software Title: Java 8 Update 5 (32-bit)
Vendor: Oracle Corporation
Version: 8.0.50
Architecture: x86
Installer Type: MSI
Silent Install Switch: MsiExec.exe /i jre1.8.0_05.msi /qn
Silent Uninstall Switch: MsiExec.exe /x {26A24AE4-039D-4CA4-87B4-2F83218005FF} /qn
Repair Command: MsiExec.exe /fa {26A24AE4-039D-4CA4-87B4-2F83218005FF} /qn
Download Link: https://download.oracle.com/otn/java/jdk/8u5-b13/jre-8u5-windows-i586.exe
PowerShell Script: https://silentinstallhq.com/java-8-runtime-environment-install-and-uninstall-powershell/

Java SE Runtime Environment 8 Update 5 (64-bit) Silent Install (MSI)

  1. Sign in to your Oracle account (Create an account if you don’t have one)
  2. Download the Java JRE 8 Update 5 (64-bit) Installer
  3. Download the EXE file to a folder created at (C:\Downloads)
  4. Manually launch the jre-8u5-windows-x64.exe
  5. Once you see the Java Setup – Welcome window, Navigate to C:\Users\%username%\AppData\LocalLow\Sun\Java\jre1.8.0_05_x64
  6. Copy the jre1.8.0_05.msi to C:\Downloads
  7. Cancel & Close the “Java Setup – Welcome” window
  8. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  9. Navigate to the C:\Downloads folder
  10. Enter the following command: MsiExec.exe /i jre1.8.0_05.msi /qn
  11. Press Enter

After a few moments you will find Java entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.

Software Title: Java 8 Update 5 (64-bit)
Vendor: Oracle Corporation
Version: 8.0.50
Architecture: x64
Installer Type: MSI
Silent Install Switch: MsiExec.exe /i jre1.8.0_05.msi /qn
Silent Uninstall Switch: MsiExec.exe /x {26A24AE4-039D-4CA4-87B4-2F86418005FF} /qn
Repair Command: MsiExec.exe /fa {26A24AE4-039D-4CA4-87B4-2F86418005FF} /qn
Download Link: https://download.oracle.com/otn/java/jdk/8u5-b13/jre-8u5-windows-x64.exe
PowerShell Script: https://silentinstallhq.com/java-8-runtime-environment-install-and-uninstall-powershell/

Java SE Development Kit 8 Update 5 (32-bit) Silent Install (MSI)

  1. Sign in to your Oracle account (Create an account if you don’t have one)
  2. Download the Java JDK 8 Update 5 (32-bit) Installer
  3. Download the EXE file to a folder created at (C:\Downloads)
  4. Manually launch the jdk-8u5-windows-i586.exe
  5. On the Java SE Development Kit 8 Update 5 – Setup window, Click Next
  6. Once you see the Java SE Development Kit 8 Update 5 – Custom Setup window, Navigate to C:\Users\%username%\AppData\LocalLow\Sun\Java\
  7. Copy the jdk1.8.0_05 folder to C:\Downloads
  8. Cancel & Close the Java SE Development Kit 8 Update 5 – Custom Setup” window
  9. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  10. Navigate to the C:\Downloads\jdk1.8.0_05 folder
  11. Enter the following command: MsiExec.exe /i jdk1.8.0_05.msi /qn
  12. Press Enter

After a few moments you will find Java entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.

Software Title: Java JDK 8 Update 5 (32-bit)
Vendor: Oracle Corporation
Version: 8.0.50
Architecture: x86
Installer Type: MSI
Silent Install Switch: MsiExec.exe /i jdk1.8.0_05.msi /qn
Silent Uninstall Switch: MsiExec.exe /x {32A3A4F4-B792-11D6-A78A-00B0D0180050} /qn
Repair Command: MsiExec.exe /fa {32A3A4F4-B792-11D6-A78A-00B0D0180050} /qn
Download Link: https://download.oracle.com/otn/java/jdk/8u5-b13/jdk-8u5-windows-i586.exe
PowerShell Script: https://silentinstallhq.com/java-8-development-kit-install-and-uninstall-powershell/

Java SE Development Kit 8 Update 5 (64-bit) Silent Install (MSI)

  1. Sign in to your Oracle account (Create an account if you don’t have one)
  2. Download the Java JDK 8 Update 5 (64-bit) Installer
  3. Download the EXE file to a folder created at (C:\Downloads)
  4. Manually launch the jdk-8u5-windows-x64.exe
  5. On the Java SE Development Kit 8 Update 5 (64-bit) – Setup window, Click Next
  6. Once you see the Java SE Development Kit 8 Update 5 (64-bit) – Custom Setup window, Navigate to C:\Users\%username%\AppData\LocalLow\Sun\Java\
  7. Copy the jdk1.8.0_05_x64 folder to C:\Downloads
  8. Cancel & Close the “Java SE Development Kit 8 Update 5 (64-bit) – Custom Setup” window
  9. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  10. Navigate to the C:\Downloads\jdk1.8.0_05_x64 folder
  11. Enter the following command: MsiExec.exe /i jdk1.8.0_05.msi /qn
  12. Press Enter

After a few moments you will find Java entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.

Software Title: Java JDK 8 Update 5 (64-bit)
Vendor: Oracle Corporation
Version: 8.0.50
Architecture: x64
Installer Type: MSI
Silent Install Switch: MsiExec.exe /i jdk1.8.0_05.msi /qn
Silent Uninstall Switch: MsiExec.exe /x {64A3A4F4-B792-11D6-A78A-00B0D0180050} /qn
Repair Command: MsiExec.exe /fa {64A3A4F4-B792-11D6-A78A-00B0D0180050} /qn
Download Link: https://download.oracle.com/otn/java/jdk/8u5-b13/jdk-8u5-windows-x64.exe
PowerShell Script: https://silentinstallhq.com/java-8-development-kit-install-and-uninstall-powershell/

The information above provides a quick overview of the software title, vendor, silent install, and silent uninstall switches. The download links provided take you directly to the vendors website. Continue reading if you are interested in additional details and configurations.


Additional Configurations

Create an Installation Log File

The Java installers offer the option to generate a log file during installation to assist with troubleshooting should any problems arise. You can use the following commands to create a verbose log file with details about the installation.

Java JRE 8 Update 5 (32-bit) Silent Install (EXE) with Logging

jre-8u5-windows-i586.exe /s /L C:\Windows\Temp\jre-8u5x86.log Option 1
jre-8u5-windows-i586.exe INSTALL_SILENT=1 /L C:\Windows\Temp\jre-8u5x86.log Option 2

Java JRE 8 Update 5 (32-bit) Silent Install (MSI) with Logging

MsiExec.exe /i jre1.8.0_05.msi /qn /L*v "%WINDIR%\Temp\jre-8u5x86.log"

Java JRE 8 Update 5 (64-bit) Silent Install (EXE) with Logging

jre-8u5-windows-x64.exe /s /L C:\Windows\Temp\jre-8u5x64.log Option 1
jre-8u5-windows-x64.exe INSTALL_SILENT=1 /L C:\Windows\Temp\jre-8u5x64.log Option 2

Java JRE 8 Update 5 (64-bit) Silent Install (MSI) with Logging

MsiExec.exe /i jre1.8.0_05.msi /qn /L*v "%WINDIR%\Temp\jre-8u5x64.log"

Java JDK 8 Update 5 (32-bit) Silent Install (EXE) with Logging

jdk-8u5-windows-i586.exe /s /L C:\Windows\Temp\jdk-8u5x86.log Option 1
jdk-8u5-windows-i586.exe INSTALL_SILENT=1 /L C:\Windows\Temp\jdk-8u5x86.log Option 2

Java JDK 8 Update 5 (32-bit) Silent Install (MSI) with Logging

MsiExec.exe /i jdk1.8.0_05.msi /qn /L*v "%WINDIR%\Temp\jdk-8u5x86.log"

Java JDK 8 Update 5 (64-bit) Silent Install (EXE) with Logging

jdk-8u5-windows-x64.exe /s /L C:\Windows\Temp\jdk-8u5x64.log Option 1
jdk-8u5-windows-x64.exe INSTALL_SILENT=1 /L C:\Windows\Temp\jdk-8u5x64.log Option 2

Java JDK 8 Update 5 (64-bit) Silent Install (MSI) with Logging

MsiExec.exe /i jdk1.8.0_05.msi /qn /L*v "%WINDIR%\Temp\jdk-8u5x64.log"

Disable the Auto Update Feature

Java JRE 8 Update 5 (32-bit) Silent Install (EXE) with Auto Update Disabled

jre-8u5-windows-i586.exe /s AUTO_UPDATE=0 Option 1
jre-8u5-windows-i586.exe /s AUTO_UPDATE=Disable Option 2
jre-8u5-windows-i586.exe INSTALL_SILENT=1 AUTO_UPDATE=0 Option 3
jre-8u5-windows-i586.exe INSTALL_SILENT=Enable AUTO_UPDATE=Disable Option 4

Java JRE 8 Update 5 (64-bit) Silent Install (EXE) with Auto Update Disabled

jre-8u5-windows-x64.exe /s AUTO_UPDATE=0 Option 1
jre-8u5-windows-x64.exe /s AUTO_UPDATE=Disable Option 2
jre-8u5-windows-x64.exe INSTALL_SILENT=1 AUTO_UPDATE=0 Option 3
jre-8u5-windows-x64.exe INSTALL_SILENT=Enable AUTO_UPDATE=Disable Option 4

Java JDK 8 Update 5 (32-bit) Silent Install (EXE) with Auto Update Disabled

jdk-8u5-windows-i586.exe /s AUTO_UPDATE=0 Option 1
jdk-8u5-windows-i586.exe /s AUTO_UPDATE=Disable Option 2
jdk-8u5-windows-i586.exe INSTALL_SILENT=1 AUTO_UPDATE=0 Option 3
jdk-8u5-windows-i586.exe INSTALL_SILENT=Enable AUTO_UPDATE=Disable Option 4

Java JDK 8 Update 5 (64-bit) Silent Install (EXE) with Auto Update Disabled

jdk-8u5-windows-x64.exe /s AUTO_UPDATE=0 Option 1
jdk-8u5-windows-x64.exe /s AUTO_UPDATE=Disable Option 2
jdk-8u5-windows-x64.exe INSTALL_SILENT=1 AUTO_UPDATE=0 Option 3
jdk-8u5-windows-x64.exe INSTALL_SILENT=Enable AUTO_UPDATE=Disable Option 4

Suppress End User License Agreement (EULA)

Java JRE 8 Update 5 (32-bit) Silent Install (EXE) with EULA Suppressed

jre-8u5-windows-i586.exe /s EULA=0 Option 1
jre-8u5-windows-i586.exe /s EULA=Disable Option 2
jre-8u5-windows-i586.exe INSTALL_SILENT=1 EULA=0 Option 3
jre-8u5-windows-i586.exe INSTALL_SILENT=Enable EULA=Disable Option 4

Java JRE 8 Update 5 (64-bit) Silent Install (EXE) with EULA Suppressed

jre-8u5-windows-x64.exe /s EULA=0 Option 1
jre-8u5-windows-x64.exe /s EULA=Disable Option 2
jre-8u5-windows-x64.exe INSTALL_SILENT=1 EULA=0 Option 3
jre-8u5-windows-x64.exe INSTALL_SILENT=Enable EULA=Disable Option 4

Java JDK 8 Update 5 (32-bit) Silent Install (EXE) with EULA Suppressed

jdk-8u5-windows-i586.exe /s EULA=0 Option 1
jdk-8u5-windows-i586.exe /s EULA=Disable Option 2
jdk-8u5-windows-i586.exe INSTALL_SILENT=1 EULA=0 Option 3
jdk-8u5-windows-i586.exe INSTALL_SILENT=Enable EULA=Disable Option 4

Java JDK 8 Update 5 (64-bit) Silent Install (EXE) with EULA Suppressed

jdk-8u5-windows-x64.exe /s EULA=0 Option 1
jdk-8u5-windows-x64.exe /s EULA=Disable Option 2
jdk-8u5-windows-x64.exe INSTALL_SILENT=1 EULA=0 Option 3
jdk-8u5-windows-x64.exe INSTALL_SILENT=Enable EULA=Disable Option 4

Change Default Installation Directory (First Time Installs Only)

You can change the default installation directory by using the following command line parameters. In this example, I’m installing Java to “C:\Java”

Java JRE 8 Update 5 32-bit (EXE)

jre-8u5-windows-i586.exe /s INSTALLDIR=C:\Java Option 1
jre-8u5-windows-i586.exe INSTALL_SILENT=1 INSTALLDIR=C:\Java Option 2
jre-8u5-windows-i586.exe INSTALL_SILENT=Enable INSTALLDIR=C:\Java Option 3

Java JRE 8 Update 5 64-bit (EXE)

jre-8u5-windows-x64.exe /s INSTALLDIR=C:\Java Option 1
jre-8u5-windows-x64.exe INSTALL_SILENT=1 INSTALLDIR=C:\Java Option 2
jre-8u5-windows-x64.exe INSTALL_SILENT=Enable INSTALLDIR=C:\Java Option 3

Java JDK 8 Update 5 32-bit (EXE)

jdk-8u5-windows-i586.exe /s INSTALLDIR=C:\Java Option 1
jdk-8u5-windows-i586.exe INSTALL_SILENT=1 INSTALLDIR=C:\Java Option 2
jdk-8u5-windows-i586.exe INSTALL_SILENT=Enable INSTALLDIR=C:\Java Option 3

Java JDK 8 Update 5 64-bit (EXE)

jdk-8u5-windows-x64.exe /s INSTALLDIR=C:\Java Option 1
jdk-8u5-windows-x64.exe INSTALL_SILENT=1 INSTALLDIR=C:\Java Option 2
jdk-8u5-windows-x64.exe INSTALL_SILENT=Enable INSTALLDIR=C:\Java Option 3

Exclude Java Start Menu Items

Java JRE 8 Update 5 (32-bit) Silent Install (EXE) with Start Menu Items Excluded

jre-8u5-windows-i586.exe /s NOSTARTMENU=1 Option 1
jre-8u5-windows-i586.exe /s NOSTARTMENU=Enable Option 2
jre-8u5-windows-i586.exe INSTALL_SILENT=1 NOSTARTMENU=1 Option 3
jre-8u5-windows-i586.exe INSTALL_SILENT=Enable NOSTARTMENU=Enable Option 4

Java JRE 8 Update 5 (64-bit) Silent Install (EXE) with Start Menu Items Excluded

jre-8u5-windows-x64.exe /s NOSTARTMENU=1 Option 1
jre-8u5-windows-x64.exe /s NOSTARTMENU=Enable Option 2
jre-8u5-windows-x64.exe INSTALL_SILENT=1 NOSTARTMENU=1 Option 3
jre-8u5-windows-x64.exe INSTALL_SILENT=Enable NOSTARTMENU=Enable Option 4

Java JDK 8 Update 5 (32-bit) Silent Install (EXE) with Start Menu Items Excluded

jdk-8u5-windows-i586.exe /s NOSTARTMENU=1 Option 1
jdk-8u5-windows-i586.exe /s NOSTARTMENU=Enable Option 2
jdk-8u5-windows-i586.exe INSTALL_SILENT=1 NOSTARTMENU=1 Option 3
jdk-8u5-windows-i586.exe INSTALL_SILENT=Enable NOSTARTMENU=Enable Option 4

Java JDK 8 Update 5 (64-bit) Silent Install (EXE) with Start Menu Items Excluded

jdk-8u5-windows-x64.exe /s NOSTARTMENU=1 Option 1
jdk-8u5-windows-x64.exe /s NOSTARTMENU=Enable Option 2
jdk-8u5-windows-x64.exe INSTALL_SILENT=1 NOSTARTMENU=1 Option 3
jdk-8u5-windows-x64.exe INSTALL_SILENT=Enable NOSTARTMENU=Enable Option 4

Suppress Java Reboot

Java JRE 8 Update 5 (32-bit) Silent Install (EXE) with No Reboot

jre-8u5-windows-i586.exe /s REBOOT=0 Option 1
jre-8u5-windows-i586.exe /s REBOOT=Disable Option 2
jre-8u5-windows-i586.exe INSTALL_SILENT=1 REBOOT=0 Option 3
jre-8u5-windows-i586.exe INSTALL_SILENT=Enable REBOOT=Disable Option 4

Java JRE 8 Update 5 (64-bit) Silent Install (EXE) with No Reboot

jre-8u5-windows-x64.exe /s REBOOT=0 Option 1
jre-8u5-windows-x64.exe /s REBOOT=Disable Option 2
jre-8u5-windows-x64.exe INSTALL_SILENT=1 REBOOT=0 Option 3
jre-8u5-windows-x64.exe INSTALL_SILENT=Enable REBOOT=Disable Option 4

Java JDK 8 Update 5 (32-bit) Silent Install (EXE) with No Reboot

jdk-8u5-windows-i586.exe /s REBOOT=0 Option 1
jdk-8u5-windows-i586.exe /s REBOOT=Disable Option 2
jdk-8u5-windows-i586.exe INSTALL_SILENT=1 REBOOT=0 Option 3
jdk-8u5-windows-i586.exe INSTALL_SILENT=Enable REBOOT=Disable Option 4

Java JDK 8 Update 5 (64-bit) Silent Install (EXE) with No Reboot

jdk-8u5-windows-x64.exe /s REBOOT=0 Option 1
jdk-8u5-windows-x64.exe /s REBOOT=Disable Option 2
jdk-8u5-windows-x64.exe INSTALL_SILENT=1 REBOOT=0 Option 3
jdk-8u5-windows-x64.exe INSTALL_SILENT=Enable REBOOT=Disable Option 4

Remove All Out-Of-Date Java JRE Versions

Java JRE 8 Update 5 (32-bit) Silent Install (EXE) with Old JRE Versions Removed

jre-8u5-windows-i586.exe /s REMOVEOUTOFDATEJRES=1 Option 1
jre-8u5-windows-i586.exe /s REMOVEOUTOFDATEJRES=Enable Option 2
jre-8u5-windows-i586.exe INSTALL_SILENT=1 REMOVEOUTOFDATEJRES=1 Option 3
jre-8u5-windows-i586.exe INSTALL_SILENT=Enable REMOVEOUTOFDATEJRES=Enable Option 4

Java JRE 8 Update 5 (64-bit) Silent Install (EXE) with Old JRE Versions Removed

jre-8u5-windows-x64.exe /s REMOVEOUTOFDATEJRES=1 Option 1
jre-8u5-windows-x64.exe /s REMOVEOUTOFDATEJRES=Enable Option 2
jre-8u5-windows-x64.exe INSTALL_SILENT=1 REMOVEOUTOFDATEJRES=1 Option 3
jre-8u5-windows-x64.exe INSTALL_SILENT=Enable REMOVEOUTOFDATEJRES=Enable Option 4

Java JRE Static Installation

If you perform a static installation of the JRE (by specifying the command-line or configuration file option STATIC=1), then the Java Auto Update feature will leave that JRE installed during a Java update. A later version of the same JRE family will be installed in a separate directory. This mode ensures that vendors, who require a specific version of the JRE for their product, can be certain that the JRE will not be overwritten by a newer version.

Java JRE 8 Update 5 (32-bit) Silent Install (EXE) with Static Configuration

jre-8u5-windows-i586.exe /s STATIC=1 Option 1