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

  1.  ■;/****************************************************************************
  2. ;                                                                          
  3. ;                   OSA Technologies Proprietary Information
  4. ;       This software is supplied under the terms of a license agreement or
  5. ;       nondisclosure agreement with OSA Technologies, and may not be
  6. ;       copied or disclosed except in accordance with the terms of that
  7. ;       agreement.
  8. ;
  9. ;       Copyright (c) 2003 - 2004 OSA Technologies, Inc., an Avocent Company,
  10. ;       All rights reserved.
  11. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  12. ;;++ Added by AddSDisk.cmd
  13. [SourceDisksNames]
  14. 3426=windows cd
  15. [SourceDisksFiles]
  16. ipmidrv.sys         = 3426
  17. ;;--
  18. [Version]
  19. Signature="$WINDOWS NT$"
  20. Class=System
  21. ClassGuid={4D36E97d-E325-11CE-BFC1-08002BE10318}
  22. Provider=%MSNAME%
  23. DriverVer=06/21/2006,6.0.6001.18000
  24. ;; Commented by AddSDisk.cmd
  25. ;; LayoutFile=layout.inf
  26. [Manufacturer]
  27. %MFGNAME%=DeviceList,NTx86...1
  28. %MFGNAME%=DeviceList,NTx86...2
  29. %MFGNAME%=DeviceList,NTx86...3
  30. [DestinationDirs]
  31. DefaultDestDir=12 ; dirid = \system32\Drivers
  32. [DeviceList.NTx86...1]
  33. %DESCRIPTION%=NoDrv,acpi\ipi0001
  34. [NODRV]
  35. [NODRV.Services]
  36. AddService = , 2
  37. [DeviceList.NTx86...2]
  38. %DESCRIPTION%=DriverInstall,acpi\ipi0001
  39. [DeviceList.NTx86...3]
  40. %DESCRIPTION%=DriverInstall,acpi\ipi0001
  41. [DriverInstall]
  42. CopyFiles=DriverCopyFiles
  43. [DriverCopyFiles]
  44. IPMIDrv.sys
  45. [DriverInstall.Services]
  46. AddService=IPMIDRV,2,DriverService,EventLogInst
  47. [DriverService]
  48. ServiceType=1
  49. StartType=3
  50. ErrorControl=1
  51. ServiceBinary=%12%\IPMIDrv.sys
  52. Security="D:P(A;;GA;;;BA)(A;;GA;;;NS)(A;;GA;;;LS)(A;;GA;;;SY)"
  53. [DriverInstall.hw]
  54. AddReg=DriverHwAddReg
  55. [DriverHwAddReg]
  56. HKR,,FriendlyName,,%FRIENDLYNAME%
  57. HKR,,Security,,"D:P(A;;GA;;;BA)(A;;GA;;;NS)(A;;GA;;;LS)(A;;GA;;;SY)"
  58. [EventLogInst]
  59. AddReg=IpmiEventlogAddReg
  60. [IpmiEventlogAddReg]
  61. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\drivers\ipmidrv.sys"
  62. HKR,,TypesSupported,0x00010001,7
  63. ;------------------------------------------------------------------------------
  64. ;  String Definitions
  65. ;------------------------------------------------------------------------------
  66. [Strings]
  67. ; localizable
  68. MSNAME = "Microsoft"
  69. MFGNAME="Microsoft"
  70. DESCRIPTION="Microsoft Generic IPMI Compliant Device"
  71. FRIENDLYNAME="Microsoft Generic IPMI Compliant Device"