; snxpci.inf
; Copyright (c) 2001 Sunix CO., LTD.
; setup file for Multi IO PCI card
; port drivers
[Version]
Signature="$Windows NT$"
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
CatalogFile=snxpcip.cat
Provider=%MFGNAME%
DriverVer=06/12/2002,5.503
[Manufacturer]
%MFGNAME%=DeviceList
[DeviceList]
%PECP_DESCRIPTION%=P_DriverInstall, SNXPCARD_PARECP
%PSPP_DESCRIPTION%=P_DriverInstall, SNXPCARD_PARSPP
%PECP_DESCRIPTION%=P_DriverInstall_XP, SNXPCARD_PARECP_XP
%PSPP_DESCRIPTION%=P_DriverInstall_XP, SNXPCARD_PARSPP_XP
%S_DESCRIPTION%=S_DriverInstall, SNXPCARD_SER
[ControlFlags]
ExcludeFromSelect=*
;------------------------------------------------------------------------------
; Windows 2000 Sections
;------------------------------------------------------------------------------
[P_DriverInstall.NTx86]
AddReg=P_DriverAddReg
[P_DriverInstall.NTx86.Services]
; 2 means function driver
AddService= SNXPPAL, 0x00000002, P_DriverService, P_DriverLog
[P_DriverService]
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%12%\snxppal.sys
DisplayName = %P_SERVICEDESC%
[P_DriverLog]
AddReg=P_Driver_EventLog_AddReg
[P_Driver_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\snxppal.sys"
HKR,,TypesSupported, 0x00010001,7
;------------------------------------------------------------------------------
; Windows XP Sections
;------------------------------------------------------------------------------
[P_DriverInstall_XP.NTx86]
AddReg=P_DriverAddReg
[P_DriverInstall_XP.NTx86.Services]
; 2 means function driver
AddService= SNXPPALXP, 0x00000002, P_DriverService_XP, P_DriverLog_XP
[P_DriverService_XP]
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%12%\snxppalxp.sys
DisplayName = %P_SERVICEDESC_XP%
[P_DriverLog_XP]
AddReg=P_Driver_EventLog_AddReg_XP
[P_Driver_EventLog_AddReg_XP]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\snxppalxp.sys"
HKR,,TypesSupported, 0x00010001,7
[P_DriverAddReg]
HKR,,PortSubClass,1,00 ; LPT
HKR,,ECPDevice,1,01 ; ECP: 00 or 01
HKR,,EnumPropPages32,,"MsPorts.dll,ParallelPortPropPageProvider"
[S_DriverInstall.NTx86]
AddReg=S_DriverAddReg
[S_DriverAddReg]
HKR,,PortSubClass,1,01 ; COM
HKR,,EnumPropPages32,,"snxprops.dll,SerialPortPropPageProvider"
;-------------- Serial Service installation
[S_DriverInstall.NTx86.Services]
AddService= SNXPSER, 0x00000002, S_DriverService, S_DriverLog
AddService = Serenum,,Serenum_Service_Inst
;-------------- Serial Port Driver install sections
[S_DriverService]
ServiceType =1
StartType =3
ErrorControl =1
ServiceBinary =%12%\snxpser.sys
DisplayName =%S_SERVICEDESC%
LoadOrderGroup =Extended base
[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
[S_DriverLog]
AddReg=S_Driver_EventLog_AddReg
[S_Driver_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\snxpser.sys"
HKR,,TypesSupported, 0x00010001,7
[S_DriverInstall.NTx86.HW]
AddReg=S_Driver_HW_AddReg
[S_Driver_HW_AddReg]
HKR,,"UpperFilters",0x00010000,"serenum"
;; HKR,,"Serenumerable",0x00010001,1
;;HKR,,"PollingPeriod",0x00010001,0
;------------------------------------------------------------------------------
; String Definitions
;------------------------------------------------------------------------------
[Strings]
MFGNAME="Sunix Co., Ltd."
INSTDISK="PCI Multi I/O Card install disk"
PECP_DESCRIPTION="PCI EPP/ECP Parallel Port"
PSPP_DESCRIPTION="PCI SPP/BPP Parallel Port"
S_DESCRIPTION="PCI Serial Port"
P_SERVICEDESC="Sunix PCI Multi I/O Parallel Port Driver"
P_SERVICEDESC_XP="Sunix XP PCI Multi I/O Parallel Port Driver "
S_SERVICEDESC="Sunix PCI Multi I/O Serial Port Driver"
Serenum.SVCDESC = "Serenum Filter Driver"
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.