home *** CD-ROM | disk | FTP | other *** search
- ; storflt.inf
- ;
- ; Installation inf for the Disk Performance Monitor Filter driver [ DDK Sample ]
- ;
- ; Copyright (c) Microsoft Corporation
- ;
-
- [Version]
- Signature = "$Windows NT$"
- Class = System
- ClassGuid = {4d36e97d-e325-11ce-bfc1-08002be10318}
- ;CatalogFile=vmdrivers.cat
-
- Provider = %msft%
- DriverVer=06/21/2006,6.0.6001.18000
-
-
- ;
- ; General installation section
- ;
-
- [Manufacturer]
- %msft%=Standard,NTamd64
-
- [Standard]
- %service_desc%=DefaultInstall, vmbus\{32412632-86cb-44a2-9b5c-50d1417354f5}
-
- [Standard.NTamd64]
- %service_desc%=DefaultInstall, vmbus\{32412632-86cb-44a2-9b5c-50d1417354f5}
-
- [DefaultInstall.NT]
- CopyFiles = storflt.CopyFiles
- Addreg = storflt.AddReg
-
- [DestinationDirs]
- DefaultDestDir = 12
-
- [storflt.CopyFiles]
- storflt.sys
-
- [storflt.AddReg]
- HKLM, System\CurrentControlSet\Control\Class\{4d36e967-e325-11ce-bfc1-08002be10318}, LowerFilters, 0x00010008, storflt
- HKLM, System\CurrentControlSet\Services\storflt,Enabled, 0x00010001, 1
-
- ;
- ; Coinstaller section
- ;
-
- [DestinationDirs]
- CoInstaller_CopyFiles = 11
-
- [CoInstaller_CopyFiles]
- VmdCoinstall.dll
-
- [CoInstaller_AddReg]
- HKR,,CoInstallers32,0x00010000, "VmdCoinstall.dll,VmdCoinstaller"
-
-
- ;
- ; Service installation section
- ;
-
- [DefaultInstall.NT.Services]
- AddService = ,%SPSVCINST_ASSOCSERVICE% ; null service install
- AddService = storflt, , storflt.Service.Install, storflt.EventLog.Install
-
- [DefaultInstall.NT.CoInstallers]
- AddReg = CoInstaller_AddReg
- CopyFiles = CoInstaller_CopyFiles
-
- [storflt.Service.Install]
- DisplayName = %service_desc%
- ServiceType = 1
- StartType = 0
- ErrorControl = 1
- ServiceBinary = %12%\storflt.sys
- LoadOrderGroup = Extended Base
-
- [storflt.EventLog.Install]
- AddReg = storflt.EventLog.AddReg
-
- [storflt.EventLog.AddReg]
- HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\storflt.sys"
- HKR,,TypesSupported,0x00010001,7
-
- [SourceDisksFiles]
- storflt.sys=1
- VmdCoinstall.dll=1
-
- [SourceDisksNames]
- 1=%DiskId%
-
-
- ;
- ; Uninstallation sections
- ;
-
- [DefaultUninstall.Services]
- DelService = storflt,0x00000200
-
- [DefaultUninstall]
- DelFiles = storflt.CopyFiles
- DelReg = storflt.DelReg
-
- [storflt.DelReg]
- HKLM, System\CurrentControlSet\Control\Class\{4d36e967-e325-11ce-bfc1-08002be10318}, LowerFilters, 0x00018002, storflt
-
-
- ;
- ; Localizable Strings
- ;
-
- [Strings]
- SPSVCINST_ASSOCSERVICE = 0x00000002
- msft = "Microsoft Corporation"
- service_desc = "Disk VMBUS Acceleration Filter Driver"
- DiskId = "Microsoft Corp. Installation Disk #1 "
-
-