⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 prefix.inf

📁 LABVIEW环境下的DDW的usb驱动程序
💻 INF
字号:
;===========================================================================
;  This file was generated using:
;  NI-VISA Driver Development Wizard version 3.4
;===========================================================================
;
;  This file is for use with Windows XP/2000.
;  This Windows Setup Information File contains the information NI-VISA
;  needs in order to access your instrument.  Do not modify the contents of
;  this file unless you are sure about what you are doing.
;
;===========================================================================
;
;  Installation:
;  To apply the contents of this file to a system's settings, copy this file
;  to %SystemRoot%\inf and reboot the computer.  If the device was
;  installed before this file is copied, the device will need to be removed
;  from the "Unknown Devices" class in the Windows Device Manager.
;
;===========================================================================
;
;  Removal:
;  Remove this file and its associated .PNF file (if it exists) from
;  %SystemRoot%\inf.  Either reboot the computer, or perform a
;  "Scan for hardware changes" from the Windows Device Manager.
;
;===========================================================================

[Version]
Signature=$WINDOWS NT$
Class=visaUsbDevice
ClassGUID={A3330EDF-239D-4206-833B-1D58952613D5}
Provider=%Vendor0%
DriverVer=04/21/2006

;===========================================================================
;   Default Installer
;===========================================================================

[DefaultInstall.nt]
CopyFiles=NIVIUSBK_Device_CopyFiles_Inf

[DestinationDirs]
NIVIUSBK_Device_CopyFiles_Inf = 17

[NIVIUSBK_Device_CopyFiles_Inf]
prefix.inf

[SourceDisksNames]

[SourceDisksFiles]

;===========================================================================
;   Class Installer
;===========================================================================

[ClassInstall32.nt]
AddReg=AddClass_AddReg

[AddClass_AddReg]
HKR,,,0,%DeviceClassString%
HKR,,Icon,,"-20"
HKR,,IconPath,0x00010000,"%11%\setupapi.dll,-20"

;===========================================================================

[Manufacturer]
%Vendor1%=USBList

;===========================================================================
;   USB Plug and Play Devices
;===========================================================================

[USBList]
%USB\VID_3923&PID_12C0.DeviceDesc%=NIVIUSBK_Inst, USB\VID_3923&PID_12C0

;===========================================================================

[PreCopySection]
HKR,,NoSetupUI,,1

[NIVIUSBK_Inst]
AddReg=NIVIUSBK_Inst_AddReg

[NIVIUSBK_Inst.Services]
Addservice = NIVIUSBK, 0x00000002, NIVIUSBK_AddService

[NIVIUSBK_AddService]
DisplayName    = %NIVIUSBK.SvcDesc%
ServiceType    = %SERVICE_KERNEL_DRIVER%
StartType      = %SERVICE_DEMAND_START%
ErrorControl   = %SERVICE_ERROR_NORMAL%
ServiceBinary  = %12%\NIVIUSBK.sys
LoadOrderGroup = Base

[NIVIUSBK_Inst_AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,NIVIUSBK.sys

;===========================================================================

[Strings]

;  *******Localizable Strings*******
Vendor0="National Instruments"
Vendor1="National Instruments"
USB\VID_3923&PID_12C0.DeviceDesc="DAQPad-6020E"
DeviceClassString="NI-VISA USB Devices"
NIVIUSBK.SvcDesc="NI-VISA USB Driver"

;  *******Non Localizable Strings*******

SERVICE_BOOT_START = 0x0
SERVICE_SYSTEM_START = 0x1
SERVICE_AUTO_START = 0x2
SERVICE_DEMAND_START = 0x3
SERVICE_DISABLED = 0x4

SERVICE_KERNEL_DRIVER = 0x1
SERVICE_ERROR_IGNORE = 0x0
SERVICE_ERROR_NORMAL = 0x1
SERVICE_ERROR_SEVERE = 0x2
SERVICE_ERROR_CRITICAL = 0x3

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -