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

  1.  ■;----------------------------------------------------------------------------
  2. ; Watchdog Timer Device
  3. ;----------------------------------------------------------------------------
  4. ;
  5. ;;++ Added by AddSDisk.cmd
  6. [SourceDisksNames]
  7. 3426=windows cd
  8. [SourceDisksFiles]
  9. wd.sys         = 3426
  10. ;;--
  11. [Version]
  12. Signature="$WINDOWS NT$"
  13. Class=System
  14. ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
  15. Provider=%MICROSOFT%
  16. ;; Commented by AddSDisk.cmd
  17. ;; LayoutFile=layout.inf
  18. DriverVer=06/21/2006,6.0.6001.18000
  19. [DestinationDirs]
  20. WdDeviceCopyFiles=10,system32\drivers
  21. [Manufacturer]
  22. %MICROSOFT%=Microsoft,NTx86
  23. [Microsoft.NTx86]
  24. %WdDeviceDesc%=WdDevice,*PNP0C18
  25. [WdDevice]
  26. CopyFiles=WdDeviceCopyFiles
  27. [WdDeviceCopyFiles]
  28. wd.sys
  29. [WdDevice.Services]
  30. AddService=Wd,%SPSVCINST_ASSOCSERVICE%,WdDeviceService,WdDeviceEventLog
  31. [WdDeviceService]
  32. ServiceType=%SERVICE_KERNEL_DRIVER%
  33. StartType=%SERVICE_BOOT_START%
  34. ErrorControl=%SERVICE_ERROR_NORMAL%
  35. DisplayName=%WdServiceDisplayName%
  36. ServiceBinary=%12%\wd.sys
  37. [WdDeviceEventLog]
  38. AddReg=WdDeviceEventLogAddReg
  39. [WdDeviceEventLogAddReg]
  40. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\drivers\wd.sys"
  41. HKR,,TypesSupported,0x00010001,7
  42. [Strings]
  43. SPSVCINST_ASSOCSERVICE                   = 0x00000002
  44. REG_MULTI_SZ                             = 0x00010000
  45. SERVICE_BOOT_START                       = 0
  46. SERVICE_ERROR_NORMAL                     = 1
  47. SERVICE_KERNEL_DRIVER                    = 1
  48. SERVICE_SYSTEM_START                     = 1
  49. MICROSOFT                                = "Microsoft"
  50. WdDeviceDesc                             = "Microsoft Watchdog Timer"
  51. WdServiceDisplayName                     = "Microsoft Watchdog Timer Driver"
  52.