GISDNPNP.INF Driver File Contents (Wisecom_ISDN_USB.zip)

[Version]
Signature = "$CHICAGO$"
Class = FHLP-GISDN
ClassGUID={CFFE6BE1-8630-11d3-A2C7-0000B4BDB131}
Provider = %Manuf%
DriverVer = 10/18/1999,5.03.0.0

[ClassInstall]
AddReg = GisdnClass.Reg

[ClassInstall32]
AddReg = GisdnClass.NT.Reg

[GisdnClass.Reg]
HKR,,,,%GisdnClassDesc%
HKR,,Icon,,"-5"

[GisdnClass.NT.Reg]
HKR,,,,%GisdnClassDesc%
HKR,,Icon,,"-5"

[ControlFlags]
ExcludeFromSelect = *

[Manufacturer]
%Manuf% = Devices

[Devices]
%STMUsbDesc% = Gisdn.Install, USB\VID_0483&PID_4810, USB\VID_0483&PID_4815

[Gisdn.Install]
AddReg = Gisdnpnp.VxD.Reg, Gisdn.Uninstall.Reg98, Gisdnpnp.Params.W9x
CopyFiles = Gisdn.CopyFiles.Dll, Gisdn.CopyFiles.Dll98, Gisdn.CopyFiles.Sys98, Gisdn.CopyFiles.Inf
DriverVer = 10/18/1999,5.03.0.1

[Gisdn.Install.NT]
AddReg = Gisdn.Uninstall.Reg2000, Gisdnpnp.Params.W2000
CopyFiles = Gisdn.CopyFiles.Dll, Gisdn.CopyFiles.Dll2000, Gisdn.CopyFiles.Sys, Gisdn.CopyFiles.Inf

[Gisdn.Install.NT.Services]
AddService = Gisdnpnp, 0x00000002, GisdnPnp.Service.Inst, GisdnPnp.EventLog.Inst

[Gisdn.Install.NT.CoInstallers]
AddReg = Gisdn.CoInstall.Reg2000

[Gisdn.CoInstall.Reg2000]
HKR,,CoInstallers32,0x00010000,"gisdn32.dll"

[Gisdn.Uninstall.Reg98]
HKLM,"software\Microsoft\Windows\CurrentVersion\Uninstall\Gisdn","DisplayName",,%GisdnClassDesc%
HKLM,"software\Microsoft\Windows\CurrentVersion\Uninstall\Gisdn","UninstallString",,"rundll.exe gisdn16.dll,EntryPoint -r"
HKLM,"software\Microsoft\Windows\CurrentVersion\RunOnce","Gisdn",,"rundll.exe gisdn16.dll,EntryPoint -i"

[Gisdn.Uninstall.Reg2000]
HKLM,"software\Microsoft\Windows\CurrentVersion\Uninstall\Gisdn","DisplayName",,%GisdnClassDesc%
HKLM,"software\Microsoft\Windows\CurrentVersion\Uninstall\Gisdn","UninstallString",,"rundll32.exe gisdn32.dll,EntryPoint -r"

[Gisdnpnp.VxD.Reg]
HKR,,DevLoader,0,"*ntkern"
HKR,,NTMPDriver,0,"gisdnpnp.sys"

[GisdnPnp.Service.Inst]
DisplayName    = %GPnpDrvDesc%
ServiceType    = 1
StartType      = 3
ErrorControl   = 1
ServiceBinary  = %12%\gisdnpnp.sys

;----------------------------------------------
; Hardware register overrides :
; after RegisterSettings,3,
; add a list of values in pairs register_number, override value.
; all values in hex
; in W9x and/or W2000 section
; the 3 just after RegisterSettings specifies REG_BINARY key type and must NOT be removed or changed
; Example: HKR,,RegisterOverride,3,20,0d,21,29,22,16
; 	sets register 20 to 0d, 21 to 29, 22 to 16 all hex values
; if key is not present, no override occurs
; values may differ between W9x and W2000
;
; Leds management configuration :
; 	use value LedsMode,0x00010001,n
; value not existing or n = 0 : 2 leds configuration
; n = 1 : 4 leds configuration
; the 0x00010001 just after LedsMode specifies REG_DWORD key type and must NOT be removed or changed
; 

[Gisdnpnp.Params.W9x]
HKR,,RegisterOverride,3,22,16
HKR,,LedsMode,0x00010001,1

[Gisdnpnp.Params.W2000]
HKLM,"System\CurrentControlSet\Services\Gisdnpnp",RegisterOverride,3,22,16
HKLM,"System\CurrentControlSet\Services\Gisdnpnp",LedsMode,0x00010001,1
;----------------------------------------------


[GisdnPnp.EventLog.Inst]
AddReg = GisdnPnp.EventLog.Reg
[GisdnPnp.EventLog.Reg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\gisdnpnp.sys"
HKR,,TypesSupported,0x00010001,7

[Gisdn.CopyFiles.Sys]
gisdnpnp.sys
gcapi20.sys
gisdnwan.sys

[Gisdn.CopyFiles.Sys98]
gisdnpnp.sys
gcapi20.sys
gisdnwan.sys

[Gisdn.CopyFiles.Inf]
gcapi20.inf
gisdnwan.inf

[Gisdn.CopyFiles.Dll]
capi2032.dll
;spycapi.exe

[Gisdn.CopyFiles.Dll98]
gisdn16.dll

[Gisdn.CopyFiles.Dll2000]
gisdn32.dll

[SourceDisksFiles]
gisdnpnp.sys = 1
gcapi20.inf  = 1
gcapi20.sys  = 1
gisdnwan.inf = 1
gisdnwan.sys = 1
gisdn16.dll  = 1
gisdn32.dll  = 1
capi2032.dll = 1
;spycapi.exe  = 1

[SourceDisksNames]
1 = %DiskName%, "",

[DestinationDirs]
DefaultDestDir = 11
Gisdn.CopyFiles.Dll = 11
Gisdn.CopyFiles.Dll98 = 11
Gisdn.CopyFiles.Dll2000 = 11
Gisdn.CopyFiles.Sys = 12
Gisdn.CopyFiles.Inf = 17
Gisdn.CopyFiles.Sys98 = 11


[Strings]
Manuf = "EUROCIS"
DiskName = "WISECOM WS-128USBW ISDN adapter installation disk"
GisdnClassDesc  = "WISECOM WS-128USBW ISDN Drivers"
GPnpDrvDesc     = "WISECOM WS-128USBW ISDN PnP driver"
STMUsbDesc      = "WISECOM WS-128USBW USB adapter"
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: 1.45