JDK-6932317 : Uninstaller Error occurs during an application removal
  • Type: Bug
  • Component: deploy
  • Sub-Component: webstart
  • Affected Version: 5.0u23-rev
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: windows
  • CPU: generic
  • Submitted: 2010-03-04
  • Updated: 2011-02-22
  • Resolved: 2010-11-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.
Other
5.0u27 b01Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
Uninstaller Error occurs during an application removal if an icon was specified in the jnlp file.
This is caused by the fix for CR 6690259.
UninstallString under "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Imported App Name" contains the path to the icon instead of the path to javaws.exe.

Comments
SUGGESTED FIX http://jpsesvr.sfbay.sun.com:8080/ctetools/html/ViewDetail.jsp?index=3758
04-10-2010

EVALUATION The GetWindowsDirectory(szSystemDir, 1024) always reading the 32 bit OS Sysdir in the native function Java_com_sun_deploy_config_WinConfig_addRemoveProgramsAdd().
05-04-2010