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

📄 comblock_cardbus.inf

📁 CardBus代码驱动等有用资料
💻 INF
字号:
; Installation file for comblock_cardbus driver
; Generated by Walter Oney's driver wizard
; Copyright (C) 2005 by MSS
; All rights reserved

[Version]
Signature=$CHICAGO$
Class=Unknown
ClassGuid={4D36E97E-E325-11CE-BFC1-08002BE10318}
Provider=%MSS%
CatalogFile=comblock_cardbus.cat
DriverVer=07/19/2005

[Manufacturer]
%MFGNAME%=DeviceList

[DestinationDirs]
DefaultDestDir=10,System32\Drivers

[SourceDisksFiles]
comblock_cardbus.sys
wdmstub.sys
generic.sys

[DeviceList]
%DESCRIPTION%=DriverInstall,PCI\VEN_FFFE&DEV_0101

;------------------------------------------------------------------------------
;  Windows 2000 Sections
;------------------------------------------------------------------------------

; TODO Add a LogConfig command to the following install section if this is a legacy device

[DriverInstall.ntx86]
CopyFiles=DriverCopyFiles

[DriverCopyFiles]
comblock_cardbus.sys,,,2
generic.sys,,,2

[DriverInstall.ntx86.Services]
AddService=COMBLOCK_CARDBUS,2,DriverService

[DriverService]
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%10%\system32\drivers\comblock_cardbus.sys

[DriverInstall.ntx86.hw]
AddReg=DriverHwAddReg

[DriverHwAddReg]
HKR,,FriendlyName,,%FRIENDLYNAME%

;------------------------------------------------------------------------------
;  Windows 98 Sections
;------------------------------------------------------------------------------

[DriverInstall]
AddReg=DriverAddReg
CopyFiles=DriverCopyFiles,StubCopyFiles
DriverVer=07/19/2005
	; TODO Add a LogConfig command and section if this is a legacy device

[DriverAddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,"wdmstub.sys,comblock_cardbus.sys"

[StubCopyFiles]
wdmstub.sys,,,2

[DriverInstall.HW]
AddReg=DriverHwAddReg

;------------------------------------------------------------------------------
;  String Definitions
;------------------------------------------------------------------------------

[Strings]
MSS="Mobile Satellite Services"
MFGNAME="MSS"
DESCRIPTION="ComBlock CardBus Interface"
FRIENDLYNAME="comblock_cardbus"

⌨️ 快捷键说明

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