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

📄 vpcappsv.inf

📁 linux环境编程的电子文稿
💻 INF
字号:
;----------------------------------------------------------------------------------
;	File:		VPCAppSv.inf
;	
;	Contains:	INF file for installing Virtual PC Application Services.
;
;	Copyright:	2000-2003 Connectix Corporation
;----------------------------------------------------------------------------------

[Version]
Signature  = "$Chicago$"
Class      = System
ClassGUID  = {4d36e97d-e325-11ce-bfc1-08002be10318}
Provider   = %Connectix%
CatalogFile= VPCAppSv.cat
DriverVer  = 11/07/2002,8.6.2.0

[SourceDisksNames]
1=%DiskDescription%,"",,

[SourceDisksFiles]
VPCAppSv.sys=1
VPCPower.sys=1

[Manufacturer]
%Connectix%=VPCAppSv

[VPCAppSv]
%VPCAppSv%=VPCAppSvInstall, VPCsystem

[DestinationDirs]
VPCAppSvCopyFilesNT=12
VPCAppSvCopyFiles=10,system32\drivers ; %SystemRoot%\system32\drivers


;--------------------------------
; Windows NT/2000 Installation

[VPCAppSvInstall.ntx86]
CopyFiles=VPCAppSvCopyFilesNT

[VPCAppSvCopyFilesNT]
VPCAppSv.sys,,,0x00000002
VPCPower.sys,,,0x00000002

[VPCAppSvInstall.ntx86.Services]
AddService = VPCAppSv, 0x00000002, VPCAppSvServiceNTx86

[VPCAppSvServiceNTx86]
DisplayName = %VPCAppSv%
ServiceType	= 1						; kernel driver
StartType = 2						; demand start
ErrorControl = 1					; error normal
ServiceBinary = %12%\VPCAppSv.sys
Description = %VPCAppSvServiceHelp%

[VPCAppSvInstall.ntx86.Remove.Services]
DelService = VPCAppSv

;--------------------------------
; Windows 9x Installation

[VPCAppSvInstall]
CopyFiles = VPCAppSvCopyFiles
AddReg = VPCAppSvAddReg

[VPCAppSvCopyFiles]
VPCAppSv.sys,,,0x00000002
VPCPower.sys,,,0x00000002

[VPCAppSvAddReg]
HKR,,DevLoader,,*NTKERN
HKR,,NTMPDriver,,VPCAppSv.sys

;--------------------------------
; Strings

[Strings]
Connectix          = "Connectix Corporation"
DiskDescription	   = "Virtual PC Application Services Disk"
VPCAppSv           = "Virtual PC Application Services"
VPCAppSvServiceHelp= "Provides application services for Virtual PC."

⌨️ 快捷键说明

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