JDK-6487916 : IS2 : InstallComplete ping 'ic' with status 'success' is not posted in silent mode
  • Type: Bug
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 5.0u8
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: windows
  • CPU: x86
  • Submitted: 2006-10-30
  • Updated: 2011-03-08
  • Resolved: 2011-03-08
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 JDK 7
5.0u11Fixed 6u1Fixed 7 b09Fixed
Description
InstallComplete ping 'ic' is not posted when JRE is installed in silent mode when the installation is successful. The 'ic' ping is always sent in failure case.
download 5.0U9 or 5.0U8 "*iftw*exe" . Run with "/s" option. only 'di' & 'dc' pings are sent.

Comments
EVALUATION This is because PostInstallComplete is invoked from UI sequence, which is not called in silent mode. Need to add the same action in ExecuteSequence to invoke conditionally in silent mode.
31-10-2006