-
Bug
-
Resolution: Fixed
-
P3
-
8, 9
-
b06
-
windows
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8073066 | 9 | William Harnois | P3 | Closed | Fixed | b54 |
JDK-8083814 | emb-9 | William Harnois | P3 | Resolved | Fixed | team |
JDK-8086605 | 8u65 | William Harnois | P3 | Closed | Fixed | b01 |
JDK-8137923 | emb-8u65 | Unassigned | P3 | Resolved | Fixed | b01 |
JDK-8076855 | emb-8u60 | William Harnois | P3 | Resolved | Fixed | team |
The Upgrade Code for MSI should not change per family. For 8u20 and later, it is getting changed for each version:
8u25 {57BDA5C6-443C-4D65-B233-282393218025}
8u40 {57BDA5C6-443C-4D65-B233-282393218040}
We should keep it at something generic like
{57BDA5C6-443C-4D65-B233-282393218000}
and not change it for the rest of 8uX. This will allow proper detection of the same Java 8 family members.
8u25 {57BDA5C6-443C-4D65-B233-282393218025}
8u40 {57BDA5C6-443C-4D65-B233-282393218040}
We should keep it at something generic like
{57BDA5C6-443C-4D65-B233-282393218000}
and not change it for the rest of 8uX. This will allow proper detection of the same Java 8 family members.
- backported by
-
JDK-8076855 8u20 and later should not change the MSI UpgradeCode for each JRE version
-
- Resolved
-
-
JDK-8083814 8u20 and later should not change the MSI UpgradeCode for each JRE version
-
- Resolved
-
-
JDK-8137923 8u20 and later should not change the MSI UpgradeCode for each JRE version
-
- Resolved
-
-
JDK-8073066 8u20 and later should not change the MSI UpgradeCode for each JRE version
-
- Closed
-
-
JDK-8086605 8u20 and later should not change the MSI UpgradeCode for each JRE version
-
- Closed
-