remove bin files
This commit is contained in:
parent
485a7831db
commit
dab671a5da
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
This file will contain the digital signature of the files to be installed
|
|
||||||
on the system.
|
|
||||||
This file will be provided by Microsoft upon certification of your drivers.
|
|
||||||
@ -1,136 +0,0 @@
|
|||||||
[Version]
|
|
||||||
Signature = "$Chicago$"
|
|
||||||
provider = %manufacturer%
|
|
||||||
DriverVer = 07/07/2009,0.1.12.2
|
|
||||||
CatalogFile = quickdev16.cat
|
|
||||||
CatalogFile.NT = quickdev16.cat
|
|
||||||
CatalogFile.NTAMD64 = quickdev16_x64.cat
|
|
||||||
|
|
||||||
Class = LibUsbDevices
|
|
||||||
ClassGUID = {EB781AAF-9C70-4523-A5DF-642A87ECA567}
|
|
||||||
|
|
||||||
[ClassInstall]
|
|
||||||
AddReg=libusb_class_install_add_reg
|
|
||||||
|
|
||||||
[ClassInstall32]
|
|
||||||
AddReg=libusb_class_install_add_reg
|
|
||||||
|
|
||||||
[libusb_class_install_add_reg]
|
|
||||||
HKR,,,,"LibUSB-Win32 Devices"
|
|
||||||
HKR,,Icon,,"-20"
|
|
||||||
|
|
||||||
[Manufacturer]
|
|
||||||
%manufacturer%=Devices,NT,NTAMD64
|
|
||||||
|
|
||||||
;--------------------------------------------------------------------------
|
|
||||||
; Files
|
|
||||||
;--------------------------------------------------------------------------
|
|
||||||
|
|
||||||
[SourceDisksNames]
|
|
||||||
1 = "Libusb-Win32 Driver Installation Disk",,
|
|
||||||
|
|
||||||
[SourceDisksFiles]
|
|
||||||
libusb0.sys = 1,,
|
|
||||||
libusb0.dll = 1,,
|
|
||||||
libusb0_x64.sys = 1,,
|
|
||||||
libusb0_x64.dll = 1,,
|
|
||||||
|
|
||||||
[DestinationDirs]
|
|
||||||
libusb_files_sys = 10,system32\drivers
|
|
||||||
libusb_files_sys_x64 = 10,system32\drivers
|
|
||||||
libusb_files_dll = 10,system32
|
|
||||||
libusb_files_dll_wow64 = 10,syswow64
|
|
||||||
libusb_files_dll_x64 = 10,system32
|
|
||||||
|
|
||||||
[libusb_files_sys]
|
|
||||||
libusb0.sys
|
|
||||||
|
|
||||||
[libusb_files_sys_x64]
|
|
||||||
libusb0.sys,libusb0_x64.sys
|
|
||||||
|
|
||||||
[libusb_files_dll]
|
|
||||||
libusb0.dll
|
|
||||||
|
|
||||||
[libusb_files_dll_wow64]
|
|
||||||
libusb0.dll
|
|
||||||
|
|
||||||
[libusb_files_dll_x64]
|
|
||||||
libusb0.dll,libusb0_x64.dll
|
|
||||||
|
|
||||||
;--------------------------------------------------------------------------
|
|
||||||
; Device driver
|
|
||||||
;--------------------------------------------------------------------------
|
|
||||||
|
|
||||||
[LIBUSB_DEV]
|
|
||||||
CopyFiles = libusb_files_sys, libusb_files_dll
|
|
||||||
AddReg = libusb_add_reg
|
|
||||||
|
|
||||||
[LIBUSB_DEV.NT]
|
|
||||||
CopyFiles = libusb_files_sys, libusb_files_dll
|
|
||||||
|
|
||||||
[LIBUSB_DEV.NTAMD64]
|
|
||||||
CopyFiles = libusb_files_sys_x64, libusb_files_dll_wow64, libusb_files_dll_x64
|
|
||||||
|
|
||||||
[LIBUSB_DEV.HW]
|
|
||||||
DelReg = libusb_del_reg_hw
|
|
||||||
AddReg = libusb_add_reg_hw
|
|
||||||
|
|
||||||
[LIBUSB_DEV.NT.HW]
|
|
||||||
DelReg = libusb_del_reg_hw
|
|
||||||
AddReg = libusb_add_reg_hw
|
|
||||||
|
|
||||||
[LIBUSB_DEV.NTAMD64.HW]
|
|
||||||
DelReg = libusb_del_reg_hw
|
|
||||||
AddReg = libusb_add_reg_hw
|
|
||||||
|
|
||||||
[LIBUSB_DEV.NT.Services]
|
|
||||||
AddService = libusb0, 0x00000002, libusb_add_service
|
|
||||||
|
|
||||||
[LIBUSB_DEV.NTAMD64.Services]
|
|
||||||
AddService = libusb0, 0x00000002, libusb_add_service
|
|
||||||
|
|
||||||
[libusb_add_reg]
|
|
||||||
HKR,,DevLoader,,*ntkern
|
|
||||||
HKR,,NTMPDriver,,libusb0.sys
|
|
||||||
|
|
||||||
; Older versions of this .inf file installed filter drivers. They are not
|
|
||||||
; needed any more and must be removed
|
|
||||||
[libusb_del_reg_hw]
|
|
||||||
HKR,,LowerFilters
|
|
||||||
HKR,,UpperFilters
|
|
||||||
|
|
||||||
; Device properties
|
|
||||||
[libusb_add_reg_hw]
|
|
||||||
HKR,,SurpriseRemovalOK, 0x00010001, 1
|
|
||||||
|
|
||||||
;--------------------------------------------------------------------------
|
|
||||||
; Services
|
|
||||||
;--------------------------------------------------------------------------
|
|
||||||
|
|
||||||
[libusb_add_service]
|
|
||||||
DisplayName = "LibUsb-Win32 - Kernel Driver 07/07/2009, 0.1.12.2"
|
|
||||||
ServiceType = 1
|
|
||||||
StartType = 3
|
|
||||||
ErrorControl = 0
|
|
||||||
ServiceBinary = %12%\libusb0.sys
|
|
||||||
|
|
||||||
;--------------------------------------------------------------------------
|
|
||||||
; Devices
|
|
||||||
;--------------------------------------------------------------------------
|
|
||||||
|
|
||||||
[Devices]
|
|
||||||
"Quickdev16"=LIBUSB_DEV, USB\VID_16c0&PID_05dd
|
|
||||||
|
|
||||||
[Devices.NT]
|
|
||||||
"Quickdev16"=LIBUSB_DEV, USB\VID_16c0&PID_05dd
|
|
||||||
|
|
||||||
[Devices.NTAMD64]
|
|
||||||
"Quickdev16"=LIBUSB_DEV, USB\VID_16c0&PID_05dd
|
|
||||||
|
|
||||||
|
|
||||||
;--------------------------------------------------------------------------
|
|
||||||
; Strings
|
|
||||||
;--------------------------------------------------------------------------
|
|
||||||
|
|
||||||
[Strings]
|
|
||||||
manufacturer = "Optixx"
|
|
||||||
@ -1,19 +0,0 @@
|
|||||||
[properties]
|
|
||||||
title=quickdev16
|
|
||||||
author=
|
|
||||||
productcode=
|
|
||||||
packagecode=
|
|
||||||
upgradecode=
|
|
||||||
version=
|
|
||||||
comments=
|
|
||||||
supporturl=
|
|
||||||
eulafile=
|
|
||||||
language=en
|
|
||||||
bannerfile=
|
|
||||||
noquestions=false
|
|
||||||
[files]
|
|
||||||
file0path=C:\msys\1.0\home\david\ucon64\src\win32\quickdev16.inf
|
|
||||||
file1path=C:\msys\1.0\home\david\ucon64\src\win32\quickdev16.cat
|
|
||||||
file2path=C:\msys\1.0\home\david\ucon64\src\win32\quickdev16_x64.cat
|
|
||||||
file3path=C:\msys\1.0\home\david\ucon64\src\win32\ucon64.exe
|
|
||||||
file3shortcutname=Quickdev16
|
|
||||||
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
This file will contain the digital signature of the files to be installed
|
|
||||||
on the system.
|
|
||||||
This file will be provided by Microsoft upon certification of your drivers.
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user