;***************************************************************************** ; ; 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. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [Version] Signature="$WINDOWS NT$" Class=System ClassGuid={4D36E97d-E325-11CE-BFC1-08002BE10318} Provider=%MSNAME% DriverVer=06/21/2006,6.3.9600.18227 [SourceDisksNames] 3426=windows cd [SourceDisksFiles] ipmidrv.sys = 3426 [Manufacturer] %MFGNAME%=DeviceList,NTamd64 [DestinationDirs] DefaultDestDir=12 ; dirid = \system32\Drivers [DeviceList.NTamd64] %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 [DriverInstall.hw] AddReg=DriverHwAddReg [DriverHwAddReg] HKR,,FriendlyName,,%FRIENDLYNAME% [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"