home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazin 1999 January / PARSEC.ISO / pc / internet / data.2 / NETMANAG.INF < prev    next >
Encoding:
Windows Setup INFormation  |  1980-01-01  |  2.3 KB  |  101 lines

  1. [version]
  2. LayoutFile=layout.inf
  3. signature=$Windows95$
  4. Class=NetTrans
  5. provider=%V_PROVIDER%
  6.  
  7. [CLassInstall]
  8. AddReg=NetTrans.AddReg
  9.  
  10. [NetTrans.AddReg]
  11. HKR,,,,%V_CLASSNAME%
  12. HKR,,Installer,,netdi.dll
  13. HKR,,Icon,,-6
  14. HKR,,NoUseClass,,1
  15.  
  16. [Manufacturer]
  17. %V_NETM%=NETM
  18.  
  19. [NETM]
  20. %NEWT.DeviceDesc%=   NEWT.ndi, NEWT   
  21.  
  22. [ControlFlags]
  23. ; NWNBLINK should not appear in select device
  24.  
  25. [NEWT.ndi]
  26. AddReg=NEWT.ndi.reg
  27. RenFiles=NEWT.renfiles 
  28. CopyFiles=NEWT.inf.copyfiles,NEWT.copyfiles
  29. DeviceID=NEWT
  30. MaxInstance=1
  31.  
  32. [NEWT.ndi.reg]
  33. HKR,Ndi,DeviceID,,NEWT
  34. HKR,NDIS,LogDriverName,,NEWT
  35. HKR,NDIS,MajorNdisVersion,1,03
  36. HKR,NDIS,MinorNdisVersion,1,0A
  37. HKR,NDIS\NDIS2,SectionName,,"NETMANAG"
  38. HKR,NDIS\NDIS2,DriverName,,NETMNG$
  39. HKR,NDIS\NDIS2,FileName,,"netmanag.dos"
  40. HKR,Ndi\Interfaces,DefUpper,,"winnet4"
  41. HKR,Ndi\Interfaces,DefLower,,"ndis2,ndis3,odi"
  42. HKR,Ndi\Interfaces,LowerRange,,"ndis2,odi"
  43. HKR,Ndi\Interfaces,UpperRange,,"winnet4"
  44. HKR,Ndi\Install,,,NEWT.inst
  45. ;Context sencitive help
  46. HKR,Ndi,HelpText,,%NEWT_HELP%
  47.  
  48.  
  49. [NEWT.inst]
  50. ;CopyFiles=NEWT.copyfiles
  51. RenFiles=NEWT.renfiles 
  52.  
  53. [NEWT.renfiles]
  54. ;rename Microsoft winsock
  55. ;%10%\winsock.dll,%10%\winsock.msf
  56.  
  57. [NEWT.inis]
  58. ;system.ini,"386Enh",device,"nmtcpip.386"
  59. ;system.ini,"386Enh",device,"nmredir.386"
  60.  
  61. [NEWT.copyfiles]
  62. netmanag.dos,,,16
  63. ;winsock.dll,,,16
  64.  
  65. [NEWT.inf.copyfiles]
  66. netmanag.inf,,,16
  67.  
  68. ;****************************************************************************
  69. ; Destination Directories
  70. ;****************************************************************************
  71. [DestinationDirs]
  72. NEWT.copyfiles           = 10 ; LDID_WIN
  73. NEWT.inf.copyfiles     = 17 ; LDID_INF
  74.      
  75. [SourceDisksNames]
  76. ;NOTE: USE ONLY DISK NUMBERS 45-54:
  77. 46=%DSK_NEWT%,      "", 0001
  78.  
  79. [SourceDisksFiles]
  80. netmanag.dos    =46,,1024
  81. winsock.dll     =46,,1024
  82. netmanag.inf    =46,,1024
  83. ;****************************************************************************
  84. ; Localizable Strings
  85. ;****************************************************************************
  86. [strings]
  87. V_MS="Microsoft"
  88. V_CLASSNAME="Network Protocol"
  89. V_PROVIDER="NetManage"
  90.  
  91. ; Manufacturers
  92. V_NETM= "NetManage"
  93.  
  94. ; Source Disks
  95. DSK_NEWT="NetManage NEWT disk"
  96.  
  97. ; Devices
  98. NEWT.DeviceDesc="NetManage TCP/IP"
  99.  
  100. ; Context help
  101. NEWT_HELP="The NetManage TCP/IP protocol enables you to connect to the Internet and Wide-Area Networks."