IONETWRK.INF Driver File Contents (CS1504W2kdrvr.zip)

;
;	FILE: 	IONETWRK.INF for Windows 2000
;
;	Inside Out Networks Edgeport Installation Script
;
;	Copyright 1997-1999 Inside Out Networks, Inc.
;

[Version]
Signature   = "$CHICAGO$"
Class       = MultiPortSerial
ClassGuid   = {50906CB8-BA12-11D1-BF5D-0000F805F530}
Provider    = %MfgName%
CatalogFile = ionetwrk.cat
DriverVer=12/01/2000, 1.09.0.0


;----------------------------------------------------------------
; This section lists the diskette names. Format is:
;	diskid = %strkey% | ["]disk-description["][[,tagfile][,unused,path]]

[SourceDisksNames]
1 = %EpDiskName%,,,


;----------------------------------------------------------------
; This section gives location of each source file. Format is:
;	filename = diskid[,[ subdir][, size]]

[SourceDisksFiles]
edgeser.sys = 1,,
edgeport.exe = 1,,
ionflash.exe = 1,,
EdgeCoInstaller.dll = 1,,


;----------------------------------------------------------------
; This section gives location of where to put each destination file.
; Format is:
;	DefaultDestDir = dirid[,subdir]] 
;	file-list-section = dirid[,subdir]]... 

[DestinationDirs]
Edgeport.Files.Sys = 10,System32\Drivers	; Use %10%\subdir instead of %12%
Edgeport.Files.Exe = 10,System32		
FlashWizard.Files.Exe = 10,System32		
CoInstaller_CopyFiles = 11 			; System Dir( system32 on NT )

;----------------------------------------------------------------
; This section gives flags for this INF file. Format is:
;	ExcludeFromSelect[.nt[xxx]] = [*] | [hw-id[,hw-id]...]
;	CopyFilesOnly = hw-id[,hw-id]...

[ControlFlags]
ExcludeFromSelect = *				; Hide all devices here from manual install


;----------------------------------------------------------------
; This section lists the manufacturer of devices installable with
; this INF file, and gives the name of the [Models] section for each
; manufacturer. The format is:
;	manufacturer-name...	|
;	%strkey% = models-section-name...

[Manufacturer]
%MfgName% = InsideOut


;----------------------------------------------------------------
; This section lists the various devices that may be installed for
; each manufacturer. Format is:
;
;	device-description = install-section-name,hw-id[,compatible-id...] ...

[InsideOut]
;ION 1st Generation (930) VID/PIDs
%Ep4DeviceName%   = Edgeport.Install,  USB\VID_1608&PID_0001
%Rp4DeviceName%   = Rapidport.Install, USB\VID_1608&PID_0003
%Ep4tDeviceName%  = Edgeport.Install,  USB\VID_1608&PID_0004
%Ep2DeviceName%   = Edgeport.Install,  USB\VID_1608&PID_0005
%Ep4iDeviceName%  = Edgeport.Install,  USB\VID_1608&PID_0006
%Ep2iDeviceName%  = Edgeport.Install,  USB\VID_1608&PID_0007
%Ep421DeviceName% = Edgeport.Install,  USB\VID_1608&PID_000C
%Ep21DeviceName%  = Edgeport.Install,  USB\VID_1608&PID_000D
%Ep4DeviceName%   = Edgeport.Install,  USB\VID_1608&PID_000E
%Ep8DeviceName%   = Edgeport.Install,  USB\VID_1608&PID_000F
%Ep2D8DeviceName% = Edgeport.Install,  USB\VID_1608&PID_0010
%Ep4D8DeviceName% = Edgeport.Install,  USB\VID_1608&PID_0011
%Ep416DeviceName% = Edgeport.Install,  USB\VID_1608&PID_0012
%Ep8iDeviceName%  = Edgeport.Install,  USB\VID_1608&PID_0014

;ION 2nd Generation (80251) VID/PIDs
%Ep4DeviceName%   = Edgeport.Install,  USB\VID_1608&PID_0021
%Ep2DeviceName%   = Edgeport.Install,  USB\VID_1608&PID_0025
%Ep4iDeviceName%  = Edgeport.Install,  USB\VID_1608&PID_0026
%Ep2iDeviceName%  = Edgeport.Install,  USB\VID_1608&PID_0027
%Ep8DeviceName%   = Edgeport.Install,  USB\VID_1608&PID_002F
%Ep8iDeviceName%  = Edgeport.Install,  USB\VID_1608&PID_0034

%SymbolKeyfob%	  = Edgeport.Install,      USB\VID_05E0&PID_0700

;----------------------------------------------------------------
; 	NT 5.0 Edgeport

[Edgeport.Install.NT]
CopyFiles = Edgeport.Files.Sys, Edgeport.Files.Exe

[Edgeport.Files.Sys]
edgeser.sys

[Edgeport.Files.Exe]
edgeport.exe

[Edgeport.Install.NT.Services]
AddService = EdgeSer, 0x00000002, Edgeport.AddService

[Edgeport.AddService]
DisplayName    = %EpDriverName%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %12%\edgeser.sys   ; 12 => nt/system32/drivers


[RapidPort.Install.NT]
CopyFiles = Edgeport.Files.Sys, Edgeport.Files.Exe, FlashWizard.Files.Exe

[RapidPort.Install.NT.Services]
AddService = EdgeSer, 0x00000002, Edgeport.AddService

[Edgeport.Install.NT.CoInstallers]
CopyFiles = CoInstaller_CopyFiles
AddReg=Edgeport.NT.CoInstallers_AddReg

[Edgeport.NT.CoInstallers_AddReg]
HKR,,CoInstallers32,0x00010000,"EdgeCoInstaller.dll,EdgeCoInstaller"


[FlashWizard.Files.Exe]
ionflash.exe

[CoInstaller_CopyFiles]
EdgeCoInstaller.dll

;----------------------------------------------------------------
; This section lists the replacable string macros used above.
; This supports internationalization. Format is:
;
;	<StringName> = "<StringValue>"

[Strings]
MfgName          = "Inside Out Networks"

EpDiskName       = "Edgeport/Rapidport Driver Disk for Windows 2000"

Ep2DeviceName	 = "Inside Out Networks Edgeport/2"
Ep2D8DeviceName	 = "Inside Out Networks Edgeport/2"
Ep4DeviceName	 = "Inside Out Networks Edgeport/4"
Ep4D8DeviceName	 = "Inside Out Networks Edgeport/4"
Ep4tDeviceName	 = "Inside Out Networks Edgeport/4"
Ep8DeviceName	 = "Inside Out Networks Edgeport/8"
Ep2iDeviceName	 = "Inside Out Networks Edgeport/2i"
Ep4iDeviceName	 = "Inside Out Networks Edgeport/4i"
Ep8iDeviceName	 = "Inside Out Networks Edgeport/8i"
Ep21DeviceName	 = "Inside Out Networks Edgeport/21"
Ep416DeviceName  = "Inside Out Networks Edgeport/416"
Ep421DeviceName	 = "Inside Out Networks Edgeport/421"
Rp4DeviceName	 = "Inside Out Networks Rapidport/4"
SymbolKeyfob	 = "Symbol CS1504"
EpDriverName     = "Inside Out Networks Edgeport Driver"
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: web3, load: 2.33