JDK-7023719 : repeated use of 'msiexec /I' leaves installed JRE product in an inconsistent state
  • Type: Bug
  • Component: install
  • Sub-Component: install
  • Affected Version: 6u23
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2011-03-02
  • Updated: 2011-07-12
  • Resolved: 2011-04-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
6u23Resolved
Related Reports
Duplicate :  
Relates :  
Relates :  
Relates :  
Description
Customer reported that 'msiexec /I <jre>.msi' does not work correctly.
The JRE 6 product can be installed by 'msiexec /I <jre>.msi' and everything
appears to work fine.
Using a subsequent 'msiexec /I <jre>.msi' however, spoils the installation
and leaves it in an inconstent state.
It is still listed under Windows 'installed programs', however can no longer
be used.
It was reported that JRE 6 Update 18 to JRE 6 Update 24 are affected.

Comments
EVALUATION The proper way to uninstall the JRE is to run msiexec /X with the GUID, or uninstall through the Add/Remove programs. Running msiexec /i again on an installed JRE is not a supported task and I consider it a user error.
03-03-2011