📄 seedpci.inf
字号:
; seedpci.inf
;
;
; (c) Copyright 2001 SEED
;
[Version]
Signature="$Windows NT$"
Provider=%SEED%
ClassGUID={4D36E97D-E325-11CE-BFC1-08002BE10318}
Class=Emulator
DriverVer=01/28/2002
[DestinationDirs]
DefaultDestDir = 12
;
; Driver information
;
[Manufacturer]
%SEED% = SEED.Mfg
[SEED.Mfg]
%SEED.DeviceDesc0% = PCI2040, PCI\VEN_104c&DEV_ac60
;
; General installation section
;
[PCI2040]
AddReg=PCI2040.AddReg
CopyFiles=PCI2040.CopyFiles
[PCI2040.AddReg]
;
; File sections
;
[PCI2040.CopyFiles]
seedpci.sys
;
; Service Installation
;
[PCI2040.Services]
AddService = PCI2040, 0x00000002 , PCI2040_Service_Inst,
[PCI2040_Service_Inst]
DisplayName = %seedpci.SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 2 ; SERVICE_AUTO_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
LoadOrderGroup = ExtendedBase
ServiceBinary = %12%\seedpci.sys
[PCI2040_EventLog_Inst]
AddReg = PCI2040_EventLog_AddReg
;
; Source file information
;
[SourceDisksNames.x86]
1 = %DiskId1%,,,""
[SourceDisksFiles]
seedpci.sys = 1,,
[Strings]
;
; Non-Localizable Strings
;
REG_SZ = 0x00000000
REG_MULTI_SZ = 0x00010000
REG_EXPAND_SZ = 0x00020000
REG_BINARY = 0x00000001
REG_DWORD = 0x00010001
SERVICEROOT = "System\CurrentControlSet\Services"
;
; Localizable Strings
;
SEED.DeviceDesc0 = "SEED PCI EMULATOR"
DiskId1 = "SEED PCI EMULATOR Installation Disk (Media)"
SEED = "SEED LTD."
seedpci.SvcDesc="SEED PCI EMULATOR"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -