JDK-6378830 : Install Status ping not sent if 'Reboot Now' selected
  • Type: Bug
  • Component: install
  • Sub-Component: install
  • Affected Version: 5.0u6
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: windows
  • CPU: x86
  • Submitted: 2006-01-30
  • Updated: 2013-06-04
  • Resolved: 2006-04-20
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 JDK 6
5.0u8 b01Fixed 6Fixed
Description
Install pings not sent if user is prompted for reboot after JRE installation
and user choses 'Reboot Now' option.
This is observed from Jiri's Win98 m/c which has 2.0.2600.1 Windows Installer.
So the required WIndows installer was installed & then Jre itself. Since Windows Installer was installed, the user is  prompted for reboot after JRE installation is complete. And when  clicked on 'Reboot Now',  the jinstall(iftw)code path that sends ping never even executed.

Comments
EVALUATION This is fixed as part of initial dev effort of IS2 in 5.0U8
05-04-2006

EVALUATION Fixed in deployments' March 17 th nightly build. This is done by posting ping from msi code for all successful installs.
17-03-2006

EVALUATION Need to fix by Suppressing reboot dialog in jre msi code & then present it in the installer wrapper(jinstall) after sending the status ping.
31-01-2006