home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 February / PCWK0297.iso / novell / 32client / image / ________ / admin2.350 / BATCH95 / NLS / ENGLISH / NWIP.INF < prev    next >
Windows Setup INFormation  |  1996-01-04  |  3KB  |  113 lines

  1. ; NOVELL 32-bit NWIP INF file for Automated Batch Install
  2. ;
  3. ;VeRsIoN=v1.5 Novell Client 32 Install - NetWare/IP Batch 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.  
  57.  
  58. [NWIP.addreg]
  59. HKLM,"NETWORK\Novell\System Config\Startup Modules\NWIP"
  60. HKLM,"NETWORK\Novell\System Config\NWIP\module",,,%24%\NOVELL\CLIENT32\NWIP95.NLM
  61. HKLM,"NETWORK\Novell\System Config\NWIP\init order",,,54005000
  62.  
  63.  
  64. [NWIP.Remove]
  65. DelReg=NWIP.delreg
  66. DelFiles=NWIP.files
  67.  
  68. [NWIP.delreg]
  69. HKLM,"NETWORK\Novell\System Config\Startup Modules\NWIP"
  70.  
  71. ;****************************************************************************
  72. ; Destination Directories
  73. ;****************************************************************************
  74.  
  75. [DestinationDirs]
  76. NWIP.files                       = 24,Novell\Client32   ; LDID_BOOTDRIVE\Novell\Client32
  77. NWIP.inf.files         = 17                   ; LDID_INF
  78. NWIP.ext.files           = 11                                           ; LDID_SYSTEM
  79.  
  80. ;****************************************************************************
  81. ; File Sections to be copied
  82. ;****************************************************************************
  83.  
  84. [NWIP.inf.files]
  85. NWIP.INF
  86.  
  87. [NWIP.ext.files]
  88. NWSETUP.DLL
  89. NIOSLIB.DLL
  90.  
  91. [NWIP.files]
  92. NWIP95.NLM
  93.  
  94. ;****************************************************************************
  95. ; Localizable Strings
  96. ;****************************************************************************
  97.  
  98. [strings]
  99. ; Provider & Manufacturer
  100. V_NOVELL="Novell"
  101.  
  102.  
  103. ; Devices
  104. NWIP.DeviceDesc=    "Novell NetWare/IP Protocol"
  105.  
  106. ; Context help
  107. NWIP_HELP="Novell NetWare/IP provides requester IP support for NetWare networks."
  108.  
  109.  
  110.  
  111.  
  112. ;ADMIN inf Needs to copy nwip.inf since admin NWCLIENT.INF does not copy it
  113.