home *** CD-ROM | disk | FTP | other *** search
/ Computerworld Gratis 30 Hours of Connection / Image(2).iso / infovia / win31 / ftptcp.in_ / ftptcp.in
Windows Setup INFormation  |  1995-06-14  |  4KB  |  138 lines

  1. ;    FTPTCP.INF
  2. ;
  3. ;   PC/TCP Network Transports
  4. ;
  5. ; Copyright 1994,1995 FTP Software, Inc
  6.  
  7. [version]
  8. signature="$CHICAGO$"
  9. Class=NetTrans
  10. provider=%V_FTP%
  11.  
  12. [Manufacturer]
  13. %V_FTP%=FTP
  14.  
  15. [FTP]
  16. %FTPTCP.DeviceDesc%=   FTPTCP.ndi, FTPTCP    ;FTPTCP
  17.  
  18. ;************************************
  19. ; FTPTCP
  20. ;************************************
  21.  
  22. [FTPTCP.ndi]
  23. AddReg=FTPTCP.ndi.reg
  24. ;;; CopyFiles=FTPTCP.ndi.copyfiles
  25. DeviceID=FTPTCP
  26. MaxInstance=1
  27.  
  28. [FTPTCP.ndi.reg]
  29. HKR,Ndi,DeviceID,,FTPTCP
  30. HKR,Ndi,MaxInstance,,1
  31. ; We are static for now
  32. HKR,Ndi,StaticVxd,,"ftptcp.386"
  33. HKR,Ndi,NdiInstaller,,"ftptcpnd.dll,FTPTCPndiProc"
  34. ; NDIS info
  35. HKR,NDIS,LogDriverName,,"ND3HLP"
  36. HKR,NDIS,MajorNdisVersion,1,03
  37. HKR,NDIS,MinorNdisVersion,1,0A
  38. ; Interfaces
  39. HKR,Ndi\Interfaces,DefLower,,"ndis2,ndis3,odi"
  40. HKR,Ndi\Interfaces,LowerRange,,"ndis2,ndis3,odi"
  41. HKR,Ndi\Interfaces,DefUpper,,"winsock, netbios, pctcpapi"
  42. HKR,Ndi\Interfaces,UpperRange,,"winsock, netbios, pctcpapi"
  43. ; MLK LATER: Add VIdrive in compatibility list
  44. HKR,Ndi\Compatibility,RequireAny,,"VREDIR"
  45. ; Install sections
  46. HKR,Ndi\Install,,,"FTPTCP.Install"
  47. HKR,Ndi\Remove,,,"FTPTCP.Remove"
  48. ; Context help
  49. HKR,Ndi,HelpText,,%FTPTCP_HELP%
  50.  
  51. [FTPTCP.Install]
  52. AddReg=FTPTCP.AddReg
  53. ;;; CopyFiles=FTPTCP.CopyFiles.sys
  54. RenFiles=FTPTCP.RenFiles.sys.ins,FTPTCP.RenFiles.win.ins 
  55. UpdateAutoBat=FTPTCP.InstallUpdateAutoBat
  56.  
  57. ;;;[FTPTCP.ndi.copyfiles]
  58. ;;;ftptcpnd.dll
  59.  
  60. ;;;[FTPTCP.CopyFiles.sys]
  61. ;;;ftptcp.386
  62.  
  63. [FTPTCP.RenFiles.sys.ins]
  64. ; new-file-name, old-file-name
  65. wsock32.ms, wsock32.dll
  66.  
  67. [FTPTCP.RenFiles.win.ins]
  68. ; new-file-name, old-file-name
  69. winsock.ms, winsock.dll
  70. ping.ms, ping.exe
  71.  
  72.  
  73. [FTPTCP.InstallUpdateAutoBat]
  74. CmdAdd = vxdinit.exe,"-i -s"
  75.  
  76. ;ndis.386 will determine whether to load it or not
  77. [FTPTCP.AddReg]
  78. HKR,,DevLoader,,*ndis
  79. HKR,,DeviceVxDs,,"ftptcp.386"
  80. HKLM,"SYSTEM\CurrentControlSet\Services\VxD\FTPTCP",StaticVxD,,"ftptcp.386"
  81. HKLM,"SYSTEM\CurrentControlSet\Services\VxD\FTPTCP",Start,1,00
  82.  
  83. [FTPTCP.Remove]
  84. DelReg=FTPTCP.Rmv.DelReg
  85. ; Delete files which were copied at install time
  86. ;;;DelFiles=FTPTCP.CopyFiles.sys
  87. RenFiles=FTPTCP.RenFiles.sys.rem,FTPTCP.RenFiles.win.rem
  88. UpdateAutoBat=FTPTCP.RemoveUpdateAutoBat
  89.  
  90. [FTPTCP.RenFiles.sys.rem]
  91. ; new-file-name, old-file-name
  92. wsock32.dll, wsock32.ms
  93.  
  94. [FTPTCP.RenFiles.win.rem]
  95. ; new-file-name, old-file-name
  96. winsock.dll, winsock.ms
  97. ping.exe, ping.ms 
  98.  
  99. [FTPTCP.RemoveUpdateAutoBat]
  100. CmdDelete = vxdinit.exe
  101.  
  102. [FTPTCP.Rmv.DelReg]
  103. HKLM,"SYSTEM\CurrentControlSet\Services\VxD\FTPTCP"
  104.  
  105. ;****************************************************************************
  106. ; Destination Directories
  107. ;****************************************************************************
  108. [DestinationDirs]
  109. FTPTCP.CopyFiles.sys         = 11 ; LDID_SYS
  110. FTPTCP.ndi.copyfiles         = 11 ; LDID_SYS
  111. FTPTCP.RenFiles.sys.ins         = 11 ; LDID_SYS
  112. FTPTCP.RenFiles.sys.rem         = 11 ; LDID_SYS
  113. FTPTCP.RenFiles.win.ins         = 25 ; LDID_SHARED    
  114. FTPTCP.RenFiles.win.rem         = 25 ; LDID_SHARED    
  115.  
  116. ;****************************************************************************
  117. ; Source Directories
  118. ;****************************************************************************
  119. [SourceDisksNames]
  120. 39=%DSK_FTPTCP%,     "", 0001
  121.  
  122. [SourceDisksFiles]
  123. ftptcp.386     =39
  124.  
  125.  
  126.  
  127. ;***************************************
  128. ;****************************************************************************
  129. ; Localizable Strings
  130. ;****************************************************************************
  131. [strings]
  132. V_FTP="FTP Software, Inc."
  133. ;V_CLASSNAME="Network Transport"
  134. FTPTCP.DeviceDesc="TCP/IP Stack. FTP Software, Inc."
  135. FTPTCP_HELP="TCP/IP Protocol allows you to connect to the Internet"
  136. ; Source Disks
  137. DSK_FTPTCP="OnNet TCP/IP Kernel for Windows-95 disk"
  138.