Comments:
- Nope, it's a completely fresh build of Windows 10. How would I test as SYSTEM?
I don't suppose it makes any difference if it's an Application or a Package does it? - dsgoody4 years ago- Try a previous update like u99 or u100, I have a feeling it could be this build causing issue. I know u91 64-bit is ok as I packaged that a few months back.
Wont make a diff if its a package or a app in sccm, this is a CA issue with the msi (probably in conjunction with the os). - rileyz4 years ago- Odd; I have tried the following builds:
jre1.8.0_73.msi
jre1.8.0_77.msi
jre1.8.0_91.msi
jre1.8.0_101.msi
jre1.8.0_73_x64.msi
jre1.8.0_77_x64.msi
jre1.8.0_91_x64.msi
jre1.8.0_101_x64.msi
Plus the following PSU builds:
jre1.8.0_92.msi
jre1.8.0_92_x64.msi
I can replicate this problem consistently across multiple Windows 10 1511 machines, and also on one of our few remaining Windows 7 machines that's never seen Java.
When you packaged jre1.8.0_91_x64.msi was this to clean workstations or as an update to existing builds? - dsgoody4 years ago
Download Java Runtime Environment 64-bit 8.0-build-271 for Windows. Fast downloads of the latest free software! Chocolatey is software management automation for Windows that wraps installers, executables, zips, and scripts into compiled packages. Chocolatey integrates w/SCCM, Puppet, Chef, etc. Chocolatey is trusted by businesses to manage software deployments. Last modified: Sun Oct 25 09:46:40 UTC 2015: Last modified by: tim.lebedk. Created: Sun Oct 25 09:46:40 UTC 2015: Created by: tim.lebedk. Automated tests.
This page describes options for installing, configuring, and creating a log file for the Windows Java Runtime Environment.
This page contains the following topics:
See 'JDK 8 and JRE 8 Installation Start Here' for general information about installing JDK 8 and JRE 8.
Introduction

This page describes options for installation of the Java SE Runtime Environment (JRE) on Windows 32-bit platform. It is intended for:
System administrators deploying the JRE with Java Plug-in and Java Web Start technologies on multiple PCs in their Intranet without user interaction.
Vendors having products requiring the JRE. The JRE can be silently (non-interactively from the command line) installed with their product.
JRE installers are built using Microsoft Window Installer (MSI) 2.0 technology. MSI contains built-in support for silent installations. This topic explains how to manually install the JRE using the .exe file that runs the MSI.
Command-Line Installation
This section describes the command-line options for the JRE Windows Offline Installer. Run the installer as follows:
jrerefers to the JRE Windows Offline Installer base file name (for example,jre-8u05-windows-i586.exe).INSTALLCFG=configuration_file_pathspecifies the path of the installer configuration file. See 'Installing With a Configuration File' for more information.optionsare options with specified values separated by spaces. Use the same options as listed in Table 20-1, 'Configuration File Options'. In addition, you may use the option/sfor the JRE Windows Offline Installer to perform a silent installation.

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.

The default installation directory of a static JRE is C:Program Files (x86)Javajren (for 32-bit versions) or C:Program FilesJavajren (for 64-bit versions), where n is the full Java SE release and update number (for example, n = 1.8.0_20 for release 8 update 20).
Java 8 Update 101 64 Bit Free Download
Creating a Log File
Java 8 Update 66 64 Bit
Use a log file to verify that an installation succeeded. To create a log file describing the installation, append /L C:pathsetup.log to the install command and scroll to the end of the log file to verify.
The following is an example of creating a log file:
Java 8 Update 121 64 Bit
This example causes the log to be written to the pathsetup.log file.