JDK-6708480 : final dialog isn't correct when no sponsors installed
  • Type: Bug
  • Component: install
  • Sub-Component: install
  • Affected Version: 6u10
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2008-05-29
  • Updated: 2010-09-17
  • Resolved: 2008-06-06
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 b26Fixed 7Fixed
Description
Steps to reproduce:

1. Install JRE 6u10 with IE as the default browser, install GTB with it
2. Uninstall JRE 6u10
3. Install JRE 6u10 again, this time it'll offer Open Office stub, install OOs
4. Uninstall JRE 6u10
5. Install JRE 6u10 again, and it won't offer anything
6. The final dialog will be missing the text: "You have successfully installed Java (TM)"

Comments
SUGGESTED FIX initech 55 =>sccs diffs ControlCondition.idt ------- ControlCondition.idt ------- 28c28 < SetupCompleteSuccess TextLineNONE Show ((SP1<>"1" And (SHOWSPONSOR="SP1 ")) Or (SP3<>"1" And (SHOWSPONSOR="SP3")) Or (SP4<>"1" And (SHOWSPONSOR="SP4")) Or (SP5<>"1" And (SHOWSPONSOR="SP5")) Or SPONSORS="0") And ProgressType2="instal led" --- > SetupCompleteSuccess TextLineNONE Show ((SP1<>"1" And (SHOWSPONSOR="SP1 ")) Or (SP3<>"1" And (SHOWSPONSOR="SP3")) Or (SP4<>"1" And (SHOWSPONSOR="SP4")) Or (SP5<>"1" And (SHOWSPONSOR="SP5")) Or SPONSORS="0" Or SHOWSPONSOR="NONE") And ProgressType2="installed"
29-05-2008

EVALUATION we need to check for SHOWSPONSOR=NONE in the ControlCondition table. sponsors/make/installer/bundles/windows/ishield/transform/jre/fulltables/
29-05-2008