P
Prakash Manannavar
Guest
Dear all,
I have written a sample UMDF driver for Win8 using Visual studio 11.
I want to install my UMDF driver as virtual Smart Card Reader. (Root enumerated)
In INF file I have used class as "SmartCardReader" and ClassGuid as {50dd5230-ba8a-11d1-bf5d-0000f805f530}.
but I am not able to instal the driver in Win 8. (While installation, Install process is prompting "the folder doesn't contain software for the device or not for the OS")
If I change the GIUD I am able to install it. But driver didn't show in the standard smart card reader class.
Am I missing anything?
Continue reading...
I have written a sample UMDF driver for Win8 using Visual studio 11.
I want to install my UMDF driver as virtual Smart Card Reader. (Root enumerated)
In INF file I have used class as "SmartCardReader" and ClassGuid as {50dd5230-ba8a-11d1-bf5d-0000f805f530}.
but I am not able to instal the driver in Win 8. (While installation, Install process is prompting "the folder doesn't contain software for the device or not for the OS")
If I change the GIUD I am able to install it. But driver didn't show in the standard smart card reader class.
Am I missing anything?
Continue reading...