-
Bug
-
Resolution: Fixed
-
P2
-
7
-
b14
-
x86
-
windows_xp
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2221631 | 8 | Paul Klingaman | P2 | Closed | Fixed | b30 |
in source for 7u3:
install\make\installer\bundles\windows\ishield\jre\Makefile(499):
# special handling to exclude bin\msvcr71.dll from the RemoveFile table and InstallValidate processing (CR 6597916, CR 6624173)
install\make\fiuexe\fiu\src\fiu\FilesInUse.cpp:
(226): || (lstrcmpi(szModule, "MSVCR71.dll") == 0) );
(287): // skip jp2ssv.dll, ssv.dll, and MSVCR71.dll loaded by this iexplore process
install\make\installer\bundles\windows\ishield\jre\Makefile(499):
# special handling to exclude bin\msvcr71.dll from the RemoveFile table and InstallValidate processing (CR 6597916, CR 6624173)
install\make\fiuexe\fiu\src\fiu\FilesInUse.cpp:
(226): || (lstrcmpi(szModule, "MSVCR71.dll") == 0) );
(287): // skip jp2ssv.dll, ssv.dll, and MSVCR71.dll loaded by this iexplore process
- backported by
-
JDK-2221631 Update Files in Use and RemoveFile table for msvcr100.dll
- Closed
- relates to
-
JDK-7151166 7u4 b14 uninstall process leaves jre7/bin/msvcr100.dll unremoved
- Closed