; DIGIRP.INF ; "Digi RealPort Driver and Setup Wizard" ; Version 4.0.332.0 ; "Copyright 1998-2007 Digi International Inc." [Version] Signature="$WINDOWS NT$" Class=MultiPortSerial ClassGuid={50906CB8-BA12-11D1-BF5D-0000F805F530} Provider=%Mfg% CatalogFile=digirlpt.cat DriverVer=04/06/2007,4.0.332.0 ;**************************************************************************************************** ; Manufacturer Section ;**************************************************************************************************** [Manufacturer] %Mfg%=Digi,NTx86,ntamd64 [Digi.ntx86] %RpDevice.DeviceDesc%=RpDevice,DigiRealPortID [Digi.ntamd64] %RpDevice.DeviceDesc%=RpDevice,DigiRealPortID ;****************************************************************************** ; Install Section ;****************************************************************************** [RpDevice.ntx86] AddReg=RpDevice.ntx86.Addreg CopyINF=digirprt.inf Include=msports.inf Needs=SerialEnumerator.NT [RpDevice.ntamd64] AddReg=RpDevice.ntamd64.Addreg CopyINF=digirprt.inf Include=msports.inf Needs=SerialEnumerator.NT [RpDevice.ntx86.Services] AddService=DIGIRPS,2,DIGIRPS.ntx86.AddService,DIGIRPS.ntx86.AddEventLog AddService=DgRpEncx,0,DgRpEncx.ntx86.AddService Include=msports.inf Needs=SerialEnumerator.NT.Services [RpDevice.ntamd64.Services] AddService=DIGIRPS,2,DIGIRPS.ntamd64.AddService,DIGIRPS.ntamd64.AddEventLog AddService=DgRpEncx,0,DgRpEncx.ntamd64.AddService Include=msports.inf Needs=SerialEnumerator.NT.Services [RpDevice.ntx86.CoInstallers] Copyfiles=Files-System32.ntx86,Files-Help.ntx86,Files-Drivers.ntx86 AddReg=RpDevice.ntx86.CoInstallers_AddReg [RpDevice.ntamd64.CoInstallers] Copyfiles=Files-System32.ntamd64,Files-SysWOW64.ntamd64,Files-Help.ntamd64,Files-Drivers.ntamd64 AddReg=RpDevice.ntamd64.CoInstallers_AddReg ;****************************************************************************** ; AddReg Section ;****************************************************************************** [RpDevice.ntx86.CoInstallers_AddReg] HKR,,CoInstallers32,0x00010000,"dgrpui43.dll,DeviceCoinstaller" [RpDevice.ntamd64.CoInstallers_AddReg] HKR,,CoInstallers32,0x00010000,"dgrpui43.dll,DeviceCoinstaller" [RpDevice.ntx86.AddReg] HKR,,EnumPropPages32,,"dgrpui43.dll,DevicePropPageProvider" HKR,Parameters,Manufacturer,,%Mfg% [RpDevice.ntamd64.AddReg] HKR,,EnumPropPages32,,"dgrpui43.dll,DevicePropPageProvider" HKR,Parameters,Manufacturer,,%Mfg% ;****************************************************************************** ; Service Section ;****************************************************************************** [DIGIRPS.ntx86.AddService] DisplayName=%DIGIRPS.ServiceDesc% ServiceType=1 StartType=3 ErrorControl=1 ServiceBinary=%12%\digirlpt.sys LoadOrderGroup=Extended base [DIGIRPS.ntamd64.AddService] DisplayName=%DIGIRPS.ServiceDesc% ServiceType=1 StartType=3 ErrorControl=1 ServiceBinary=%12%\digirlpt.sys LoadOrderGroup=Extended base [DIGIRPS.ntx86.AddEventLog] AddReg=DIGIRPS.AddEventLog.ntx86.AddReg [DIGIRPS.ntamd64.AddEventLog] AddReg=DIGIRPS.AddEventLog.ntamd64.AddReg [DIGIRPS.AddEventLog.ntx86.AddReg] HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\digirlpt.sys" HKR,,TypesSupported,0x00010001,7 [DIGIRPS.AddEventLog.ntamd64.AddReg] HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\digirlpt.sys" HKR,,TypesSupported,0x00010001,7 [DgRpEncx.ntx86.AddService] DisplayName=%DgRpEncx.ServiceDesc% ServiceType=16 StartType=2 ErrorControl=0 ServiceBinary=%11%\dgrpencx.exe ;Dependencies=DIGIRPS [DgRpEncx.ntamd64.AddService] DisplayName=%DgRpEncx.ServiceDesc% ServiceType=16 StartType=2 ErrorControl=0 ServiceBinary=%10%\SysWow64\dgrpencx.exe ;Dependencies=DIGIRPS ;****************************************************************************** ; Copy Files Section ;****************************************************************************** [Files-Drivers.ntx86] digirlpt.sys [Files-Drivers.ntamd64] digirlpt.sys,digirlpt64.sys [Files-System32.ntx86] dgrpui43.dll dgrpencx.exe ;dgrpsetu.dll [Files-System32.ntamd64] dgrpui43.dll,dgrpui4364.dll ;dgrpsetu.dll [Files-SysWOW64.ntamd64] dgrpencx.exe [Files-Help.ntx86] dgrphelp.chm [Files-Help.ntamd64] dgrphelp.chm ;****************************************************************************** ; Source Disk Names ;****************************************************************************** [SourceDisksNames.x86] 1=%DiskName%,,, [SourceDisksNames.amd64] 1=%DiskName%,,, ;****************************************************************************** ; Source Disk Files ;****************************************************************************** [SourceDisksFiles.x86] digirlpt.sys=1 dgrpui43.dll=1 dgrpencx.exe=1 dgrphelp.chm=1 ;dgrpsetu.dll=1 [SourceDisksFiles.amd64] digirlpt64.sys=1 dgrpui4364.dll=1 dgrpencx.exe=1 dgrphelp.chm=1 ;dgrpsetu.dll=1 ;****************************************************************************** ; Destination Directories ;****************************************************************************** [DestinationDirs] Files-System32.ntx86=11 Files-System32.ntamd64=11 Files-SysWOW64.ntamd64=10, SysWow64 Files-Help.ntx86=18 Files-Help.ntamd64=18 Files-Drivers.ntx86=12 Files-Drivers.ntamd64=12 ;****************************************************************************** ; Non Localizable Strings ;****************************************************************************** [Strings] Mfg="Digi International" RpDevice.DeviceDesc="Standard RealPort Device" DIGIRPS.ServiceDesc="Digi RealPort Driver" DgRpEncx.ServiceDesc="Digi RealPort Network Service" DiskName="Digi RealPort Disk"