JDK-5053945 : update releases do not pass msi validation
  • Type: Bug
  • Component: install
  • Sub-Component: install
  • Affected Version: 5.0
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2004-05-27
  • Updated: 2004-06-07
  • Resolved: 2004-06-07
Related Reports
Duplicate :  
Description
In Tiger, we made a serious effort to have our MSI files pass Windows 2000 Logo validation.  However, the ProductVersion=1.5.0_01 gives an error that it is an invalid version string.  

ICE24   ERROR ProductVersion:'1.5.0_01' is an invalid version string.

We should fix this, as our customers are expecting our installers to be Windows 2000 Logo certified.

Comments
EVALUATION We should change ProductVersion to something like: 1.5.0.1 We should keep it consistent with whatever we do for our java dll versions. Also, we'll need to update all of the installer UI strings that use the ProductVersion variable. We'll need to introduce something like J2SEProductVersion. ###@###.### 2004-05-27 This is particular to update releases, and the version info. It is very similar to "5057832 update releases need to be resolved for namechange", so we will fix them together. ###@###.### 2004-06-07
07-06-2004