;********************************************************************
;*
;* File: Rckt550b.inf
;*
;* Description:
;* Installs the ports on a RocketPort 550 card
;*
;* Copyright (c) 2004 - 2006 comtrol GmBH.
;*
;********************************************************************
[version]
signature="$CHICAGO$"
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%mfg%
DriverVer=03/03/2006,2.0.2.0
Catalogfile=Rckt550.cat
[DestinationDirs]
DefaultDestDir = 11 ;LDID_SYS
; Install class "Ports"
;----------------------------------------------------------
; [ClassInstall]
; AddReg=PortsClass.AddReg
;
; [PortsClass.AddReg]
; HKR,,,,%PortsClassName%
;
; [ClassInstall32.NT]
; AddReg=PortsClass.NT.AddReg
;
; [PortsClass.NT.AddReg]
; HKR,,,,%PortsClassName%
; HKR,,Icon,,"-23"
; HKR,,Installer32,,"MsPorts.Dll,PortsClassInstaller"
; Drivers
;----------------------------------------------------------
[Manufacturer]
%mfg%=CEL
[CEL]
%ComPortOrig.DeviceDesc% = ComPort, RCKT550A\*PNP0501
%ComPortUniv.DeviceDesc% = ComPort, RCKT550U\*PNP0501
%ComPortSoft.DeviceDesc% = ComPortSoft, RCKT550S\*PNP0501
[ControlFlags]
ExcludeFromSelect = RCKT550A\*PNP0501
ExcludeFromSelect = RCKT550U\*PNP0501
ExcludeFromSelect = RCKT550S\*PNP0501
;--------------
; [ComPort]
[ComPort.AddReg]
HKR,,PortSubClass,1,01
HKLM,%ParametersSubKey%, ComtrolFlags, 0x00010001, 0
[ComPort.NT]
AddReg=ComPort.AddReg, ComPort.NT.AddReg
[ComPort.NT.HW]
AddReg=ComPort.NT.HW.AddReg
[ComPort.NT.AddReg]
HKR,,EnumPropPages32,,"Rcktui.dll,SerialPropPageProvider"
[ComPort.NT.HW.AddReg]
HKR,,"UpperFilters", 0x00010000, "serenum" ;;MULTI_SZ
HKR,,"UpperFilters", 0x00010008, "Rcktmfuf" ;;APPEND
HKR,,"95xSpecific", 0x00000001, 01,00,00,00,00,00,c9,16,20,00,01,00,04,64,10,70,08,00,00,00,00,00,00,10
HKR,,"ClockRate", 0x00010001, 7372800
HKR,,"MultiportProperties", 0x00010001, 1
HKR,,"SoftRsModeCapable", 0x00010001, 0 ;; 0 says soft mode incapable
;Service installation = Port Driver (function driver for this device)
[ComPort.NT.Services]
AddService = Rckt550, 0x00000002, Rckt550_Service_Inst, Rckt550_EventLog_Inst
AddService = Rcktmfuf,,Rcktmfuf_Service_Inst
AddService = Serenum,,Serenum_Service_Inst
;--------------
; [ComPortSoft]
[ComPortSoft.AddReg]
HKR,,PortSubClass,1,01
HKLM,%ParametersSubKey%, ComtrolFlags, 0x00010001, 0
[ComPortSoft.NT]
AddReg=ComPortSoft.AddReg, ComPortSoft.NT.AddReg
[ComPortSoft.NT.HW]
AddReg=ComPortSoft.NT.HW.AddReg
[ComPortSoft.NT.AddReg]
HKR,,EnumPropPages32,,"Rcktui.dll,SerialPropPageProvider"
[ComPortSoft.NT.HW.AddReg]
HKR,,"UpperFilters", 0x00010000, "serenum" ;;MULTI_SZ
HKR,,"UpperFilters", 0x00010008, "Rcktmfuf" ;;APPEND
HKR,,"95xSpecific", 0x00000001, 01,00,00,00,00,00,c9,16,20,00,01,00,04,64,10,70,08,00,00,00,00,00,00,10
HKR,,"ClockRate", 0x00010001, 7372800
HKR,,"MultiportProperties", 0x00010001, 1
HKR,,"SoftRsModeCapable", 0x00010001, 1 ;; 1 says soft mode capable
;Service installation = Port Driver (function driver for this device)
[ComPortSoft.NT.Services]
AddService = Rckt550, 0x00000002, Rckt550_Service_Inst, Rckt550_EventLog_Inst
AddService = Rcktmfuf,,Rcktmfuf_Service_Inst
AddService = Serenum,,Serenum_Service_Inst
; -------------- Serial Port Driver install sections
[Rckt550_Service_Inst]
DisplayName = %Rckt550.SVCDESC%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 1 ; SERVICE_SYSTEM_START (this driver may do detection)
ErrorControl = 0 ; SERVICE_ERROR_IGNORE
ServiceBinary = %12%\RcktSer.sys
LoadOrderGroup = Extended base
; -------------- Serenum Driver install section
[Serenum_Service_Inst]
DisplayName = %Serenum.SVCDESC%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\serenum.sys
LoadOrderGroup = PNP Filter
[Rcktmfuf_Service_Inst]
DisplayName = %Rcktmfuf.SVCDESC%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\Rcktmfuf.sys
LoadOrderGroup = PNP Filter
[Rckt550_EventLog_Inst]
AddReg = Rckt550_EventLog_AddReg
[Rckt550_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\RcktSer.sys"
HKR,,TypesSupported,0x00010001,7
; [ComPort.PosDup]
; *PNP0501
; [SourceDisksNames]
; 1=%drvDisk%,,0
; [SourceDisksFiles]
[Strings]
PortsClassName = "Ports (COM & LPT)"
drvDisk = "Comtrol Europe RocketPort 550 Windows XP driver disk"
mfg = "Comtrol Europe Ltd."
ComPortOrig.DeviceDesc = "RocketPort 550 Port"
ComPortUniv.DeviceDesc = "RocketPort 550 Port Universal"
ComPortSoft.DeviceDesc = "RocketPort 550 Port with soft Line Mode"
Rckt550.SVCDESC = "RocketPort 550 port driver"
Serenum.SVCDESC = "Serenum Filter Driver"
Rcktmfuf.SVCDESC = "Filter driver for RocketPort 550"
ParametersSubKey = "SYSTEM\CurrentControlSet\Services\Rckt550\Parameters"
Download Driver Pack
After your driver has been downloaded, follow these simple steps to install it.
Expand the archive file (if the download file is in zip or rar format).
If the expanded file has an .exe extension, double click it and follow the installation instructions.
Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.
Find the device and model you want to update in the device list.
Double-click on it to open the Properties dialog box.
From the Properties dialog box, select the Driver tab.
Click the Update Driver button, then follow the instructions.
Very important: You must reboot your system to ensure that any driver updates have taken effect.
For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.