home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 February
/
PCWK0297.iso
/
novell
/
32client
/
image
/
________
/
setup1.350
/
NWIP.INF
< prev
next >
Wrap
Windows Setup INFormation
|
1996-01-04
|
3KB
|
115 lines
; NOVELL 32-bit NWIP INF file
;
;VeRsIoN=v1.5 Novell Client 32 Install - NetWare/IP INF
;(c) Copyright 1996, by Novell, Inc. All rights reserved.
[version]
LayoutFile=nwlayout.inf
signature=$Chicago$
Class=NetTrans
provider=%V_NOVELL%
[Manufacturer]
%V_NOVELL%=NOVELL
[NOVELL]
%NWIP.DeviceDesc%= NWIP.ndi, NWIP
;****************************************************************************
; Novell NetWare IP stack
;****************************************************************************
[NWIP.ndi]
AddReg=NWIP.ndi.reg
DeviceID=NWIP
MaxInstance=1
CopyFiles=NWIP.inf.files, NWIP.ext.files
[NWIP.ndi.reg]
HKR,Ndi,DeviceID,,NWIP
HKR,Ndi,MaxInstance,,1
HKR,Ndi,NdiInstaller,,"NWSETUP.DLL,NovellNWIPNdiProc"
; Interfaces
HKR,Ndi\Interfaces,DefUpper,,"novellodi32" ; what nwip offers
HKR,Ndi\Interfaces,UpperRange,,"novellodi32"
HKR,Ndi\Interfaces,DefLower,,"tdi" ; what nwip needs
HKR,Ndi\Interfaces,LowerRange,,"tdi"
;
; Compatibility Section
;
HKR,Ndi\Compatibility,RequireAll,,"mstcp,novellipx32"
;
; Install & Remove sections
;
HKR,Ndi\Install,,,"NWIP.Install"
HKR,Ndi\Remove,,,"NWIP.Remove"
;
; Help section
;
HKR,Ndi,HelpText,,%NWIP_HELP%
[NWIP.Install]
AddReg=NWIP.addreg
CopyFiles=NWIP.files
; ask Doug? DelReg= install.remove.vmlid
[NWIP.addreg]
HKLM,"NETWORK\Novell\System Config\Startup Modules\NWIP"
HKLM,"NETWORK\Novell\System Config\NWIP\module",,,%24%\NOVELL\CLIENT32\NWIP95.NLM
HKLM,"NETWORK\Novell\System Config\NWIP\init order",,,54005000
[NWIP.Remove]
DelReg=NWIP.delreg
DelFiles=NWIP.files
[NWIP.delreg]
HKLM,"NETWORK\Novell\System Config\Startup Modules\NWIP"
;****************************************************************************
; Destination Directories
;****************************************************************************
[DestinationDirs]
NWIP.files = 24,Novell\Client32 ; LDID_BOOTDRIVE\Novell\Client32
NWIP.inf.files = 17 ; LDID_INF
NWIP.ext.files = 11 ; LDID_SYSTEM
;****************************************************************************
; File Sections to be copied
;****************************************************************************
[NWIP.inf.files]
NWIP.INF
[NWIP.ext.files]
NWSETUP.DLL
NIOSLIB.DLL
[NWIP.files]
NWIP95.NLM,,,5
;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]
; Provider & Manufacturer
V_NOVELL="Novell"
; Devices
NWIP.DeviceDesc= "Novell NetWare/IP Protocol"
; Context help
NWIP_HELP="Novell NetWare/IP provides requester IP support for NetWare networks."