home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 May / PCW596.iso / wtest / clico / sunsoft / pcnfspro / inf / suntrans.in_ / suntrans.INF
Encoding:
INI File  |  1995-10-30  |  2.8 KB  |  102 lines

  1. ; SUNTRANS.INF
  2. ;
  3. ; SunSoft Network Transports for Windows 95
  4. ;
  5. ; Copyright 1994-1995, SunSoft, Inc.
  6.  
  7. [version]
  8. signature="$Windows95$"
  9. provider=%V_SUNSOFT%
  10. Class=NetTrans
  11. LayoutFile=layout.inf
  12.  
  13. [Manufacturer]
  14. %V_SUNSOFT%=SUNSOFT
  15.  
  16. [SUNSOFT]
  17. %PCNFSPROTCP.DeviceDesc%=   PCNFSPROTCP.ndi, PCNFSPROTCP    ;PCNFSPROTCP
  18.  
  19. ;****************************************************************************
  20. ; PCNFSPROTCP
  21. ;****************************************************************************
  22. [PCNFSPROTCP.ndi]
  23. AddReg=PCNFSPROTCP.ndi.reg
  24. ;Unique PnP ID, entry need to be present so that setup can back track
  25. ;the device name from the driver
  26. DeviceID=NFSW
  27. ;Specify if the device can be installed more than once
  28. ;if not specify, default is MaxInstance=1
  29. MaxInstance=1
  30.  
  31. [PCNFSPROTCP.ndi.reg]
  32. HKR,Ndi,DeviceID,,NFSW
  33. HKR,Ndi,MaxInstance,,1
  34. ; NDIS Info
  35. HKR,NDIS,LogDriverName,,"NFSW"
  36. HKR,NDIS,MajorNdisVersion,1,03
  37. HKR,NDIS,MinorNdisVersion,1,0A
  38. ; Interfaces
  39. HKR,Ndi\Interfaces,DefUpper,,"netbios,pcnfspro,tcp,winsock"
  40. HKR,Ndi\Interfaces,DefLower,,"ndis2,ndis3"
  41. ;HKR,Ndi\Interfaces,DefLower,,"ndis3"
  42. HKR,Ndi\Interfaces,UpperRange,,"netbios,pcnfspro,tcp,winsock"
  43. HKR,Ndi\Interfaces,LowerRange,,"ndis2,ndis3"
  44. ;HKR,Ndi\Interfaces,LowerRange,,"ndis3"
  45. ; Install sections
  46. HKR,Ndi\Install,,,"PCNFSPROTCP.Install"
  47. HKR,Ndi\Remove,,,"PCNFSPROTCP.Remove"
  48. HKLM,System\CurrentControlSet\Services\VxD\PCNFSPROTCP,StaticVxD,,"nfswreg.386,nfswnfs.386,nfswnetb.386,nfsw_ppp.386,nfswprt.386"
  49. ; Context help
  50. HKR,Ndi,HelpText,,%PCNFSPROTCP_HELP%
  51.  
  52. [PCNFSPROTCP.Install]
  53. AddReg=PCNFSPROTCP.AddReg
  54. CopyFiles=PCNFSPROTCP.CopyFiles
  55. UpdateInis=PCNFSPROTCP.inis
  56.  
  57. [PCNFSPROTCP.inis]
  58. system.ini,NFSW,,"Interface=nd0"
  59.  
  60. [PCNFSPROTCP.AddReg]
  61. HKR,,DevLoader,,*ndis
  62. HKR,,DeviceVxDs,,"nfsw.vxd"
  63.  
  64. [PCNFSPROTCP.CopyFiles]
  65.  
  66. [PCNFSPROTCP.Remove]
  67. DelReg=PCNFSPROTCP.Rmv.DelReg
  68.  
  69. [PCNFSPROTCP.Rmv.DelReg]
  70. HKLM,System\CurrentControlSet\Services\Vxd\PCNFSPROTCP,,
  71.  
  72. ;****************************************************************************
  73. ; Destination Directories
  74. ;****************************************************************************
  75. [DestinationDirs]
  76. ;PCNFSPROTCP.CopyFiles           = 11 ; LDID_SYS
  77.  
  78. ;[SourceDisksNames]
  79. ;NOTE: USE ONLY DISK NUMBERS 45-54:
  80. ;46=%DSK_NFS%,      "", 0001
  81.  
  82. ;[SourceDisksFiles]
  83.  
  84. ;****************************************************************************
  85. ; Localizable Strings
  86. ;****************************************************************************
  87. [strings]
  88. ; Provider
  89. ; Manufacturer
  90. V_SUNSOFT="SunSoft"
  91.  
  92. ; Source Disks
  93. DSK_PCNFSPROTCP="SunSoft PC-NFS«pro 2.0 install disk"
  94.  
  95. ; Devices
  96. PCNFSPROTCP.DeviceDesc="SunSoft PC-NFS«pro 2.0 TCP/IP"
  97.  
  98. ; Parameters
  99.  
  100. ; Context help
  101. PCNFSPROTCP_HELP="TCP/IP is the protocol you use to connect to the Internet and wide-area networks."
  102.