-
Bug
-
Resolution: Fixed
-
P2
-
6u20
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2198940 | 7 | Chris Cenotti | P2 | Closed | Fixed | b104 |
An issue was introduced in 6u18-b74 where the jucheck.exe did not have the proper manifest. This results in jucheck running without Admin permissions. jucheck calls iftw.exe during manual and auto update, by a call to CreateProcess(), which fails if UAC elevation is required.
This CR will implement a lightweight wrapper which does *not* need admin permissions. The wrapper will contain the normal iftw.exe and when run by jucheck, will extract iftw.exe and make the correct system call (ShellExecute) to launch the iftw installer with the proper UAC elevation prompt.
This CR will implement a lightweight wrapper which does *not* need admin permissions. The wrapper will contain the normal iftw.exe and when run by jucheck, will extract iftw.exe and make the correct system call (ShellExecute) to launch the iftw installer with the proper UAC elevation prompt.
- backported by
-
JDK-2198940 Need to create lightweight wrapper for iftw to enable AU on 6u18-b74 Win7 & Vista x64
-
- Closed
-