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

📄 fvdscsi.inf

📁 vc-mfc编程实例 很简单的东西,以后回多传自己的东西
💻 INF
字号:
; FVDSCSI.inf
;

[Version]
Signature="$Windows NT$"
Provider=%FARSTONE%
ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
Class=SCSIAdapter
DriverVer=07/30/2003

[DestinationDirs]
DefaultDestDir   = 12

;
; Driver information
;

[Manufacturer]
%FARSTONE%   = FARSTONE.Mfg

[FARSTONE.Mfg]
%FARSTONE.DeviceDesc0% = FVDSCSI, *fvdscsi0

;
; General installation section
;

;NT Istall
[DefaultInstall]
AddReg=FVDSCSI.AddReg
CopyFiles=FVDSCSI.Miniport

;NT UnIstall
[DeleteInstall]
DelReg=FVDSCSI.AddReg

;2000 Install
[FVDSCSI]
CopyFiles=FVDSCSI.Miniport
LogConfig=FVDSCSI.LogConfig

[FVDSCSI.LogConfig]
ConfigPriority = DESIRED


[FVDSCSI.AddReg]
HKLM,System\CurrentControlSet\Services\FVDSCSI,Group,%REG_SZ%,"SCSI miniport"
HKLM,System\CurrentControlSet\Services\FVDSCSI,Type,%REG_DWORD%,1
HKLM,System\CurrentControlSet\Services\FVDSCSI,Start,%REG_DWORD%,1
HKLM,System\CurrentControlSet\Services\FVDSCSI,ErrorControl,%REG_DWORD%,0
HKLM,System\CurrentControlSet\Services\EventLog\System\FVDSCSI,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
HKLM,System\CurrentControlSet\Services\EventLog\System\FVDSCSI,TypesSupported,%REG_DWORD%,7


[FVDSCSI.Miniport]
;FVDSCSI.sys
;Note: bound must comment above line..

;
; Service Installation
;

[FVDSCSI.Services]
AddService = FVDSCSI, 0x00000002 , FVDSCSI_Service_Inst, FVDSCSI_EventLog_Inst

[FVDSCSI_Service_Inst]
DisplayName    = %FVDSCSI.SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 1                  ; SERVICE_SYSTEM_START
ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
LoadOrderGroup = SCSI Miniport
ServiceBinary  = %12%\FVDSCSI.sys

AddReg         = pnpsafe_isa_addreg


[FVDSCSI_EventLog_Inst]
AddReg = FVDSCSI_EventLog_AddReg

[FVDSCSI_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\FVDSCSI.sys"
HKR,,TypesSupported,0x00010001,7


[pnpsafe_isa_addreg]
HKR, "Parameters\PnpInterface", "0", 0x00010001, 0x00000001


;
; driver file:
;

[SourceDisksNames.x86]
1 = %DiskId1%,,,""

[SourceDisksFiles]
FVDSCSI.sys = 1,,


[Strings]

;
; Data type:
;

REG_SZ         = 0x00000000
REG_MULTI_SZ   = 0x00010000
REG_EXPAND_SZ  = 0x00020000
REG_BINARY     = 0x00000001
REG_DWORD      = 0x00010001
SERVICEROOT    = "System\CurrentControlSet\Services"

;
;Strings
;

FARSTONE.DeviceDesc0 = "FVDSCSI (2003) SCSI Host Adapter"
DiskId1 = "Far Stone Installation Disk"
FARSTONE = "(Generic)"."
FVDSCSI.SvcDesc="FVDSCSI"

⌨️ 快捷键说明

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