keyboard filter install - System cannot find the file specified

I’m having trouble installing my keyboard filter driver. I get the error “Windows found driver software for your device but encountered an error attempting while attempting to install it - The system cannot find the file specified”

My inf file is pretty much the same as kbfiltr sample.
http://pastebin.com/fCfvyELL

This is the format I am following to install my keyboard filter:
1.Open the Device Manager.
2.Open the Properties of the PS/2 keyboard installed on the system.
3.Click the Driver tab, and then click Update Driver.
4.Click the Browse my computer for drivers software.
5.Click the Let me pick from a list of device drivers on my computer.
6.Click Have Disk and point to the location of the .inf file.

Here I get the error but I can still continue

7.Proceed through the rest of the install. You will need to reboot the machine if you are filtering a PS/2 device

%windir%\inf\setupapi.dev.log should tell you which file cannot be found

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@edu.salford.ac.uk
Sent: Tuesday, June 30, 2015 5:57 PM
To: Windows System Software Devs Interest List
Subject: [ntdev] keyboard filter install - System cannot find the file specified

I’m having trouble installing my keyboard filter driver. I get the error “Windows found driver software for your device but encountered an error attempting while attempting to install it - The system cannot find the file specified”

My inf file is pretty much the same as kbfiltr sample.
http://pastebin.com/fCfvyELL

This is the format I am following to install my keyboard filter:
1.Open the Device Manager.
2.Open the Properties of the PS/2 keyboard installed on the system.
3.Click the Driver tab, and then click Update Driver.
4.Click the Browse my computer for drivers software.
5.Click the Let me pick from a list of device drivers on my computer.
6.Click Have Disk and point to the location of the .inf file.

Here I get the error but I can still continue

7.Proceed through the rest of the install. You will need to reboot the machine if you are filtering a PS/2 device


NTDEV is sponsored by OSR

Visit the list at: http://www.osronline.com/showlists.cfm?list=ntdev

OSR is HIRING!! See http://www.osr.com/careers

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer

Thanks I managed to find the problem and install the driver.