JDK-6712407 : new JRE files getting removed during PIP install
  • Type: Bug
  • Component: install
  • Sub-Component: install
  • Affected Version: 6u10
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2008-06-09
  • Updated: 2010-04-04
  • Resolved: 2008-06-20
Related Reports
Duplicate :  
Description
As a result of the 6u7->6u10 merge, some files were added to the RemoveFile table as MODE 3:

INSTALLDIRDistributionREADME
INSTALLDIRENTITLEMENT
INSTALLDIRPerpetual_Entitlements

which means they will get removed both during install and uninstall.  They should only be removed during uninstall, so they should be of type 2.

Comments
EVALUATION The fix is to change the InstallMode of those RemoveFile entries to 2.
09-06-2008