;/*++ ; ;Copyright (c) Microsoft Corporation. All rights reserved. ; ;Module Name: ; ; whvcrash.inf ; ;Abstract: ; ; INF file for installing the Hyper-V crashdump driver. ; ;--*/ [Version] Signature="$WINDOWS NT$" Class=System ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318} Provider=%MSFT% PnpLockdown=1 DriverVer = 06/21/2006,10.0.26100.3912 [DestinationDirs] Drivers_Dir = 12 System_Dir = 11 [SourceDisksNames] 1 = %DiskId1% [SourceDisksFiles] hvcrash.sys = 1 ;***************************************** ; Install Section ;***************************************** [Manufacturer] %StdMfg%=Standard,NTamd64 [Standard.NTamd64] %HvCrash.DeviceDesc%=HvCrashDriver, vmbus\{427b03e7-4ceb-4286-b5fc-486f4a1dd439} [HvCrashDriver.NT] CopyFiles=Drivers_Dir CopyFiles=System_Dir [Drivers_Dir] hvcrash.sys,,,0x100 ;COPYFLG_PROTECTED_WINDOWS_DRIVER_FILE [System_Dir] ;-------------- Service installation [HvCrashDriver.NT.Services] AddService = hvcrash, %SPSVCINST_ASSOCSERVICE%, HvCrashDriver_Service_Inst ; -------------- Driver install sections [HvCrashDriver_Service_Inst] ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 4 ; SERVICE_DISABLED ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %12%\hvcrash.sys [Strings] ; ; Non-Localizable ; SPSVCINST_ASSOCSERVICE= 0x00000002 MSFT = "Microsoft" StdMfg = "Microsoft" DiskId1 = "Microsoft Hyper-V Crash Dump Installation Disk #1" ; ; Localizable ; HvCrash.DeviceDesc = "Microsoft Hyper-V Crashdump Driver"