;/*++ ; ;Copyright (c) Microsoft Corporation. All rights reserved. ; ;Module Name: ; ; wvpcivsp.INF ; ;Abstract: ; INF file for installing Vpci VSP driver ; ;--*/ [Version] Signature="$WINDOWS NT$" Class=SYSTEM ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318} Provider=%MSFT% PnpLockdown=1 DriverVer = 06/21/2006,10.0.26100.8328 [DestinationDirs] DefaultDestDir = 12 [SourceDisksNames] 1 = %DiskId1%,,,"" [SourceDisksFiles] vpcivsp.sys = 1,, ;***************************************** ; Vpcivsp Root Device Install Section ;***************************************** [DeviceInstall32] AddDevice = ROOT\VPCIVSP\0000,,Vpcivsp_RootDevice_Inst [Vpcivsp_RootDevice_Inst] HardwareIds = root\Vpcivsp ;***************************************** ; Vpcivsp Install Section ;***************************************** [Manufacturer] %StdMfg%=Standard,NTamd64 [Standard.NTamd64] %Vpcivsp.DeviceDesc%=Vpcivsp_Device,root\Vpcivsp [Vpcivsp_Device.NT] CopyFiles=Drivers_Dir [Vpcivsp_Device.NT.HW] AddReg=Vpcivsp_Device.NT.AddReg [Vpcivsp_Device.NT.AddReg] HKR,,DeviceCharacteristics,0x10001,0x0100 ; Use same security checks on relative opens ; Allow generic-all access to Built-in administrators, Local system, and vmgroup HKR,,Security,,"D:P(A;;GA;;;BA)(A;;GA;;;SY)(A;;GA;;;S-1-5-83-0)" [Drivers_Dir] vpcivsp.sys,,,0x100 ;COPYFLG_PROTECTED_WINDOWS_DRIVER_FILE ;-------------- Service installation [Vpcivsp_Device.NT.Services] AddService = vpcivsp,%SPSVCINST_ASSOCSERVICE%, vpcivsp_Service_Inst, vpcivsp_EventLog_Inst ; -------------- vpcivsp driver install sections [vpcivsp_Service_Inst] DisplayName = %vpcivsp.SVCDESC% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %12%\vpcivsp.sys LoadOrderGroup = Extended Base ; -------------- vpcivsp eventlog setup sections [vpcivsp_EventLog_Inst] AddReg = vpcivsp_EventLog_AddReg [vpcivsp_EventLog_AddReg] HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\vpcivsp.sys" HKR,,TypesSupported,0x00010001,7 [Strings] SPSVCINST_ASSOCSERVICE= 0x00000002 ; ; Non-Localizable ; MSFT = "Microsoft" StdMfg = "Microsoft" DiskId1 = "Microsoft Hyper-V PCI Server Installation Disk #1" ; ; Localizable ; Vpcivsp.DeviceDesc = "Microsoft Hyper-V PCI Server" vpcivsp.SVCDESC = "Microsoft Hyper-V PCI Server"