JDK-6640734 : Plugin not registered by default on silent mode installation
  • Type: Bug
  • Component: install
  • Sub-Component: install
  • Affected Version: 6u1,6u3
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic,windows
  • CPU: generic
  • Submitted: 2007-12-12
  • Updated: 2010-09-08
  • Resolved: 2008-01-25
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.

To download the current JDK release, click here.
JDK 6
6u10 b10Fixed
Related Reports
Duplicate :  
Description
- Uninstall all JREs
 - Install PIT build using "/s" option -> jre160.exe /s
 - Launch browser and see if applets are loaded
 - Check in Java-Control-Panel in "Advanced" tab checkbox values
   under "Default Java for browsers". If both IE and Mozilla checkbox
   is unchecked bug is reproduced.

Plugin is not registered in silent mode by default.

Plugin registration happens properly if we explicitely pass the flags
jre160.exe /s "IEXPLORER=1 MOZILLA=1"

Logs attached..

Comments
EVALUATION The issue is the browser verification is not executed in silent mode since the CustomAction is in UI sequence. The fix is to check the browsers installation when it's ready to create the jre registry keys. webrev: http://j2se.east/deployment/www/webrevs/qz198522/6ux/6640734/
14-12-2007