proxmark3/driver/proxmark3.inf

33 lines
795 B
INI
Raw Normal View History

2012-12-06 04:45:42 +08:00
[Version]
Signature="$Windows NT$"
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%ProviderName%
2017-06-01 03:40:27 +08:00
DriverVer=31/05/2017,1.1.0.0
2012-12-06 04:45:42 +08:00
[MANUFACTURER]
%ProviderName%=DeviceList, NTx86, NTamd64
[DeviceList.NTx86]
2017-06-01 03:40:27 +08:00
%DeviceName%=DriverInstall,USB\VID_9AC4&PID_4B8F
2012-12-06 04:45:42 +08:00
[DeviceList.NTamd64]
2017-06-01 03:40:27 +08:00
%DeviceName%=DriverInstall,USB\VID_9AC4&PID_4B8F
2012-12-06 04:45:42 +08:00
[DriverInstall]
include=mdmcpq.inf
CopyFiles=FakeModemCopyFileSection
AddReg=LowerFilterAddReg,SerialPropPageAddReg
[DriverInstall.Services]
include = mdmcpq.inf
AddService = usbser, 0x00000002, LowerFilter_Service_Inst
; This adds the serial port property tab to the device properties dialog
[SerialPropPageAddReg]
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
[Strings]
ProviderName = "proxmark.org"
DeviceName = "Proxmark3"