Digitally signed driver with "Windows Security" warning
-
Wednesday, April 18, 2012 4:27 PM
Hi,
We have our device driver signed digitally through purchasing "CodeSigning For Microsoft Authenticode", on Windows 7 Enterprise 64-bit system, when the driver is being loaded, a "Windows Security" pops up with title "Windows can't verify the publisher of this driver software". "Install this driver software anyway" is clicked and driver is loaded successfully, and the driver works fine, this means that the driver is digitally signed, otherwise Windows doesn't take driver without signature in 64-bit system. Why the "Windows Security" still shows even the driver is signed? how to remove this warning?
Thanks.
All Replies
-
Wednesday, April 18, 2012 4:48 PM
Perhaps it is caused by UAC. Any traces in event logs?
Regards
Milos
-
Wednesday, April 18, 2012 6:47 PM
I think you can install user mode unsigned drivers (usb, printer). You can also force an install with dism offline.
- Edited by JS2010 Wednesday, April 18, 2012 6:48 PM
-
Thursday, April 19, 2012 9:03 AM
It seems that the signing has not been applied correctly. Here is reference to MSDN info on signing:
http://msdn.microsoft.com/en-us/library/aa379872(v=vs.85).aspx
http://msdn.microsoft.com/en-us/library/ms537361(v=vs.85).aspx
Also give a try to specific MSDN Forum codesigning
http://social.msdn.microsoft.com/forums/en-US/categories/
Regards
- Proposed As Answer by Kim ZhouModerator Tuesday, April 24, 2012 8:26 AM
- Marked As Answer by Alex ZhaozxMicrosoft Contingent Staff, Moderator Thursday, May 03, 2012 2:18 AM
- Unmarked As Answer by CanyonCreek Tuesday, May 29, 2012 9:04 PM
-
Tuesday, May 29, 2012 9:10 PM
Thanks for your replies, however the answers are too general -- there are too much information from the links, could you provide a specific answer for it? do you have similar questions from other users and the answers really work?

