;/*++ ; ;Copyright (c) Microsoft Corporation. All rights reserved. ; ;Module Name: ; ; wstorflt.inf ; ;Abstract: ; Installation inf for the Hyper-V Virtual Disk acceleration filter ; ;--*/ [Version] Signature="$Windows NT$" Class=DiskDrive ClassGuid={4D36E967-E325-11CE-BFC1-08002BE10318} Provider=%MSFT% DriverVer=06/21/2006,10.0.14393.2007 PnpLockdown=1 ; ; General installation section ; [Manufacturer] %StdMfg% = Standard,NTamd64 [Standard.NTamd64] %device_desc%=storflt.Install, IDE\DiskVirtual_HD______________________________1.1.0___ %device_desc%=storflt.Install, IDE\DiskVirtual_HD______________________________1.1.1___ [storflt.Install] Include = disk.inf Needs = disk_install.NT CopyFiles = Drivers_Dir [DestinationDirs] Drivers_Dir = 12 [Drivers_Dir] vmstorfl.sys,,,0x100 ;COPYFLG_PROTECTED_WINDOWS_DRIVER_FILE [storflt.Install.HW] AddReg = storflt.HW.AddReg [storflt.HW.AddReg] HKR,,"LowerFilters",0x00010000,"storflt" ; ; Service installation section ; [storflt.Install.Services] AddService = storflt,,storflt.Service.Install Include = disk.inf Needs = disk_install.NT.Services [storflt.Service.Install] DisplayName = %service_desc% ServiceType = 1 StartType = 0 ErrorControl = 1 ServiceBinary = %12%\vmstorfl.sys LoadOrderGroup = Extended Base AddReg = storflt.Service.AddReg [storflt.Service.AddReg] HKR,,Enabled,0x00010001,1 [SourceDisksFiles] vmstorfl.sys=1 [SourceDisksNames] 1=%DiskId% [Strings] ; ; Non-Localizable ; SPSVCINST_ASSOCSERVICE = 0x00000002 MSFT = "Microsoft" StdMfg = "Microsoft" DiskId = "Microsoft Hyper-V Storage Accelerator Installation Disk #1" ; ; Localizable ; device_desc = "Microsoft Hyper-V Accelerated Disk Drive" service_desc = "Microsoft Hyper-V Storage Accelerator"