pciaks.inf Driver File Contents (new_hl_driver.exe)

;  PCIAKS.INF v1.0
;  Used to install AladdinCARD and HardlockInternal PCI cards
;  VendorID = 0x416c DeviceID = 0x0100 assumed
;

[Version]
Signature="$CHICAGO$"
Provider=%ProviderName%
ClassGUID={59A78414-A0EC-11d4-8067-00902734DA56}
Class=Ports

[DestinationDirs]
DriverCopy 		= 12
InfCopy 		= 17

[Manufacturer]
%ProviderName% = Aladdin

[mfg]
%PCIParallel.DeviceDesc%	= Install, PCI\VEN_416c&DEV_0100

[Install]
AddService = pciaks, 0x00000002, pciaks_Service_Install, pciaks_EventLog_Install
CopyFiles=InfCopy, DriverCopy
AddReg=pciaks_AddReg

[Uninstall]
DelService=pciaks
DelFiles=InfCopy, DriverCopy
AddReg=pciaks_RestoreReg

[pciaks_Service_Install]
DisplayName  = %ServiceName%
ServiceType  = 1                  ; SERVICE_KERNEL_DRIVER
StartType    = 2                  ; SERVICE_AUTO_START
ErrorControl = 0                  ; SERVICE_ERROR_NONE
ServiceBinary= %12%\pciaks.sys


[pciaks_AddReg]
HKR,%ParametersSubKey%, PCIVendorID, 		%REG_DWORD%, 	   	0x416c
HKR,%ParametersSubKey%, PCIDeviceID0, 		%REG_DWORD%, 	   	0x0100
HKR,%ParametersSubKey%, PCIDeviceID1, 		%REG_DWORD%, 	   	0x0fff
;Make parallel dependent on this driver as well as parport. Tag = anything other than 1
HKR,,			Group,	     	 	%REG_EXPAND_SZ%,  	"Parallel arbitrator"
HKR,,			Tag,		 	%REG_DWORD%, 	   	0xff	
HKLM,%DependSubKey%,	DependOnService, 	%REG_ADDREG_APPEND%, 	pciaks

[pciaks_RestoreReg]
;Parallel no longer dependent on us, back to just parport
HKLM,%DependSubKey%,	DependOnService, 	%REG_MULTI_SZ%,   	Parport

[pciaks_EventLog_Install]
AddReg=pciaks_EventLog_AddReg

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


[DriverCopy]
pciaks.sys

[InfCopy]
pciaks.inf


[Strings]
REG_SZ         		= 0x00000000
REG_MULTI_SZ   		= 0x00010000
REG_EXPAND_SZ  		= 0x00020000
REG_BINARY     		= 0x00000001
REG_DWORD      		= 0x00010001
REG_ADDREG_APPEND 	= 0x00010008

PCIParallel.DeviceDesc 	= "PCI Parallel Controller"
ProviderName	 	= "OEM"
ParametersSubKey 	= "Parameters"
ServiceName	 	= "PCI Parallel Driver"
DependSubKey	 	= "SYSTEM\CurrentControlSet\Services\Parallel"

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: web1, load: 0.94