iox2uni.inf Driver File Contents (iox_drivers.zip)

; iox2uni.inf
;
; Installation file (.inf) for the iox2 device.
;
; (c) Copyright 2001 Fimet Oy 
;
; Version 2.2.2.0


[Version]
Signature="$Chicago$"
Provider=%Fimet%
ClassGUID={6bdd1fc6-810f-11d0-bec7-08002be2092f}
Class=Image
DriverVer=03/21/2001,2.2.2.0
CatalogFile.nt=iox2uni.cat

[DestinationDirs]  ;win98 & win2k
DefaultDestDir=10,System32\Drivers
IOX2load.CopyDriver=10,System32\Drivers
IOX2usb.CopyDriver=10,System32\Drivers
IOX2usb.CopySystemDLL=11

;
; Driver information
;

[Manufacturer]
%Fimet%   = Fimet.Mfg

[Fimet.Mfg]
;IOX2 device loader
%Fimet.DeviceDesc2% = iox2load, USB\VID_0811&PID_210f

;IOX2 device driver
%Fimet.DeviceDesc1% = iox2usb, USB\VID_0811&PID_211f

;
; General installation section
;

[IOX2usb]
CopyFiles=IOX2usb.CopyDriver,iox2usb.CopySystemDLL
DelReg=IOX2usb.DelReg
AddReg=IOX2usb.AddReg
DriverVer=03/21/2001,2.1.0.0

[iox2usb.nt]
CopyFiles=IOX2usb.CopyDriver,iox2usb.CopySystemDLL
DriverVer=03/21/2001,2.1.0.0

[IOX2load]
CopyFiles=IOX2load.CopyDriver
AddReg=IOX2load.AddReg
DriverVer=03/20/2001,2.3.1.0

[IOX2load.nt]
CopyFiles=IOX2load.CopyDriver
DriverVer=03/20/2001,2.3.1.0

[ControlFlags]
;ExcludeFromSelect=*

;
; File sections
;

[SourceDisksNames]
1=%DiskName%,,,

[SourceDisksFiles]
iox2usb.sys=1,,
iox2load.sys=1,,

[IOX2load.CopyDriver]
iox2load.sys

[IOX2usb.CopyDriver]
iox2usb.sys

[IOX2usb.CopySystemDLL]
iox2scan.dll

[IOX2usb.DelReg]
; Delete old versions reg marks
HKLM,"Software\iOX\"

[IOX2usb.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,IOX2usb.sys
; Init Gui Captions
HKLM,"Software\iOX\Gui\Init\Captions","Start",,%GuiInitStart%
HKLM,"Software\iOX\Gui\Init\Captions","Offline",,%GuiInitOffLine%
HKLM,"Software\iOX\Gui\Xfer\Captions","Load",,%GuiXferXferPic%
HKLM,"Software\iOX\Gui\Xfer\Captions","Demo",,%GuiXferLoadFile%
HKLM,"Software\iOX\Gui\Xfer\Captions","Test",,%GuiXferTestFig%
; init filters
HKLM,"Software\iOX\filters\blur","enable",0x00010001,0
HKLM,"Software\iOX\filters\sharpen","enable",0x00010001,0
HKLM,"Software\iOX\filters\corners","enable",0x00010001,1


[IOX2load.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,IOX2load.sys

;
; Service Installation
;
[iox2usb.nt.Services]
AddService = iox2usb, 0x00000002 , iox2usb_Service_Inst, iox2usb_EventLog_Inst

[iox2usb_Service_Inst]
DisplayName    = %iox2usb.SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Pointer Port
ServiceBinary  = %12%\iox2usb.sys

[iox2usb_EventLog_Inst]
AddReg = iox2usb_EventLog_AddReg

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

[iox2load.nt.Services]
AddService = iox2load, 0x00000002 , iox2load_Service_Inst, iox2load_EventLog_Inst

[iox2load_Service_Inst]
DisplayName    = %iox2load.SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Pointer Port
ServiceBinary  = %12%\iox2load.sys

[iox2load_EventLog_Inst]
AddReg = iox2load_EventLog_AddReg

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

;
; Localizable Strings 
;
[Strings]	; (Default Language)
Fimet.DeviceDesc1 = "iOX X-Ray Sensor"
Fimet.DeviceDesc2 = "iOX X-Ray Sensor (load)"
Fimet = "Fimet Oy "
DiskName="iOX2"
iox2load.SvcDesc="iOX X-Ray Sensor (load)"
iox2usb.SvcDesc="iOX X-Ray Sensor (usb)"
;
GuiInitStart    = "Starting iOX"
GuiInitOffLine  = "Offline Operating iOX"
GuiXferXferPic  = "Transferring iOX Picture"
GuiXferLoadFile = "Loading Demo File"
GuiXferTestFig  = "Generating Test Figure"
;

[Strings.000b] ; 0x000b finnish language
Fimet.DeviceDesc1 = "iOX Röntgen anturi"
Fimet.DeviceDesc2 = "iOX Röntgen anturi (load)"
Fimet = "Fimet Oy "
DiskName="iOX2"
iox2load.SvcDesc="iOX Röntgen anturi (load)"
iox2usb.SvcDesc="iOX Röntgen anturi (usb)"
;
GuiInitStart    = "iOX käynnistyy"
GuiInitOffLine  = "Offline Operating iOX"
GuiXferXferPic  = "Siirretään iOX kuvaa"
GuiXferLoadFile = "Lataa esimerkkikuvaa"
GuiXferTestFig  = "Generating Test Figure"
;
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: 5.91