JDK-6525690 : offline non -s installer pops up "internal error 2762" after clicking "finish"
  • Type: Bug
  • Component: install
  • Sub-Component: install
  • Affected Version: 5.0u12,5.0u11
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic,windows_xp
  • CPU: generic,x86
  • Submitted: 2007-02-15
  • Updated: 2013-06-04
  • Resolved: 2007-03-27
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.
Other
5.0u12 b02Fixed
Related Reports
Duplicate :  
Description
Steps to reproduce:
1. Install a JRE prior to 5.0u11 and view an applet with IE 
	http://j2se.east/~billyh/applet.html 
2. Leave IE open, and launch the JRE offline installer (not the -s one)
3. At the end, it'll say it needs to restart IE.
4. Keep the checkbox checked, and click finish.
5. See the error.

Comments
EVALUATION The issue was due to the incorrect In-Script Execution property for "KillIE" cuostom action. This is only applied for java 5 update release. I have verified that java6 and java7 worked correctly. The fix is to update In-Script Execution property for "KillIE" in the CustomAction.idt table. install\make\installer\bundles\windows\ishield\jre\jre\CustomAction.idt The line needs to be updated as the following KillIE 17 RegUtils KillIExplore The "17" was "3089" in the current java 5 update ws. I have verified the fix with the developer build. Re-assign to sustain group for 5u12 update for implementing the fix.
16-02-2007