inf

INF file for HID device - setting name and icon

让人想犯罪 __ 提交于 2019-12-04 07:19:42
I'm looking to create an inf file for a HID device (which has a custom VID/PID). I just want to replace the strings "HID-compliant device" and "USB Input Device" for our device with our strings. I know this will need signing by Microsoft, but is there a good example of how to do this? MikroDel Example of custom HID INF file on MSDN may help you 来源: https://stackoverflow.com/questions/19401162/inf-file-for-hid-device-setting-name-and-icon

Signed INF driver works on the computer where it was signed, not others

巧了我就是萌 提交于 2019-12-03 18:26:36
问题 My company purchased a Driver Signing Certificate from Go Daddy. I used it to sign a simple INF file that is a driver for some of our USB devices that use Microsoft's usbser.sys. Everything seems to work on the Windows 7 64-bit computer where I signed it: if I right-click on the INF file and select "Install" then the second warning I see is this good warning that shows the correct Publisher name: However, if I go to a different computer (Windows Vista 64-bit), right click on the INF file, and

How do I use WiX to deploy an INF-based USB driver

允我心安 提交于 2019-12-03 11:55:46
问题 This question could be considered a duplicate of: How do I deploy a .inf based driver? Except that I want to do that entirely in the installer, not with a separate program. There's supposed to be an example downloadable here: http://msdn.microsoft.com/en-us/library/dd163212.aspx But there's no download link on that page. The driver structure is very simple, just an inf and an sys. I've tried this: <Directory Id='SystemFolder' Name='System32'> <Directory Id='DriversFolder' Name='Drivers'/> <

Installing a driver(.inf) file from command line

时间秒杀一切 提交于 2019-12-03 09:38:52
问题 I am working in windows 8.1. I need to install a driver file(.inf file) from command line. Which command i need to use.? I know i have many other method for installing a .inf file, but i must install this from command line. Please help me Thanks in advance... 回答1: Granger's comment works in Windows 7 too. According to MS, PnPUtil (PnPUtil.exe) is included in every version of Windows, starting with Windows Vista . It is useful for device drivers that do not have default install (right-click

Installing a driver(.inf) file from command line

岁酱吖の 提交于 2019-12-03 00:05:02
I am working in windows 8.1. I need to install a driver file(.inf file) from command line. Which command i need to use.? I know i have many other method for installing a .inf file, but i must install this from command line. Please help me Thanks in advance... Granger's comment works in Windows 7 too. According to MS, PnPUtil (PnPUtil.exe) is included in every version of Windows, starting with Windows Vista . It is useful for device drivers that do not have default install (right-click "Install" does not work for them). pnputil -i -a <driverinf> FoggyDay There are many variants ... and many

Driver's uninstall button is disabled

被刻印的时光 ゝ 提交于 2019-12-01 09:36:17
I've written my fairly simple first driver for a virtual device. It also has a .inf and I install the driver using devcon.exe . It install fine and functions properly but my problem is when I try to uninstall it: devcon.exe can't uninstall it and in Device Manager, the Uninstall, Roll Back and Disable buttons for the driver are disabled. My main concern for now is the Uninstall button. My driver implements the DriverObject->DriverUnload . I've look in the msdn docs, and for now I can't find any DDUninstall INF section for drivers. When I look in the %WinDir%\inf\setupapi.app.log I see the

Driver's uninstall button is disabled

时间秒杀一切 提交于 2019-12-01 08:46:48
问题 I've written my fairly simple first driver for a virtual device. It also has a .inf and I install the driver using devcon.exe. It install fine and functions properly but my problem is when I try to uninstall it: devcon.exe can't uninstall it and in Device Manager, the Uninstall, Roll Back and Disable buttons for the driver are disabled. My main concern for now is the Uninstall button. My driver implements the DriverObject->DriverUnload . I've look in the msdn docs, and for now I can't find

Signed INF driver works on the computer where it was signed, not others

筅森魡賤 提交于 2019-11-29 20:29:47
My company purchased a Driver Signing Certificate from Go Daddy. I used it to sign a simple INF file that is a driver for some of our USB devices that use Microsoft's usbser.sys. Everything seems to work on the Windows 7 64-bit computer where I signed it: if I right-click on the INF file and select "Install" then the second warning I see is this good warning that shows the correct Publisher name: However, if I go to a different computer (Windows Vista 64-bit), right click on the INF file, and select "Install", then I get this error message instead: This makes me think that my drivers are not

Google Android USB Driver and ADB

跟風遠走 提交于 2019-11-26 12:47:03
I am looking for guidance or a definitive answer on the following. I want to use the Google Android USB Driver and modify the android_winusb.inf to support any number of Android devices. I was able to add an HTC Evo tablet successfully, but when I try to add LG (Optimus) or Samsung (Indulge, Admire) the driver seems to install fine, but ADB does not see it. Can you make the Google Android Driver work for any Android phone? If so... how? I have tried many permutations of %SingleAdbInterface% and %CompositeAdbInterface% with the variations of Vendor and Product ids. Muhammad Annaqeeb You need to