-
Bug
-
Resolution: Fixed
-
P3
-
1.4.2
-
b20
-
generic
-
generic
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2067300 | 5.0 | William Harnois | P3 | Closed | Fixed | tiger |
Sometimes the HKEY_CURRENT_USER eula key will not get removed during uninstallation. This will only happen when there are multiple 142 update releases on the same machine.
For removing the CURRENT_USER Eula key, we add an entry to the Registry.idt file. The key is currently jc142000, but it should be jz142000. jc142000 is shared across update releases of 142, and the key will not get removed in many cases. jz142000 will change from update release to update release so it be specific to each release and the key will always be correctly removed.
###@###.### 2003-03-28
For removing the CURRENT_USER Eula key, we add an entry to the Registry.idt file. The key is currently jc142000, but it should be jz142000. jc142000 is shared across update releases of 142, and the key will not get removed in many cases. jz142000 will change from update release to update release so it be specific to each release and the key will always be correctly removed.
###@###.### 2003-03-28
- backported by
-
JDK-2067300 hard coded jc142000 in Registry.idt should be jz142000
-
- Closed
-