;
; setup file for Multi IO PCI card
; port drivers
;
; Copyright (c) 2000 eTiMedia Technology
;
[Version]
Signature="$Windows NT$"
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%MFGNAME%
DriverVer=05/03/2000,3.30
[Manufacturer]
%MFGNAME%=DeviceList
[DeviceList]
%P_DESCRIPTION%=P_DriverInstall, TMSPPCI_PAR
%S_DESCRIPTION%=S_DriverInstall, TMSPPCI_SER
[ControlFlags]
ExcludeFromSelect=*
;------------------------------------------------------------------------------
; Windows 2000 Sections
;------------------------------------------------------------------------------
[P_DriverInstall.NTx86]
;;CopyFiles=P_DriverCopyFiles
AddReg=P_DriverAddReg
[P_DriverAddReg]
HKR,,PortSubClass,1,00 ; LPT
HKR,,ECPDevice,1,01 ; ECP: 00 or 01
HKR,,EnumPropPages32,,"MsPorts.dll,ParallelPortPropPageProvider"
[P_DriverInstall.NTx86.Services]
; 2 means function driver
AddService= TMSPPCIP, 0x00000002, P_DriverService, P_DriverLog
[P_DriverService]
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%12%\snxppal.sys
DisplayName = %P_SERVICEDESC%
;LoadOrderGroup=
[P_DriverLog]
AddReg=Driver_EventLog_AddReg
[P_Driver_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\snxppal.sys"
HKR,,TypesSupported, 0x00010001,7
[P_DriverInstall.NTx86.HW]
;;AddReg=P_Driver_HW_AddReg
[P_Driver_HW_AddReg]
[S_DriverInstall.NTx86]
;;CopyFiles=S_DriverCopyFiles, S_DriverCopyPropFiles
AddReg=S_DriverAddReg
; addreg and copy files for serenum.sys
Include=msports.inf
Needs=SerialEnumerator.NT
[S_DriverAddReg]
HKR,,PortSubClass,1,01 ; COM
HKR,,EnumPropPages32,,"snxprops.dll,SerialPortPropPageProvider"
;; ### EnumPropPages"
[S_DriverInstall.NTx86.Services]
; 2 means function driver
AddService= TMSPPCIS, 0x00000002, S_DriverService, S_DriverLog
; install the serenum service itself
Include=msports.inf
Needs=SerialEnumerator.NT.Services
[S_DriverService]
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%12%\snxpser.sys
DisplayName= %S_SERVICEDESC%
;LoadOrderGroup=
[S_DriverLog]
AddReg=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
;------------------------------------------------------------------------------
; copy
;------------------------------------------------------------------------------
[P_DriverCopyFiles]
;; don't allow skip
snxppal.sys,,,2
[S_DriverCopyFiles]
;; don't allow skip
snxpser.sys,,,2
[S_DriverCopyPropFiles]
snxprops.dll,,,2
[DestinationDirs]
DefaultDestDir=12 ;; System32\Drivers
S_DriverCopyPropFiles=11 ;; System32
[SourceDisksFiles]
snxppal.sys=1
snxpser.sys=1
snxprops.dll=1
[SourceDisksNames]
1=%INSTDISK%,,
;------------------------------------------------------------------------------
; String Definitions
;------------------------------------------------------------------------------
[Strings]
MFGNAME="Sunix Co., Ltd."
INSTDISK="PCI Multi I/O Card install disk"
P_DESCRIPTION="PCI Parallel Port"
S_DESCRIPTION="PCI Serial Port"
P_SERVICEDESC="PCI Multi I/O Parallel Port Driver"
S_SERVICEDESC="PCI Multi I/O Serial Port 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.