home *** CD-ROM | disk | FTP | other *** search
- ;/****************************************************************************
- ;
- ; OSA Technologies Proprietary Information
- ; This software is supplied under the terms of a license agreement or
- ; nondisclosure agreement with OSA Technologies, and may not be
- ; copied or disclosed except in accordance with the terms of that
- ; agreement.
- ;
- ; Copyright (c) 2003 - 2004 OSA Technologies, Inc., an Avocent Company,
- ; All rights reserved.
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
-
-
- ;;++ Added by AddSDisk.cmd
- [SourceDisksNames]
- 3426=windows cd
-
- [SourceDisksFiles]
- ipmidrv.sys = 3426
- ;;--
-
- [Version]
- Signature="$WINDOWS NT$"
- Class=System
- ClassGuid={4D36E97d-E325-11CE-BFC1-08002BE10318}
- Provider=%MSNAME%
- DriverVer=06/21/2006,6.0.6001.18000
- ;; Commented by AddSDisk.cmd
- ;; LayoutFile=layout.inf
-
- [Manufacturer]
- %MFGNAME%=DeviceList,NTx86...1
- %MFGNAME%=DeviceList,NTx86...2
- %MFGNAME%=DeviceList,NTx86...3
-
- [DestinationDirs]
- DefaultDestDir=12 ; dirid = \system32\Drivers
-
- [DeviceList.NTx86...1]
- %DESCRIPTION%=NoDrv,acpi\ipi0001
-
- [NODRV]
-
- [NODRV.Services]
- AddService = , 2
-
- [DeviceList.NTx86...2]
- %DESCRIPTION%=DriverInstall,acpi\ipi0001
-
- [DeviceList.NTx86...3]
- %DESCRIPTION%=DriverInstall,acpi\ipi0001
-
- [DriverInstall]
- CopyFiles=DriverCopyFiles
-
- [DriverCopyFiles]
- IPMIDrv.sys
-
- [DriverInstall.Services]
- AddService=IPMIDRV,2,DriverService,EventLogInst
-
- [DriverService]
- ServiceType=1
- StartType=3
- ErrorControl=1
- ServiceBinary=%12%\IPMIDrv.sys
- Security="D:P(A;;GA;;;BA)(A;;GA;;;NS)(A;;GA;;;LS)(A;;GA;;;SY)"
-
- [DriverInstall.hw]
- AddReg=DriverHwAddReg
-
- [DriverHwAddReg]
- HKR,,FriendlyName,,%FRIENDLYNAME%
- HKR,,Security,,"D:P(A;;GA;;;BA)(A;;GA;;;NS)(A;;GA;;;LS)(A;;GA;;;SY)"
-
-
- [EventLogInst]
- AddReg=IpmiEventlogAddReg
-
- [IpmiEventlogAddReg]
- HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\drivers\ipmidrv.sys"
- HKR,,TypesSupported,0x00010001,7
-
- ;------------------------------------------------------------------------------
- ; String Definitions
- ;------------------------------------------------------------------------------
-
- [Strings]
- ; localizable
- MSNAME = "Microsoft"
- MFGNAME="Microsoft"
- DESCRIPTION="Microsoft Generic IPMI Compliant Device"
- FRIENDLYNAME="Microsoft Generic IPMI Compliant Device"
-
-
-