JDK-6665020 : Setup-Complete has "Restart my browser"... after browser closed for Close Applications dialog
  • Type: Bug
  • Component: install
  • Sub-Component: install
  • Affected Version: 6u10
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2008-02-19
  • Updated: 2010-09-17
  • Resolved: 2008-06-16
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 JDK 7
6u10 b25Fixed 7Fixed
Description
install 6u10
Launch browser and swingset demo
run 6u11 install
The Close Application dialog (a.k.a. our FilesInUse dialog) will be displayed.
Close the browser
Click Retry
The install will occur with the browser closed.

The Java Setup - Complete dialog was displayed with the checkbox
"Restart my browser now to verify the installation"
See the attached image.

Expected:
"Restart my browser" would not be displayed since it was closed before the actual install.

Comments
SUGGESTED FIX Moved needrebootIEVM and needrebootFirefox custom actions after FilesInUseDialog. testcase: http://oklahoma.east/deployment/www/tests/1.6.0_10/testcase.6665020 webrev: http://sa.sfbay.sun.com/projects/deployment_data/6u10/6665020.0 I verified Tests 3 and 4 at http://j2se.east/deployment/www/webrevs/qz198522/6ux/6582863/testcase.html and they work as expected. The other tests should be covered by my existing test cases.
15-05-2008

EVALUATION needrebootIEVM and needrebootFirefox custom actions should not be executed until after the FilesInUseDialog custom action.
19-02-2008