;---------------------------------------------------------------
; Novell Client for Windows 2000 and XP
; Novell IP Gateway
;
; VeRsIoN=v4.82 Novell Client Install for Windows 2000 and XP
; CoPyRiGhT=copyright 2000-2001, by Novell, INC. All rights reserved.
;
;---------------------------------------------------------------
[version]
signature="$Windows NT$"
DriverVer=10/04/2001
Class = NetTrans
ClassGUID={4D36E975-E325-11CE-BFC1-08002BE10318}
Provider=%V_NOVELL%
;LayoutFile=nwlayout.inf
[Manufacturer]
%V_NOVELL%=NOVELL
[NOVELL]
%CPROXY_Desc% = CPROXY.ndi, NW_CPROXY
[CPROXY.ndi]
AddReg = CPROXY.ndi.AddReg, param.AddReg
CopyFiles = Files-Res-Sys32,Files-System32,Files-Netware
Characteristics = 0x20080 ;NCF_HAS_UI, NCF_FIXED_BINDING
DelReg = DelOldRegSettings.delreg
ProfileItems = WinPing.Shortcut
[WinPing.Shortcut]
Name=%WPFolderName%
CmdLine=11,,winping.exe
SubDir=%FolderSubDir%
IconPath=11,,winping.exe
Infotip=%WPFolderTip%
[CPROXY.ndi.AddReg]
HKR,"Ndi", "ClsID",, "{EAEA39B2-1B01-40D4-A27A-007B5B7E6954}"
HKR,"Ndi", "ComponentDll",, "NWSETUP.DLL"
HKR,"Ndi", "Service",, "CPROXY"
HKR,"Ndi", "CoServices", %REG_MULTI_SZ%, "CFWNTSYS", "GCFWMAP", "NWTCP"
HKR,"Ndi", "ExcludeSetupStartServices", %REG_MULTI_SZ%, "CFWNTSYS", "GCFWMAP", "NWTCP"
HKR,"Ndi", "HelpText",, "%CPROXY_HELP%"
; /***get correct interfaces ***/
HKR,"Ndi\Interfaces", "UpperRange",, "CPROXY"
HKR,"Ndi\Interfaces", "LowerRange",, "ndis5"
;HKR, Ndi, RequiredAll, 0, "NW_NWFS"
[CPROXY.ndi.Remove]
DelFiles=Files-Res-Sys32,Files-System32,Files-Netware
DelReg=GW.delreg
;ProfileItems=WinPing.Shortcut.ItemRemove
;[WinPing.Shortcut.ItemRemove]
;Name=%WPFolderName%,0x00000003
;SubDir=%FolderSubDir%
;---------------------------------------------------------------
; Add the client entries to the registry
;---------------------------------------------------------------
[param.addreg]
HKR,"Parameters",, %FLG_ADDREG_KEYONLY%
HKLM,"SOFTWARE\Novell\CProxy","Enabled",0x10001,1
HKLM,"SOFTWARE\Novell\CPROXY\CurrentVersion","MajorVersion",0x10001,4
HKLM,"SOFTWARE\Novell\CPROXY\CurrentVersion","MinorVersion",0x10001,82
HKLM,"SOFTWARE\Novell\CPROXY\CurrentVersion","Title",,%ProductCPROXYDisplayName%
HKLM,"SOFTWARE\Novell\CPROXY\CurrentVersion","Description",,%ProductCPROXYDescription%
;---------------------------------------------------------------
; Clear the client entries from the registry
;---------------------------------------------------------------
[GW.delreg]
HKLM,"Software\Novell\CFWNTSYS"
HKLM,"Software\Novell\CPROXY"
HKLM,"Software\Novell\GCFWMAP"
HKLM,"Software\Novell\NWTCP"
HKLM,"SYSTEM\CurrentControlSet\Services\Eventlog\System\CPROXY"
HKLM,"SYSTEM\CurrentControlSet\Services\Eventlog\System\CFWNTSYS"
HKLM,"SYSTEM\CurrentControlSet\Services\Eventlog\System\GCFWMAP"
HKLM,"SYSTEM\CurrentControlSet\Services\Eventlog\System\NWTCP"
[DelOldRegSettings.delreg]
HKLM,"Software\Novell\CPROXY\CurrentVersion","MajorInternalVersion"
HKLM,"Software\Novell\CPROXY\CurrentVersion","MinorInternalVersion"
;---------------------------------------------------------------
; Install/Remove the client services
;---------------------------------------------------------------
[CPROXY.ndi.Services]
AddService= CPROXY,, CPROXY.AddService, CPROXY.AddEventLog
AddService= CFWNTSYS,, CFWNTSYS.AddService, CFWNTSYS.AddEventLog
AddService= GCFWMAP,, GCFWMAP.AddService, GCFWMAP.AddEventLog
AddService= NWTCP,, NWTCP.AddService, NWTCP.AddEventLog
[CPROXY.ndi.Remove.Services]
DelService= CPROXY
DelService= CFWNTSYS
DelService= GCFWMAP
DelService= NWTCP
;---------------------------------------------------------------
; Add each client service
;---------------------------------------------------------------
; CPROXY: IP Gateway Client
[CPROXY.AddService]
DisplayName = %ProductCPROXYDisplayName%
ServiceType = 2
StartType = 2
ErrorControl = 1
ServiceBinary = %11%\NetWare\cproxynt.sys
LoadOrderGroup = "NetWare IP Gateway"
Dependencies = "GCFWMAP"
[CPROXY.AddEventLog]
AddReg=CPROXY.AddEventLog.reg
[CPROXYn.AddEventLog.reg]
HKR,,EventMessageFile,0x20000,"%%SystemRoot%%\system32\nls\%LANG%\nwevents.dll"
HKR,,TypesSupported,0x10001,7
; CFWNTSYS: IP Gateway Component
[CFWNTSYS.AddService]
DisplayName = %ProductCFWNTSYSDisplayName%
ServiceType = 2
StartType = 2
ErrorControl = 1
ServiceBinary = %11%\NetWare\cfwntsys.sys
LoadOrderGroup = "NetWare Services"
Dependencies = "ResMgr"
[CFWNTSYS.AddEventLog]
AddReg=RESMGR.AddEventLog.reg
[CFWNTSYS.AddEventLog.reg]
HKR,,EventMessageFile,0x20000,"%%SystemRoot%%\system32\nls\%LANG%\nwevents.dll"
HKR,,TypesSupported,0x10001,7
; GCFWMAP: IP Gateway TDI Mapper
[GCFWMAP.AddService]
DisplayName = %ProductGCFWMAPDisplayName%
ServiceType = 2
StartType = 2
ErrorControl = 0
ServiceBinary = %11%\NetWare\gcfwmap.sys
LoadOrderGroup = "NetWare IP Gateway"
Dependencies = "Tcpip", "Nwtcp"
[GCFWMAP.AddEventLog]
AddReg=GCFWMAP.AddEventLog.reg
[GCFWMAP.AddEventLog.reg]
HKR,,EventMessageFile,0x20000,"%%SystemRoot%%\system32\nls\%LANG%\nwevents.dll"
HKR,,TypesSupported,0x10001,7
; NWTcp: TCP/IPX Driver
[NWTCP.AddService]
DisplayName = %ProductNWTCPDisplayName%
ServiceType = 1
StartType = 2
ErrorControl = 1
ServiceBinary = %11%\NetWare\nwtcp.sys
LoadOrderGroup = "NetWare IP Gateway"
Dependencies = "NwlnkIpx", "+NetWare Services", "+TDI"
[NWTCP.AddEventLog]
AddReg=NWTCP.AddEventLog.reg
[NWTCP.AddEventLog.reg]
HKR,,EventMessageFile,0x20000,"%%SystemRoot%%\system32\nls\%LANG%\nwevents.dll"
HKR,,TypesSupported,0x10001,7
;---------------------------------------------------------------
; Destination directories for files
;---------------------------------------------------------------
[DestinationDirs]
Files-System32 = 11
Files-Netware = 11,NetWare
Files-Res-Sys32 = 11,nls\%LANG%
;---------------------------------------------------------------
; File Sections to be copied
;---------------------------------------------------------------
[Files-Res-Sys32]
nwgwpngr.dll
[Files-System32]
cfwntdll.dll,,,0x00010000
winping.exe
[Files-Netware]
cfwntsys.sys,,,0x00010000
gcfwmap.sys,,,0x00010000
cproxynt.sys,,,0x00010000
nwtcp.sys,,,0x00010000
gwspdll.dll,,,0x00010000
nwws2gw.dll,,,0x00010000
sporder.dll,,,0x00010000
;---------------------------------------------------------------
; Disk file layout information
;
; ****SOURCE ROOT DIR IS <diskroot>\NLS\%LANG%, go back/foreward fm there
; ****SOURCE ROOT DIR IS <diskroot>\NLS\%LANG%, go back/foreward fm there
;---------------------------------------------------------------
[SourceDisksNames]
39=%DSK1_NOVELL%,,,""
[SourceDisksFiles]
nwgwpngr.dll = 39,,1024
cfwntdll.dll = 39,../../redir,1024
winping.exe = 39,../../redir,1024
cfwntsys.sys = 39,../../redir,1024
gcfwmap.sys = 39,../../redir,1024
cproxynt.sys = 39,../../redir,1024
nwtcp.sys = 39,../../redir,1024
gwspdll.dll = 39,../../redir,1024
nwws2gw.dll = 39,../../redir,1024
sporder.dll = 39,../../redir,1024
;---------------------------------------------------------------
; Setupnw.exe required information
;---------------------------------------------------------------
[FileConstantsENG]
ProductNW_CPROXYDisplayName = "Novell IP Gateway"
ProductNW_CPROXYDescription = "The Novell IP/IPX Gateway enables internet access on IPX or private IP networks when Novell IP/IPX Gateway servers are installed on the network."
[FileConstants]
ProductNW_CPROXYName = "CPROXY"
[GeneralConstants]
ProductMajorVersion = 4
ProductMinorVersion = 82
;---------------------------------------------------------------
; String constants
;---------------------------------------------------------------
[Strings]
V_NOVELL = "Novell"
CPROXY_Desc = "Novell IP Gateway"
FLG_ADDREG_KEYONLY = 0x0010
REG_MULTI_SZ = 0x10000
REG_EXPAND_SZ = 0x20000
REG_DWORD = 0x10001
SERVICE_DEMAND_START = 3
SERVICE_AUTO_START = 2
SERVICE_WIN32_SHARE_PROCESS = 32
SERVICE_FILE_SYSTEM_DRIVER = 2
SERVICE_WIN32_OWN_PROCESS = 16
CPROXY_HELP = "The Novell IP/IPX Gateway enables internet access on IPX or private IP networks when Novell IP/IPX Gateway servers are installed on the network."
ProductCPROXYDisplayName = "Novell IP Gateway"
ProductCPROXYDescription = "The Novell IP/IPX Gateway enables internet access on IPX or private IP networks when Novell IP/IPX Gateway servers are installed on the network."
ProductCFWNTSYSDisplayName = "Novell IP Gateway Framework"
ProductGCFWMAPDisplayName = "Novell IP Gateway Mapper"
ProductNWTCPDisplayName = "Novell TCP/IPX Driver"
FolderSubDir = "Novell (Common)"
WPFolderTip = "Ping for IP Gateway"
WPFolderName = "Ping for IP Gateway"
DSK1_NOVELL= "Novell Client for Windows CD"
LANG = ENGLISH
Download Driver Pack
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.