home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 December / WIN95_DEC_1996_1.ISO / network / c3295n_1.exe / ENGLISH / NWIP.INF < prev    next >
INI File  |  1996-01-04  |  3KB  |  115 lines

  1. ; NOVELL 32-bit NWIP INF file
  2. ;
  3. ;VeRsIoN=v1.5 Novell Client 32 Install - NetWare/IP INF
  4. ;(c) Copyright 1996, by Novell, Inc. All rights reserved.
  5.  
  6.  
  7. [version]
  8. LayoutFile=nwlayout.inf
  9. signature=$Chicago$
  10. Class=NetTrans
  11. provider=%V_NOVELL%
  12.  
  13. [Manufacturer]
  14. %V_NOVELL%=NOVELL
  15.  
  16. [NOVELL]
  17. %NWIP.DeviceDesc%=  NWIP.ndi,   NWIP
  18.  
  19. ;****************************************************************************
  20. ;   Novell NetWare IP stack
  21. ;****************************************************************************
  22.  
  23. [NWIP.ndi]
  24. AddReg=NWIP.ndi.reg
  25. DeviceID=NWIP
  26. MaxInstance=1
  27. CopyFiles=NWIP.inf.files, NWIP.ext.files
  28.  
  29. [NWIP.ndi.reg]
  30. HKR,Ndi,DeviceID,,NWIP
  31. HKR,Ndi,MaxInstance,,1
  32. HKR,Ndi,NdiInstaller,,"NWSETUP.DLL,NovellNWIPNdiProc"
  33.  
  34. ; Interfaces
  35. HKR,Ndi\Interfaces,DefUpper,,"novellodi32" ; what nwip offers
  36. HKR,Ndi\Interfaces,UpperRange,,"novellodi32"
  37. HKR,Ndi\Interfaces,DefLower,,"tdi"   ; what nwip needs
  38. HKR,Ndi\Interfaces,LowerRange,,"tdi"
  39. ;
  40. ; Compatibility Section
  41. ;
  42. HKR,Ndi\Compatibility,RequireAll,,"mstcp,novellipx32"
  43. ;
  44. ; Install & Remove sections
  45. ;
  46. HKR,Ndi\Install,,,"NWIP.Install"
  47. HKR,Ndi\Remove,,,"NWIP.Remove"
  48. ;
  49. ; Help section
  50. ;
  51. HKR,Ndi,HelpText,,%NWIP_HELP%
  52.  
  53. [NWIP.Install]
  54. AddReg=NWIP.addreg
  55. CopyFiles=NWIP.files
  56. ; ask Doug? DelReg= install.remove.vmlid
  57.  
  58.  
  59. [NWIP.addreg]
  60. HKLM,"NETWORK\Novell\System Config\Startup Modules\NWIP"
  61. HKLM,"NETWORK\Novell\System Config\NWIP\module",,,%24%\NOVELL\CLIENT32\NWIP95.NLM
  62. HKLM,"NETWORK\Novell\System Config\NWIP\init order",,,54005000
  63.  
  64.  
  65. [NWIP.Remove]
  66. DelReg=NWIP.delreg
  67. DelFiles=NWIP.files
  68.  
  69. [NWIP.delreg]
  70. HKLM,"NETWORK\Novell\System Config\Startup Modules\NWIP"
  71.  
  72. ;****************************************************************************
  73. ; Destination Directories
  74. ;****************************************************************************
  75.  
  76. [DestinationDirs]
  77. NWIP.files             = 24,Novell\Client32   ; LDID_BOOTDRIVE\Novell\Client32
  78. NWIP.inf.files         = 17                   ; LDID_INF
  79. NWIP.ext.files         = 11                   ; LDID_SYSTEM
  80.  
  81. ;****************************************************************************
  82. ; File Sections to be copied
  83. ;****************************************************************************
  84.  
  85. [NWIP.inf.files]
  86. NWIP.INF
  87.  
  88. [NWIP.ext.files]
  89. NWSETUP.DLL
  90. NIOSLIB.DLL
  91.  
  92. [NWIP.files]
  93. NWIP95.NLM,,,5
  94.  
  95.  
  96. ;****************************************************************************
  97. ; Localizable Strings
  98. ;****************************************************************************
  99.  
  100. [strings]
  101. ; Provider & Manufacturer
  102. V_NOVELL="Novell"
  103.  
  104.  
  105. ; Devices
  106. NWIP.DeviceDesc=    "Novell NetWare/IP Protocol"
  107.  
  108. ; Context help
  109. NWIP_HELP="Novell NetWare/IP provides requester IP support for NetWare networks."
  110.  
  111.  
  112.  
  113.  
  114.  
  115.