ionetwrk.inf Driver File Contents (CS1504W98drvr.zip)

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

[Version]
Signature="$CHICAGO$"
Class=USB
Provider=%CompanyName%
DriverVer=11/03/2000, 1.24.0.0

;
; This is undocumented but is present in the MS sample .INF for USB peripherals...
;

[PreCopySection]
HKR,,NoSetupUI,,1


;
;----------------------------------------------------------------
; This section serves as the Table of Contents, with one line per
; manufacturer. The format is:
;
;	<ManufacturerName> = ManufacturerSectionName
;

[Manufacturer]
"%MfgName%"=InsideOut
"%AxiohmName%"=Axiohm
"%SymbolName%"=Symbol

;
;----------------------------------------------------------------
; This section lists the various devices, one per line, that may be
; installed for each manufacturer. The format is:
;
;	<ProductName> = <ProductSection>, <DeviceId> [, <CompatibleDeviceId> ]*
;

[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
%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

%EpPortsName%=DevNode.Install,      EDGEPORT_4

; Axiohm EPiC VID/PIDs
[Axiohm]
%AxiohmA758%=Edgeport.Install,      USB\VID_05D9&PID_A758
%AxiohmA794%=Edgeport.Install,      USB\VID_05D9&PID_A794
%AxiohmA225%=Edgeport.Install,      USB\VID_05D9&PID_A225

; Symbol EPiC VID/PID
[Symbol]
%SymbolKeyfob%=Edgeport.Install,      USB\VID_05E0&PID_0700


;
;----------------------------------------------------------------
; This section specifies the destination directories for each
; CopyFiles section in this .INF script. Format is:
;
;	<CopyFileSectionName> = <LDID> [, <SubDir> ]
;
;	where <LDID> is:	10 for \WINDOWS
;				11 for \WINDOWS\SYSTEM
;				17 for \WINDOWS\INF
;				...other values listed in DDK docs...
;
; Or, you can specify a default destination with:
;
;	DefaultDestDir = <LDID> [, <SubDir> ]
;

[DestinationDirs]
DefaultDestDir		=11	; \windows\system
Inf.CopyList		=17	; \windows\inf
Rapidport.CopyList  	=17	; \windows\inf

;
;----------------------------------------------------------------
; This section specifies control flags for the devices listed
; here. Format is:
;
;	CopyFilesOnly     = <DeviceId> [, <DeviceId>]*
;	ExcludeFromSelect = <DeviceId> [, <DeviceId>]*
;
;	ExcludeFromSelect prevents the New Device Wizard from
;			  allowing the user to "forcibly"
;			  install this device. Usually you want
;			  to specify this for an automatically-
;			  enumerated device like a USB peripheral.
;
;	CopyFilesOnly	  allows the user to choose the device in
;			  New Device Wizard but only copies files
;			  and does nothing else.
;

[ControlFlags]
;ION 1st Generation (930) VID/PIDs
ExcludeFromSelect=USB\VID_1608&PID_0001
ExcludeFromSelect=USB\VID_1608&PID_0003
ExcludeFromSelect=USB\VID_1608&PID_0004
ExcludeFromSelect=USB\VID_1608&PID_0005
ExcludeFromSelect=USB\VID_1608&PID_0006
ExcludeFromSelect=USB\VID_1608&PID_0007
ExcludeFromSelect=USB\VID_1608&PID_000C
ExcludeFromSelect=USB\VID_1608&PID_000D
ExcludeFromSelect=USB\VID_1608&PID_000E
ExcludeFromSelect=USB\VID_1608&PID_000F
ExcludeFromSelect=USB\VID_1608&PID_0010
ExcludeFromSelect=USB\VID_1608&PID_0011
ExcludeFromSelect=USB\VID_1608&PID_0014

;ION 2nd Generation (80251) VID/PIDs
ExcludeFromSelect=USB\VID_1608&PID_0021
ExcludeFromSelect=USB\VID_1608&PID_0025
ExcludeFromSelect=USB\VID_1608&PID_0026
ExcludeFromSelect=USB\VID_1608&PID_0027
ExcludeFromSelect=USB\VID_1608&PID_002F
ExcludeFromSelect=USB\VID_1608&PID_0034

ExcludeFromSelect=EDGEPORT_4

; Axiohm EPiC VID/PIDs
ExcludeFromSelect=USB\VID_05D9&PID_A758
ExcludeFromSelect=USB\VID_05D9&PID_A794
ExcludeFromSelect=USB\VID_05D9&PID_A225

; Symbol EPiC VID/PID
ExcludeFromSelect=USB\VID_05E0&PID_0700


;
;----------------------------------------------------------------
; This area has installation sections for each device listed
; in the [ Manufacturer ] section above. Format is:
;
;	CopyFiles = <SectionNameContainingListOfFilesToCopy>+
;	AddReg	  = <SectionNameContainingRegistryEntriesToAdd>+

;
;----------------------------------------------------------------
; 	Edgeport (any number of ports) Installation
;----------------------------------------------------------------

[RapidPort.Install]
CopyFiles=Edgeport.CopyList, Rapidport.CopyList, FlashWizard.CopyList, Inf.CopyList
AddReg=Edgeport.AddReg

[Rapidport.CopyList]
rp_mdm.inf

[Edgeport.Install]
CopyFiles=Edgeport.CopyList, Inf.CopyList
AddReg=Edgeport.AddReg

[Edgeport.CopyList]
edgeser.sys
ionpenum.vxd
ionport.vxd
edgeui.dll
edgeport.exe

[Inf.CopyList]
ionport.inf

[FlashWizard.CopyList]
ionflash.exe

[Edgeport.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,edgeser.sys
HKR,,EnumPropPages,,"edgeui.dll,EnumPropPages" 

[DevNode.Install]
AddReg=DevNode.Registry

[DevNode.Registry]
HKR,,DevLoader,0,ionpenum.vxd
HKLM,enum\IONETWORKS\EDGEPORT_4,Family,,%EpFamilyName%

;
;----------------------------------------------------------------
; This section specifies the name of the source installation
; disks. Format is:
;
;	<DiskNum> = "<DiskDescription>", [<DiskLabel>], [<DiskSerialNumber>]
;

[SourceDisksNames]
1=%EpDiskName%, IoNetworks, 0000-0000

;
;----------------------------------------------------------------
; This section maps source files onto source disks. Format is:
;
;	<FileName> = <DiskNumber>, [ <SubDirOnSourceDisk> ]
;

[SourceDisksFiles]
edgeser.sys=1
ionpenum.vxd=1
ionport.vxd=1
edgeui.dll=1
edgeport.exe=1
ionport.inf=1
rp_mdm.inf=1
ionflash.exe=1

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

[Strings]
CompanyName	= "Inside Out Networks"
MfgName		= "Inside Out Networks"
AxiohmName 	= "Axiohm"
SymbolName 	= "Symbol"

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"
Ep421DeviceName	= "Inside Out Networks Edgeport/421"
Rp4DeviceName	= "Inside Out Networks Rapidport/4"

EpDiskName	= "Edgeport/Rapidport Driver Disk for Windows 98"
EpPortsName	= "Inside Out Networks Edgeport Serial Ports"
EpFamilyName	= "Edgeport"

AxiohmA758	= "Axiohm A758 Printer"
AxiohmA794	= "Axiohm A794 Printer"
AxiohmA225	= "Axiohm A225 Printer"

SymbolKeyfob	= "Symbol CS1504"
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: web2, load: 2.74