home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 4 / Windows / inf / wstorflt.inf < prev    next >
Windows Setup INFormation  |  2008-01-19  |  5KB  |  119 lines

  1.  ■; storflt.inf
  2. ;
  3. ; Installation inf for the Disk Performance Monitor Filter driver [ DDK Sample ]
  4. ;
  5. ; Copyright (c) Microsoft Corporation
  6. ;
  7. [Version]
  8. Signature = "$Windows NT$"
  9. Class = System
  10. ClassGuid = {4d36e97d-e325-11ce-bfc1-08002be10318}
  11. ;CatalogFile=vmdrivers.cat
  12. Provider  = %msft%
  13. DriverVer=06/21/2006,6.0.6001.18000
  14. ;
  15. ; General installation section
  16. ;
  17. [Manufacturer]
  18. %msft%=Standard,NTamd64
  19. [Standard]
  20. %service_desc%=DefaultInstall, vmbus\{32412632-86cb-44a2-9b5c-50d1417354f5}
  21. [Standard.NTamd64]
  22. %service_desc%=DefaultInstall, vmbus\{32412632-86cb-44a2-9b5c-50d1417354f5}
  23. [DefaultInstall.NT]
  24. CopyFiles = storflt.CopyFiles
  25. Addreg    = storflt.AddReg
  26. [DestinationDirs]
  27. DefaultDestDir = 12
  28. [storflt.CopyFiles]
  29. storflt.sys
  30. [storflt.AddReg]
  31. HKLM, System\CurrentControlSet\Control\Class\{4d36e967-e325-11ce-bfc1-08002be10318}, LowerFilters, 0x00010008, storflt
  32. HKLM, System\CurrentControlSet\Services\storflt,Enabled, 0x00010001, 1
  33. ;
  34. ; Coinstaller section
  35. ;
  36. [DestinationDirs]
  37. CoInstaller_CopyFiles = 11
  38. [CoInstaller_CopyFiles]
  39. VmdCoinstall.dll
  40. [CoInstaller_AddReg]
  41. HKR,,CoInstallers32,0x00010000, "VmdCoinstall.dll,VmdCoinstaller"
  42. ;
  43. ; Service installation section
  44. ;
  45. [DefaultInstall.NT.Services]
  46. AddService = ,%SPSVCINST_ASSOCSERVICE%  ; null service install
  47. AddService = storflt, , storflt.Service.Install, storflt.EventLog.Install
  48. [DefaultInstall.NT.CoInstallers]
  49. AddReg = CoInstaller_AddReg
  50. CopyFiles = CoInstaller_CopyFiles
  51. [storflt.Service.Install]
  52. DisplayName    = %service_desc%
  53. ServiceType    = 1
  54. StartType      = 0
  55. ErrorControl   = 1
  56. ServiceBinary  = %12%\storflt.sys
  57. LoadOrderGroup = Extended Base
  58. [storflt.EventLog.Install]
  59. AddReg         = storflt.EventLog.AddReg
  60. [storflt.EventLog.AddReg]
  61. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\storflt.sys"
  62. HKR,,TypesSupported,0x00010001,7
  63. [SourceDisksFiles]
  64. storflt.sys=1
  65. VmdCoinstall.dll=1
  66. [SourceDisksNames]
  67. 1=%DiskId%
  68. ;
  69. ; Uninstallation sections
  70. ;
  71. [DefaultUninstall.Services]
  72. DelService = storflt,0x00000200
  73. [DefaultUninstall]
  74. DelFiles = storflt.CopyFiles
  75. DelReg = storflt.DelReg
  76. [storflt.DelReg]
  77. HKLM, System\CurrentControlSet\Control\Class\{4d36e967-e325-11ce-bfc1-08002be10318}, LowerFilters, 0x00018002, storflt
  78. ;
  79. ; Localizable Strings
  80. ;
  81. [Strings]
  82. SPSVCINST_ASSOCSERVICE = 0x00000002
  83. msft         = "Microsoft Corporation"
  84. service_desc = "Disk VMBUS Acceleration Filter Driver"
  85. DiskId       = "Microsoft Corp. Installation Disk #1 "