Changes between Version 1 and Version 2 of Ticket #13187, comment 87
- Timestamp:
- Oct 1, 2014 6:56:19 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13187, comment 87
v1 v2 1 1 I figured out what makes this issue to be on my system. This is because of patched system files like uxtheme.dll, setupapi.dll, kernel32.dll, msvcrt.dll. 2 I applied several WinXP patches that brakes digital sign , but I suppose that these patches are vital:2 I applied several WinXP patches that brakes digital signature, but I suppose that these patches are vital: 3 3 1) UxTheme.dll patch to support unsigned themes. 4 4 2) setupapi.dll patch to disable splash of Driver Installation Wizard. … … 6 6 4) msvcrt.dll patch to extend msvc functions like _except_handrel4_common etc. 7 7 8 I think there should be some commits to skip digital sign checking for those files I have listed above.8 I think there should be some commits to skip digital signature checking for those files I have listed above. 9 9 10 I know that these patches are unofficial, but they are popular, lots of people are using them, specially UxTheme and setupapi patch. 10 I know that these patches are unofficial, but they are popular, lots of people are using them, specially UxTheme and setupapi patch. Also many people patching shell32.dll to change its resources and other resource depending files. So I suppose this digital signature "update" has much lower severity than failures that people may face.