NETCTMSI.INF Driver File Contents (nslink-winxp64-4.01.exe)

;---------------------------------------------------
; netctmnsl.inf - NS Link install script(WinXP) INF file.
;
; Copyright (c) 2004-2006, Comtrol Corporation
;
; Inf for Windows XP
;---------------------------------------------------

[version]
Signature="$Windows NT$"
Class=MultiPortSerial
ClassGuid={50906CB8-BA12-11D1-BF5D-0000F805F530}
Provider=%Comtrol_Corp%
DriverVer=08/04/2006,4.01
CatalogFile=ctmnslnt.cat
;
; Following is only active during MicroSoft CD distribution
;
;LayoutFile=layout.inf

[Manufacturer]
%Comtrol_Corp%=ComtrolAsync,NTamd64

;----------------------- Product Section

;
; DisplayName      Section   DeviceID
; -----------      -------   --------
;

[ComtrolAsync]

%Si2Desc%      =  RPSHSI,  ctmnsl4000
%IA2Desc%      =  RPSHSI,  ctmnsl4003
%DM1Desc%      =  RPSHSI,  ctmnsl4004
%DM4Desc%      =  RPSHSI,  ctmnsl4006
%DM8Desc%      =  RPSHSI,  ctmnsl4007
%DM16Desc%     =  RPSHSI,  ctmnsl4008
%DM32Desc%     =  RPSHSI,  ctmnsl4009
%DMSH8Desc%    =  RPSHSI,  CtmNSL4010
%DMSH16Desc%   =  RPSHSI,  CtmNSL4011
%DMPro8Desc%   =  RPSHSI,  CtmNSL4012
%DMPro16Desc%  =  RPSHSI,  CtmNSL4013
%DMUP1Desc%    =  RPSHSI,  CtmNSL4014
%DMUP4Desc%    =  RPSHSI,  CtmNSL4015
%DMAIR1Desc%   =  RPSHSI,  CtmNSL4020

[ComtrolAsync.NTamd64]

%Si2Desc%      =  RPSHSI,  ctmnsl4000
%IA2Desc%      =  RPSHSI,  ctmnsl4003
%DM1Desc%      =  RPSHSI,  ctmnsl4004
%DM4Desc%      =  RPSHSI,  ctmnsl4006
%DM8Desc%      =  RPSHSI,  ctmnsl4007
%DM16Desc%     =  RPSHSI,  ctmnsl4008
%DM32Desc%     =  RPSHSI,  ctmnsl4009
%DMSH8Desc%    =  RPSHSI,  CtmNSL4010
%DMSH16Desc%   =  RPSHSI,  CtmNSL4011
%DMPro8Desc%   =  RPSHSI,  CtmNSL4012
%DMPro16Desc%  =  RPSHSI,  CtmNSL4013
%DMUP1Desc%    =  RPSHSI,  CtmNSL4014
%DMUP4Desc%    =  RPSHSI,  CtmNSL4015
%DMAIR1Desc%   =  RPSHSI,  CtmNSL4020


;
;----------------------- Install Section
;

[RPSHSI.NTx86]
AddReg   = RPSHSI_reg.NTx86
CopyFiles = Drivers_Files.NTx86, Help_File
CopyINF  = ctmsport.inf, ctmproto.inf

[RPSHSI.NTamd64]
AddReg   = RPSHSI_reg.NTx64
CopyFiles = Drivers_Files.NTx64, Help_File
CopyINF  = ctmsport.inf, ctmproto.inf


[RPSHSI.NTx86.Services]
AddService = rpshsi, 2, RPSHSI.NTx86.Service, common.EventLog.NTx86

[RPSHSI.NTamd64.Services]
AddService = rpshsix64, 2, RPSHSI.NTx64.Service, common.EventLog.NTx64


[RPSHSI.NTx86.CoInstallers]
CopyFiles = CoInst_Files.NTx86
AddReg = CoInst.Reg.NTx86

[RPSHSI.NTamd64.CoInstallers]
CopyFiles = CoInst_Files.NTx64
AddReg = CoInst.Reg.NTx64


[RPSHSI.NTx86.Service]
DisplayName    = %RPSHSI.Service.DispName%
ServiceType    = 1 ;%SERVICE_KERNEL_DRIVER%
StartType      = 3 ;%SERVICE_DEMAND_START%
ErrorControl   = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary  = %12%\rpshsi.sys
LoadOrderGroup = TCPIP

[RPSHSI.NTx64.Service]
DisplayName    = %RPSHSI.Service.DispName%
ServiceType    = 1 ;%SERVICE_KERNEL_DRIVER%
StartType      = 3 ;%SERVICE_DEMAND_START%
ErrorControl   = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary  = %12%\rpshsix64.sys
LoadOrderGroup = TCPIP


[CoInst_Files.NTx86]
sisetup.dll,,,2
ctmsclas.dll,,,2

[CoInst_Files.NTx64]
sisetupx64.dll
ctmsclasx64.dll


[CoInst.Reg.NTx86]
HKR,,CoInstallers32,0x00010000,"ctmsclas.dll,CoDeviceInstall"

[CoInst.Reg.NTx64]
HKR,,CoInstallers32,0x00010000,"ctmsclasx64.dll,CoDeviceInstall"


[RPSHSI_reg.NTx86]
HKR,,EnumPropPages32,0,"sisetup.dll,DevicePropPage"
HKR,,SilentInstall,,1

[RPSHSI_reg.NTx64]
HKR,,EnumPropPages32,0,"sisetupx64.dll,DevicePropPage"
HKR,,SilentInstall,,1


[Drivers_Files.NTx86]
rpshsi.sys,,,2 ; The 2 means Do Not allow user to skip this file!
devmast.bin,,,2
rpshsi2p.bin,,,2

[Drivers_Files.NTx64]
rpshsix64.sys,,,2 ; The 2 means Do Not allow user to skip this file!
devmast.bin,,,2
rpshsi2p.bin,,,2


[Help_File]
sisetup.chm


[common.EventLog.NTx86]
AddReg = common.AddEventLog.reg.NTx86

[common.EventLog.NTx64]
AddReg = common.AddEventLog.reg.NTx64


[common.AddEventLog.reg.NTx86]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\rpshsi.sys"
HKR, , TypesSupported,   0x00010001, 7

[common.AddEventLog.reg.NTx64]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\rpshsix64.sys"
HKR, , TypesSupported,   0x00010001, 7


[DestinationDirs]
Drivers_Files.NTx86 = 12            ; system32\drivers
Drivers_Files.NTx64 = 12            ; system32\drivers
CoInst_Files.NTx86  = 11            ; system32
CoInst_Files.NTx64  = 11            ; system32
Help_File.NTx86     = 11, RPSHSI    ; system32\RPSHSI
Help_File.NTx64     = 11, RPSHSIx64 ; system32\RPSHSIx64


[SourceDisksNames]
1=%SourceDiskName%,,


[SourceDisksFiles]
devmast.bin     = 1
rpshsi2p.bin    = 1
sisetup.chm     = 1
rpshsi.sys      = 1
rpshsix64.sys   = 1
sisetup.dll     = 1
sisetupx64.dll  = 1
ctmsclas.dll    = 1
ctmsclasx64.dll = 1

[Strings]
ComtrolClassName = "Comtrol NS Link serial port adapters"
Comtrol_Corp     = "Comtrol Corporation"

DM1Desc     = "DeviceMaster RTS 1 Port"
DM4Desc     = "DeviceMaster RTS 4 Port"
DM8Desc     = "DeviceMaster RTS 8 Port"
DM16Desc    = "DeviceMaster RTS 16 Port"
DM32Desc    = "DeviceMaster RTS 32 Port"
DMSH8Desc   = "DeviceMaster Serial Hub 8 Port"
DMSH16Desc  = "DeviceMaster Serial Hub 16 Port"
DMPro8Desc  = "DeviceMaster Pro 8 Port"
DMPro16Desc = "DeviceMaster Pro 16 Port"
DMUP1Desc   = "DeviceMaster UP 1 Port"
DMUP4Desc   = "DeviceMaster UP 4 Port"
DMAIR1Desc  = "DeviceMaster AIR"
IA2Desc     = "RocketPort Serial Hub IA 2 Port"
Si2Desc     = "RocketPort Serial Hub Si 2 Port"

RPSHSI.Service.DispName = "Comtrol RPSHSI"

SourceDiskName = "NS Link Driver"
Download Driver Pack

How To Update Drivers Manually

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.

server: web2, load: 0.59