📄 usbn9603.inf
字号:
; Generated by DriverWizard v5.20 - http://www.jungo.com. *
; Installation file (.inf) for "USBN9603 Device Demo" device
; Copyright (c) 2002 National Semiconductor
;
[Version]
Signature="$CHICAGO$" ; Represents all Windows OSs
Class=HIDClass
ClassGuid={745a17a0-74d3-11d0-b6fe-00a0c90f57da}
Provider=%jun%
DriverVer=11/04/2002, 5.2.0
; Driver information
; ------------------
[Manufacturer]
%Mfg%=DeviceList
[DeviceList]
; The Vendor ID is 0400, and the Product ID is c35d
"USBN9603 Demo"=Install, USB\VID_0400&PID_C35D
; Installation section
; --------------------
[Install] ; Installation script for Windows 98/Me
;CopyFiles=FilesToCopy
AddReg=UpDateRegistry
[Install.NT] ; Installation script for Windows 2000/XP
;CopyFiles=FilesToCopy
AddReg=UpDateRegistry
[FilesToCopy]
; To copy windrvr.sys upon installation remove the ';' from the start of the following line
;windrvr.sys ,,,0x40 ; 0x40 == COPYFLG_OVERWRITE_OLDER_ONLY
[UpDateRegistry]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,, windrvr.sys
[ControlFlags]
ExcludeFromSelect = * ; Remove all devices listed in this INF file
; from the display shown to the end user (a PNP device shouldn't
; be manually loaded).
[PreCopySection]
HKR,,NoSetupUI,,1
; Defining WinDriver Service
; ---------------------------
[Install.NT.Services]
Addservice=WinDriver, 0x00000002, Service_Info
[Service_Info]
DisplayName = %Service_Description%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\System32\Drivers\windrvr.sys
; Source file information
; -----------------------
;[SourceDisksFiles]
;windrvr.sys=1 ; This indicates that the windrvr.sys file is located on
; disk number 1 of "National Semiconductor Installation disks" set.
;[SourceDisksNames]
;1="National Semiconductor Installation Disk",, ; This indicates that disk number 1
; has the label "National Semiconductor Installation Disk". The installer will
; search for windrvr.sys in this disk.
;[DestinationDirs]
;DefaultDestDir=10, System32\Drivers ; The location to which the windrvr.sys
; file will be copied (10 translates to the correct Windows directory
; on the target machine).
;---------------------------------------------------------------;
[Strings]
jun="Jungo LTD."
Service_Description="WinDriver Kernel Module"
Mfg="National Semiconductor"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -