JDK-6845077 : silent JDK should install JRE/Java DB silently
Type:Bug
Component:install
Sub-Component:install
Affected Version:6u14
Priority:P2
Status:Closed
Resolution:Fixed
OS:generic
CPU:generic
Submitted:2009-05-26
Updated:2013-06-04
Resolved:2009-06-17
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
We need to fully support a silent JDK install in 6u15, which should also install the public JRE and Java DB.
Comments
EVALUATION
Now that we own our JDK wrapper code, we can fully support silent installation. If the public JRE feature is on, it should create a registry. The wrapper should check that registry after running the jdk.msi, and it should run msiexec on the jdk$version/jre.msi, and then it should remove the msi/mst files.
I've read in forums that Java DB might not currently be getting installed with JDK silent mode, so we need to look into this as well.