Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2123334 | 5.0u3 | Andy Herrick | P2 | Resolved | Fixed | b05 |
The AddRemove programs entries for Java Web Start applications are put in the registry all under HKEY_LOCAL_MACHINE.
This means an entry put in for one user is there for all to delete.
This also means a non administrator who runs a Java Web Start app cannot remove it thru Add/Remove Programs.
We should use HKEY_LOCAL_MACHINE only is app is in the system cache. otherwise, use HKEY_CURRENT_USER
###@###.### 2005-2-10 19:34:47 GMT
This means an entry put in for one user is there for all to delete.
This also means a non administrator who runs a Java Web Start app cannot remove it thru Add/Remove Programs.
We should use HKEY_LOCAL_MACHINE only is app is in the system cache. otherwise, use HKEY_CURRENT_USER
###@###.### 2005-2-10 19:34:47 GMT
- backported by
-
JDK-2123334 javaws apps are put in Add/Remove progrgrams entries for all users
-
- Resolved
-