home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / boot.wim / 1 / Windows / inf / ipmidrv.inf < prev    next >
Encoding:
Text (UTF-16)  |  2008-01-19  |  4.8 KB  |  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.  
  13.  
  14.  
  15. ;;++ Added by AddSDisk.cmd
  16. [SourceDisksNames]
  17. 3426=windows cd
  18.  
  19. [SourceDisksFiles]
  20. ipmidrv.sys         = 3426
  21. ;;--
  22.  
  23. [Version]
  24. Signature="$WINDOWS NT$"
  25. Class=System
  26. ClassGuid={4D36E97d-E325-11CE-BFC1-08002BE10318}
  27. Provider=%MSNAME%
  28. DriverVer=06/21/2006,6.0.6001.18000
  29. ;; Commented by AddSDisk.cmd
  30. ;; LayoutFile=layout.inf
  31.  
  32. [Manufacturer]
  33. %MFGNAME%=DeviceList,NTx86...1
  34. %MFGNAME%=DeviceList,NTx86...2
  35. %MFGNAME%=DeviceList,NTx86...3
  36.  
  37. [DestinationDirs]
  38. DefaultDestDir=12 ; dirid = \system32\Drivers
  39.  
  40. [DeviceList.NTx86...1]
  41. %DESCRIPTION%=NoDrv,acpi\ipi0001
  42.  
  43. [NODRV]
  44.  
  45. [NODRV.Services]
  46. AddService = , 2
  47.  
  48. [DeviceList.NTx86...2]
  49. %DESCRIPTION%=DriverInstall,acpi\ipi0001
  50.  
  51. [DeviceList.NTx86...3]
  52. %DESCRIPTION%=DriverInstall,acpi\ipi0001
  53.  
  54. [DriverInstall]
  55. CopyFiles=DriverCopyFiles
  56.  
  57. [DriverCopyFiles]
  58. IPMIDrv.sys
  59.  
  60. [DriverInstall.Services]
  61. AddService=IPMIDRV,2,DriverService,EventLogInst
  62.  
  63. [DriverService]
  64. ServiceType=1
  65. StartType=3
  66. ErrorControl=1
  67. ServiceBinary=%12%\IPMIDrv.sys
  68. Security="D:P(A;;GA;;;BA)(A;;GA;;;NS)(A;;GA;;;LS)(A;;GA;;;SY)"
  69.  
  70. [DriverInstall.hw]
  71. AddReg=DriverHwAddReg
  72.  
  73. [DriverHwAddReg]
  74. HKR,,FriendlyName,,%FRIENDLYNAME%
  75. HKR,,Security,,"D:P(A;;GA;;;BA)(A;;GA;;;NS)(A;;GA;;;LS)(A;;GA;;;SY)"
  76.  
  77.  
  78. [EventLogInst]
  79. AddReg=IpmiEventlogAddReg
  80.  
  81. [IpmiEventlogAddReg]
  82. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\drivers\ipmidrv.sys"
  83. HKR,,TypesSupported,0x00010001,7
  84.  
  85. ;------------------------------------------------------------------------------
  86. ;  String Definitions
  87. ;------------------------------------------------------------------------------
  88.  
  89. [Strings]
  90. ; localizable
  91. MSNAME = "Microsoft"
  92. MFGNAME="Microsoft"
  93. DESCRIPTION="Microsoft Generic IPMI Compliant Device"
  94. FRIENDLYNAME="Microsoft Generic IPMI Compliant Device"
  95.  
  96.  
  97.