snxpcip.inf Driver File Contents (PCI_WinXP_2003_64_20bit.zip)

;
; snxpcip.inf
; Setup information file for Multi IO PCI cards
; Copyright (c) 2001-2004 Sunix Co., Ltd.
;
; Port drivers setup
;
; Supported operating systems:
;   Windows XP/2003 64bit


[Version]
Signature="$Windows NT$"
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%MFGNAME%
DriverVer=02/26/2004,6.000.0.0
CatalogFile=snxpci.cat

[Manufacturer]
%MFGNAME%=DeviceList, NTia64, NTamd64

[ControlFlags]
ExcludeFromSelect=*

[DeviceList]

[DeviceList.NTia64]
%S_DESCRIPTION%=SDriverInstallIA64,        SNXPCARD_SERP
%P_ECP_DESCRIPTION%=PDriverInstallIA64,    SNXPCARD_PARPECP
%P_SPP_DESCRIPTION%=PDriverInstallIA64,    SNXPCARD_PARPSPP

[DeviceList.NTamd64]
%S_DESCRIPTION%=SDriverInstallAmd64,        SNXPCARD_SERP
%P_ECP_DESCRIPTION%=PDriverInstallAmd64,    SNXPCARD_PARPECP
%P_SPP_DESCRIPTION%=PDriverInstallAmd64,    SNXPCARD_PARPSPP




[SDriverInstallIA64]
AddReg=SDriverIA64AddReg
CopyFiles=SCopyFilesIA64,SCopyFilesDLLIA64
Include=msports.inf
Needs=SerialEnumerator.NT

[SDriverInstallIA64.HW]
AddReg=SDriverIA64_HW_AddReg

[SDriverInstallIA64.Services]
AddService= SNXPSI64, 0x00000002, SDriverServiceIA64, SDriverEventLogIA64
Include=msports.inf
Needs=SerialEnumerator.NT.Services

[SDriverServiceIA64]
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%12%\snxpsi64.sys

[SDriverEventLogIA64]
AddReg=SDriverEventLogIA64_AddReg

[SDriverEventLogIA64_AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\snxpsi64.sys"
HKR,,TypesSupported,0x00010001,7

[SDriverInstallAmd64]
AddReg=SDriverAmd64AddReg
CopyFiles=SCopyFilesAmd64,SCopyFilesDLLAmd64
Include=msports.inf
Needs=SerialEnumerator.NT

[SDriverInstallAmd64.HW]
AddReg=SDriverAmd64_HW_AddReg

[SDriverInstallAmd64.Services]
AddService= SNXPSAMD, 0x00000002, SDriverServiceAmd64, SDriverEventLogAmd64
Include=msports.inf
Needs=SerialEnumerator.NT.Services

[SDriverServiceAmd64]
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%12%\snxpsamd.sys

[SDriverEventLogAmd64]
AddReg=SDriverEventLogAmd64_AddReg

[SDriverEventLogAmd64_AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\snxpsamd.sys"
HKR,,TypesSupported,0x00010001,7



[SDriverIA64AddReg]
HKR,,PortSubClass,1,01    ; COM
HKR,,EnumPropPages32,,"snxpri64.dll,SerialPortPropPageProvider"


[SDriverIA64_HW_AddReg]
HKR,,"UpperFilters",0x00010000,"serenum"
HKR,,TMBufferSize,0x00010001,8192
HKR,,TMMaxBufferSize,0x00010001,131072

[SDriverAmd64AddReg]
HKR,,PortSubClass,1,01    ; COM
HKR,,EnumPropPages32,,"snxpramd.dll,SerialPortPropPageProvider"


[SDriverAmd64_HW_AddReg]
HKR,,"UpperFilters",0x00010000,"serenum"
HKR,,TMBufferSize,0x00010001,8192
HKR,,TMMaxBufferSize,0x00010001,131072





[PDriverInstallIA64]
AddReg=PDriverIA64_AddReg
CopyFiles=PCopyFilesIA64

[PDriverInstallIA64.Services]
AddService= SNXPPI64, 0x00000002, PDriverServiceIA64, PDriverEventLogIA64

[PDriverServiceIA64]
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%12%\snxppi64.sys

[PDriverEventLogIA64]
AddReg=PDriverEventLogIA64_AddReg

[PDriverEventLogIA64_AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\snxppi64.sys"
HKR,,TypesSupported,0x00010001,7


[PDriverInstallAmd64]
AddReg=PDriverAmd64_AddReg
CopyFiles=PCopyFilesAmd64

[PDriverInstallAmd64.Services]
AddService= SNXPPAMD, 0x00000002, PDriverServiceAmd64, PDriverEventLogAmd64

[PDriverServiceAmd64]
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%12%\snxppamd.sys

[PDriverEventLogAmd64]
AddReg=PDriverEventLogAmd64_AddReg

[PDriverEventLogAmd64_AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\snxppamd.sys"
HKR,,TypesSupported,0x00010001,7


[PDriverIA64_AddReg]
HKR,,PortSubClass,1,00    ; LPT
HKR,,ECPDevice,1,01       ; ECP: 00 or 01
HKR,,EnumPropPages32,,"msports.dll,ParallelPortPropPageProvider"

[PDriverAmd64_AddReg]
HKR,,PortSubClass,1,00    ; LPT
HKR,,ECPDevice,1,01       ; ECP: 00 or 01
HKR,,EnumPropPages32,,"msports.dll,ParallelPortPropPageProvider"




[SCopyFilesDLLIA64]
snxpri64.dll,,,2

[SCopyFilesDLLAmd64]
snxpramd.dll,,,2

[SCopyFilesIA64]
snxpsi64.sys,,,2

[SCopyFilesAmd64]
snxpsamd.sys,,,2

[PCopyFilesIA64]
snxppi64.sys,,,2

[PCopyFilesAmd64]
snxppamd.sys,,,2



[DestinationDirs]

DefaultDestDir=12     ;; System32\Drivers
SCopyFilesDLLIA64=11      ;; System32
SCopyFilesDLLAmd64=11      ;; System32

SCopyFilesIA64=12         ;; System32\Drivers
PCopyFilesIA64=12         ;; System32\Drivers

SCopyFilesAmd64=12      ;; System32\Drivers
PCopyFilesAmd64=12      ;; System32\Drivers


[SourceDisksNames.ia64]
1=%INSTDISK%,,

[SourceDisksNames.amd64]
1=%INSTDISK%,,

[SourceDisksFiles.ia64]
snxpri64.dll=1
snxpsi64.sys=1
snxppi64.sys=1

[SourceDisksFiles.amd64]
snxpramd.dll=1
snxpsamd.sys=1
snxppamd.sys=1


[Strings]
MFGNAME="Sunix Co., Ltd."
INSTDISK="Sunix driver disk"

S_DESCRIPTION="PCI Serial Port"
P_ECP_DESCRIPTION="PCI EPP/ECP Parallel Port"
P_SPP_DESCRIPTION="PCI SPP/BPP Parallel Port"


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: ftp, load: 1.66