JDK-7178546 : PIP - Product name is not updated in Add/Remove Programs
  • Type: Bug
  • Component: install
  • Sub-Component: install
  • Affected Version: 7u6
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: windows,windows_xp
  • CPU: generic,x86
  • Submitted: 2012-06-20
  • Updated: 2013-09-12
  • Resolved: 2012-07-12
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 7 JDK 8
7u6 b17Fixed 8Fixed
Related Reports
Duplicate :  
Relates :  
Description
After PIP from 7u5 to 7u6 there is "Java(TM) 7 Update 5"(not "Java 7 Update 6") in Add/Remove.
HKCR\Installer\Products\4EA42A62D9304AC4784BF238120750FF is not replaced by 7u6 key
7u4 to 7u5 - no issue

Comments
SUGGESTED FIX replace search of HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\* for DisplayName Value containing szCurrentPName (which may or may not contain "(TM)") with loop through HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{26A24AE4-039D-4CA4-87B4-2F832170xxFF} where xx is iUpdateVersionfrom to 0. replace search of HKCR\Installer\Products\* for ProductName Value containing szCurrentPName (which may or may not contain "(TM)") with loop through HKCR Installer\Products\4EA42A62D9304AC4784BF2381207xxFF where xx is iUpdateVersionfrom to 0, with the characters swapped.
02-07-2012

EVALUATION It's impossible that 7158305 will cause this issue. The issue is the "5" was not updated to "6". It's nothing to do with the 7158305 which is only the "TM" change. It's PIP releated issue. Chris, Please re-evaluate it.
21-06-2012