📄 vserial.inf
字号:
;/*++
;
;Copyright (c) 1990-1999 Microsoft Corporation All rights Reserved
;
;Module Name:
;
; VSERIAL.INF
;
;Abstract:
;
; INF file for installing VSPorts class with Virtual Serial Port device driver.
; Note: In order for the Upper and Lower filter entry for the class to be
; added to the registry, you must remove the existing Toaster class
; key from the registry if you had previously installed Toaster class.
; Otherwise the setup ignores AddReg section
; if it finds the toaster class guid in the registy.
;
;
;--*/
[Version]
Signature="$WINDOWS NT$"
Class=VSPorts
ClassGuid={cc0ef009-b820-42f4-95a9-9bfa6a5ab7ab}
Provider=%ELTIMA%
DriverVer=02/17/2003,3.1.103
CatalogFile=vserial.cat
; ================= Class section =====================
[ClassInstall32]
Addreg=ToasterClassReg
[ToasterClassReg]
HKR,,,0,%ClassName%
HKR,,Icon,,-23
HKR,,SilentInstall,,1
HKR,,NoInstallClass,,1
;*********************************************
; Virtual Serial Port Device Install Section
;*********************************************
[Manufacturer]
%ELTIMA%=Eltima
[Eltima]
%VSerialDevice.DeviceDesc%=VSerial_Device, VSERIAL
[VSerial_Device.NT]
;-------------- Service installation
[VSerial_Device.NT.Services]
AddService = vserial, %SPSVCINST_ASSOCSERVICE%, vserial_Service_Inst
; -------------- VSerial Driver install sections
[vserial_Service_Inst]
DisplayName = %vserial.SVCDESC%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\vserial.sys
LoadOrderGroup = Extended Base
[Strings]
SPSVCINST_ASSOCSERVICE= 0x00000002
ELTIMA = "ELTIMA Software"
ClassName = "ELTIMA Virtual Serial Ports"
VSerialDevice.DeviceDesc = "ELTIMA Virtual Serial Port"
vserial.SVCDESC = "ELTIMA Virtual Serial Ports Driver"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -