;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;; (c) Copyright MosChip Semiconductor Technology Limited ;; FILE : Nm2kUnus.inf ;; This inf file configures one UNUSABLE LPT Port device ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [Version] CatalogFile=nmports.cat Signature="$WINDOWS NT$" Class=Ports ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318} Provider=%ProviderName% DriverVer=01/10/2010,2.0.0.18 ;=============================== ; Driver Installation ;=============================== [Manufacturer] %ProviderName%=Multi_IO_Cards ; ; Manufacturer Name Section ; [Multi_IO_Cards] %UnusablePortName%=UnusablePort,MF\PCI9710_UNUSABLE ;---------------------------------------- ; UNUSABLE Card Install ;---------------------------------------- [UnusablePort.NT] AddReg=EcpPort.AddReg,LptPort.NT.AddReg [UnusablePort.NT.Services] AddService = NmPar, 0x00000002, NmPar_Service_Inst, NmPar_EventLog_Inst ; Port Driver (function driver for this device) ;---------------------------------------- ; other sections ;---------------------------------------- [EcpPort.AddReg] HKR,,PortSubClass,1,00 HKR,,ECPDevice,1,01 [LptPort.NT.AddReg] HKR,,EnumPropPages32,,"PnpPorts.dll,ParallelPortPropPageProvider" ; -------------- Parallel Port Driver install sections [NmPar_Service_Inst] DisplayName = %UnusablePortName% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_SYSTEM_START (BUGBUG--should be SERVICE_DEMAND_START, 0x3) ErrorControl = 0 ; SERVICE_ERROR_IGNORE (BUGBUG--should be SERVICE_ERROR_NORMAL, 0x1) ServiceBinary = %12%\NmPar.sys LoadOrderGroup = Parallel arbitrator [NmPar_EventLog_Inst] AddReg = NmPar_EventLog_AddReg [NmPar_EventLog_AddReg] HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\nmpar.sys" HKR,,TypesSupported,0x00010001,7 ; User readable strings ;---------------------------------------------------------- [Strings] ProviderName="MosChip Semiconductor Technology Ltd" UnusablePortName="Unusable Parallel Port" ;----------------------- ; END OF FILE ;-----------------------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.