-
Bug
-
Resolution: Fixed
-
P4
-
7-client
-
b03
-
x86
-
windows
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2214775 | 8 | Calvin Cheung | P4 | Resolved | Fixed | b12 |
in the comment of ssvsetup in reginstall.cpp:
// Run the code in the SSV DLL to perform registry key redirection.
// This serves two purposes. One is to support installation of the JRE
// while the web browser (IE) is open and detection of that JRE
// without restarting the browser. The second is to perform the
// redirection of the HKLM registry entries on Vista to cover the case
// where UAC is off; the HKCU redirection performed by the ssvagent in
// medium integrity doesn't have an effect in this case, and we want
// to try to avoid launching ssvagent in high integrity mode. Since
// we're already high integrity at this point, do this work eagerly.
Note that the above comment was referring to a bug in Vista fcs which was fixed in SP1.
we should investigate the ssv module to not setting the redirect keys in the HKLM branch.
// Run the code in the SSV DLL to perform registry key redirection.
// This serves two purposes. One is to support installation of the JRE
// while the web browser (IE) is open and detection of that JRE
// without restarting the browser. The second is to perform the
// redirection of the HKLM registry entries on Vista to cover the case
// where UAC is off; the HKCU redirection performed by the ssvagent in
// medium integrity doesn't have an effect in this case, and we want
// to try to avoid launching ssvagent in high integrity mode. Since
// we're already high integrity at this point, do this work eagerly.
Note that the above comment was referring to a bug in Vista fcs which was fixed in SP1.
we should investigate the ssv module to not setting the redirect keys in the HKLM branch.
- backported by
-
JDK-2214775 ssv module do not need to set redirect keys in the HKLM branch
-
- Resolved
-
-
JDK-2216501 ssv module do not need to set redirect keys in the HKLM branch
-
- Closed
-