JDK-4749057 : installer guid's and xml file need updating from 1.4.1 -> 1.4.1_01
  • Type: Bug
  • Component: install
  • Sub-Component: install
  • Affected Version: 1.4.1_01
  • Priority: P5
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2002-09-18
  • Updated: 2013-06-04
  • Resolved: 2002-09-28
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
1.4.1_01 01Fixed
Description
The following files in the 1.4.1 tree need updating to work for 1.4.1_01

> make/ishield/jre/jre_english.ipr
> make/ishield/jre/jre_international.ipr
> make/ishield/jre/setup.iss
> make/ishield/jre/plugin_jinstall_original.xml
> make/ishield/jdk/publicjre/setup.iss
> make/ishield/jdk/publicjre/copyjre.ipr
> make/ishield/jdk/setup.iss
> make/ishield/jdk/jdk.ipr

The guid's for these files need to be updated so the 1.4.1 and 1.4.1_01 releases are recognized as separate releases.  Also, the xml file has a hardcoded 1.4.1 and should be updated to 1.4.1_01.
###@###.### 2002-09-17

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: 1.4.1_01 FIXED IN: 1.4.1_01 INTEGRATED IN: 1.4.1_01
14-06-2004

EVALUATION committing to 1.4.1_01
11-06-2004

SUGGESTED FIX Here are the files that will need to be updated for every 1.4.1 update release. This involves the GUID's being updated. You can generate a new GUID by opening up Install Shield Professional Edition 6.3 and go to Project-> Settings, and then to the Application tab. Click on the change tab to generate a new GUID. This will need to be done 2 times; once for jre, and once for sdk. Keep in mind that the GUID's in make/ishield/jre should match the ones in make/ishield/jdk/publicjre. ------- make/ishield/jdk/setup.iss ------- 6,7c6,7 < [{A0BAEE73-17FB-11D6-A76A-00B0D079AF64}-DlgOrder] < Dlg0={A0BAEE73-17FB-11D6-A76A-00B0D079AF64}-SdWelcome-0 --- > [{1666FA7F-CB5F-11D6-A78C-00B0D079AF64}-DlgOrder] > Dlg0={1666FA7F-CB5F-11D6-A78C-00B0D079AF64}-SdWelcome-0 9,14c9,14 < Dlg1={A0BAEE73-17FB-11D6-A76A-00B0D079AF64}-SdLicense-0 < Dlg2={A0BAEE73-17FB-11D6-A76A-00B0D079AF64}-SdAskDestPath-0 < Dlg3={A0BAEE73-17FB-11D6-A76A-00B0D079AF64}-SdComponentTree-0 < Dlg4={A0BAEE73-17FB-11D6-A76A-00B0D079AF64}-SdAskOptions-0 < Dlg5={A0BAEE73-17FB-11D6-A76A-00B0D079AF64}-SdFinish-0 < [{A0BAEE73-17FB-11D6-A76A-00B0D079AF64}-SdWelcome-0] --- > Dlg1={1666FA7F-CB5F-11D6-A78C-00B0D079AF64}-SdLicense-0 > Dlg2={1666FA7F-CB5F-11D6-A78C-00B0D079AF64}-SdAskDestPath-0 > Dlg3={1666FA7F-CB5F-11D6-A78C-00B0D079AF64}-SdComponentTree-0 > Dlg4={1666FA7F-CB5F-11D6-A78C-00B0D079AF64}-SdAskOptions-0 > Dlg5={1666FA7F-CB5F-11D6-A78C-00B0D079AF64}-SdFinish-0 > [{1666FA7F-CB5F-11D6-A78C-00B0D079AF64}-SdWelcome-0] 16c16 < [{A0BAEE73-17FB-11D6-A76A-00B0D079AF64}-SdLicense-0] --- > [{1666FA7F-CB5F-11D6-A78C-00B0D079AF64}-SdLicense-0] 18c18 < [{A0BAEE73-17FB-11D6-A76A-00B0D079AF64}-SdAskDestPath-0] --- > [{1666FA7F-CB5F-11D6-A78C-00B0D079AF64}-SdAskDestPath-0] 21c21 < [{A0BAEE73-17FB-11D6-A76A-00B0D079AF64}-SdComponentTree-0] --- > [{1666FA7F-CB5F-11D6-A78C-00B0D079AF64}-SdComponentTree-0] 34c34 < [{A0BAEE73-17FB-11D6-A76A-00B0D079AF64}-SdAskOptions-0] --- > [{1666FA7F-CB5F-11D6-A78C-00B0D079AF64}-SdAskOptions-0] 45c45 < [{A0BAEE73-17FB-11D6-A76A-00B0D079AF64}-SdFinish-0] --- > [{1666FA7F-CB5F-11D6-A78C-00B0D079AF64}-SdFinish-0] ------- make/ishield/jdk/jdk.ipr ------- 17c17 < GUID=A0BAEE73-17FB-11D6-A76A-00B0D079AF64 --- > GUID=1666FA7F-CB5F-11D6-A78C-00B0D079AF64 ------- make/ishield/jdk/publicjre/setup.iss ------- 11c11 < [{CD0159C9-17FB-11D6-A76A-00B0D079AF64}-DlgOrder] --- > [{1666FA7F-CB5F-11D6-A78C-00B0D079AF64}-DlgOrder] -------make/ishield/jdk/publicjre/copyjre.ipr ------- 17c17 < GUID=CD0159C9-17FB-11D6-A76A-00B0D079AF64 --- > GUID=1666FA7C-CB5F-11D6-A78C-00B0D079AF64 ------- make/ishield/jre/jre_english.ipr ------- 17c17 < GUID=CD0159C9-17FB-11D6-A76A-00B0D079AF64 --- > GUID=1666FA7C-CB5F-11D6-A78C-00B0D079AF64 ------- make/ishield/jre/setup.iss ------- 6,7c6,7 < [{CD0159C9-17FB-11D6-A76A-00B0D079AF64}-DlgOrder] < Dlg0={CD0159C9-17FB-11D6-A76A-00B0D079AF64}-SdLicense-0 --- > [{1666FA7C-CB5F-11D6-A78C-00B0D079AF64}-DlgOrder] > Dlg0={1666FA7C-CB5F-11D6-A78C-00B0D079AF64}-SdLicense-0 9,10c9,10 < Dlg1={CD0159C9-17FB-11D6-A76A-00B0D079AF64}-SetupType-0 < [{CD0159C9-17FB-11D6-A76A-00B0D079AF64}-SdLicense-0] --- > Dlg1={1666FA7C-CB5F-11D6-A78C-00B0D079AF64}-SetupType-0 > [{1666FA7C-CB5F-11D6-A78C-00B0D079AF64}-SdLicense-0] 12c12 < [{CD0159C9-17FB-11D6-A76A-00B0D079AF64}-SetupType-0] --- > [{1666FA7C-CB5F-11D6-A78C-00B0D079AF64}-SetupType-0] 15,16c15,16 < Name=Java 2 Runtime Environment, SE v1.4.1 < Version=1.4.1 --- > Name=Java 2 Runtime Environment, SE v1.4.1_01 > Version=1.4.1_01 ------- make/ishield/jre/jre_international.ipr ------- 17c17 < GUID=CD0159C9-17FB-11D6-A76A-00B0D079AF64 --- > GUID=1666FA7C-CB5F-11D6-A78C-00B0D079AF64 ------- make/ishield/jre/plugin_jinstall_original.xml ------- 6,7c6,7 < <description>Java 2 Standard Edition Runtime, v1.4.1, English version</description> < <version>1.4.1</version> --- > <description>Java 2 Standard Edition Runtime, v1.4.1_01, English version</description> > <version>1.4.1_01</version> 12,13c12,13 < <description>Java 2 Standard Edition Runtime, v1.4.1, International version</description> < <version>1.4.1</version> --- > <description>Java 2 Standard Edition Runtime, v1.4.1_01, International version</description> > <version>1.4.1_01</version> ###@###.### 2002-09-18
18-09-2002