VINWM.INF Driver File Contents (4002013A.exe)

;------------------------------------------------------------------------------                   
; VINWM.INF
; 
; Win95 installation description files for WAN Miniport driver
; Variants are made via different constant at the end of this file !!!
;
;
; $Workfile::                                                                 $
; $Revision::                                                                 $
; $Date::                                                                     $
; $Author::                                                                   $
;
; $Log::                                                                      $
;------------------------------------------------------------------------------


[version]
LayoutFile=layout.inf
signature="$CHICAGO$"
Class=Net
provider=%V_ITK_Dortmund%

[Manufacturer]
%V_ITK_Dortmund%=ITK

[ITK]
%VINWMDeviceDesc%=VINWM.ndi, WAN49544B


;****************************************************************************
; 
;****************************************************************************
[VINWM.ndi]
CopyFiles=VINWM.FileList,VINWM.CopyInfFiles
AddReg=VINWM.ndi.reg
DeviceID=WAN49544B


[VINWM.ndi.reg]
;****************************************************************************
;   general driver information
;****************************************************************************
HKR,,DriverDesc,,%VINWMDeviceDesc%
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,VINWM.SYS
HKR,,InfSection,,"VINWM.Info"

;****************************************************************************
;   NDI registration parameters
;****************************************************************************
HKR,NDI,DeviceID,,"WAN49544B"

;****************************************************************************
;   Driver interfaces
;****************************************************************************
HKR,NDI\Interfaces,Upper,,"ndiswan"
HKR,NDI\Interfaces,Lower,,"isdn"
HKR,NDI\Interfaces,DefUpper,,"ndiswan"
HKR,NDI\Interfaces,DefLower,,"isdn"
HKR,NDI\Interfaces,UpperRange,,"ndiswan"
HKR,NDI\Interfaces,LowerRange,,"isdn"

;****************************************************************************
;   Driver advanced parameters
;****************************************************************************
HKR,NDI\params\Line0.AcceptedMSN,default,,"*"
HKR,NDI\params\Line0.AcceptedMSN,optional,,"0"
HKR,NDI\params\Line0.AcceptedMSN,ParamDesc,,"Accepted MSN"
HKR,NDI\params\Line0.OwnMSN,default,,"*"
HKR,NDI\params\Line0.OwnMSN,optional,,"0"
HKR,NDI\params\Line0.OwnMSN,ParamDesc,,"Own MSN"




;****************************************************************************
;   Device Compatibility rules
;****************************************************************************
HKR,Ndi\Compatibility,RequireAll,,"NDISWAN"
HKR,NDI\Compatibility,RequireAny,,"CSSMICRO,ISAPNP\ITK0025,ISAPNP\ITK0029,PCMCIA\ITK_ix1-pico-ISDN-Adapter______________-C677,PCMCIA\ITK_ix1-pico-ISDN-Adapter___-A664,PCMCIA\ITK_ix1-pico-ISDN-Adapter______________-5CC6,PCMCIA\ITK_ix1-pico-ISDN-Adapter______________-4C4A,CSSEXO,CSSBASIC,CSSPRIMARY"

;****************************************************************************
;   Context help
;****************************************************************************
;HKR,Ndi,HelpText,,%VINWM_HELP%

;****************************************************************************
;   Install and remove Information
;****************************************************************************
HKR,NDI\Install,,,"VINWM.Install"
HKR,NDI\Remove,,,"VINWM.Remove"

;****************************************************************************
;   the following four entries are made to support the User Interface DLL
;****************************************************************************
;HKR,,EnumPropPages,,"ix1ui.dll,EnumPropPages"
;HKR,NDI,NdiInstaller,,"ix1ui.dll,NdiProc"



;****************************************************************************
;   NDIS stuff
;****************************************************************************
HKR,NDIS,LogDriverName,,VINWM
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0A

;****************************************************************************
;   self made registry keys 
;****************************************************************************
;HKR,,NumBchannels,,2    needed for CSS driver only
HKR,,AdapterId,,1


;****************************************************************************
;   VINWM constant values needed for any WAN Miniport driver
;****************************************************************************
HKR,,MediaType,,"ISDN"
HKR,,DeviceName,,%VINWMDeviceName%
HKR,,NumberOfLines,HEX,1
HKR,,NumberOfChannelsPerLine,HEX,2
HKR,,CMC,,"HSJ"


;****************************************************************************
; TAPI ISDN Configuration
;****************************************************************************
HKR,TAPI,ConfigFlags,1,00,00,00,00
HKR,TAPI,DeviceCaps,1,14,00,00,00, 00,00,00,00, 00,00,00,00, 01,00,00,00, 00,00,00,00
HKR,TAPI\Line0,ConfigFlags,1,00,00,00,00
HKR,TAPI\Line0,LineCaps,1,1c,00,00,00, 00,00,00,00, 03,00,00,00, de,0f,00,00, 03,00,00,00, 02,00,00,00, 00,00,00,00
HKR,TAPI\Line0,Properties,1,00,00,00,00, 00,00,00,00, 00,00,00,00
HKR,TAPI\Line0\Channel0,ConfigFlags,1,00,00,00,00
HKR,TAPI\Line0\Channel0,Properties,1,00,00,00,00, 00,00,00,00, 00,00,00,00
HKR,TAPI\Line0\Channel0,SPID,,""
HKR,TAPI\Line0\Channel0,Phone,,""
HKR,TAPI\Line0\Channel1,ConfigFlags,1,00,00,00,00
HKR,TAPI\Line0\Channel1,Properties,1,00,00,00,00, 00,00,00,00, 00,00,00,00
HKR,TAPI\Line0\Channel1,SPID,,""
HKR,TAPI\Line0\Channel1,Phone,,""


[VINWM.Install]
;CopyFiles=
DelFiles=VINWM.OddFiles              ; delete these off the windows directory

[VINWM.Remove]
DelFiles=VINWM.FileList,VINWM.DelInfFiles

[VINWM.Info]
CopyFiles=VINWM.FileList




;****************************************************************************
; Installation Work
;****************************************************************************

[SourceDisksNames]
42=%VINWMDiskName%, "",

[SourceDisksFiles]
VINWM = 42


;--------------------------- INF files
[VINWM.CopyInfFiles]
VINWM.INF

[VINWM.DelInfFiles]
VINWM.INF



;--------------------------- specials
[VINWM.FileList]
VINWM.sys

[VINWM.OddFiles]
; these files must not be found in the windows directory - therefore we delete them there
VINWM.sys
NDIS.VXD
NDISWAN.VXD


;****************************************************************************
; Destination Directories
;****************************************************************************
[DestinationDirs]
VINWM.CopyInfFiles  = 17                    ; INF directory
VINWM.DelInfFiles   = 17
VINWM.FileList      = 11                    ; System directory
VINWM.OddFiles      = 10                    ; Windows directory

;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]
; Manufacturer
V_ITK_Dortmund="ITK AG, Dortmund"

; Device
VINWMDeviceDesc="ITK NDIS WAN Miniport"
VINWMDeviceName="ITK-WANmini"
VINWMDiskName  ="ITK NDIS WAN Miniport driver disk"
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: web4, load: 0.82