home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 May / PCW596.iso / wtest / clico / sunsoft / pcnfspro / oemsetup.inf < prev    next >
Encoding:
INI File  |  1995-10-30  |  3.5 KB  |  106 lines

  1. ;ident  "@(#)oem_nfsw.inf    1.55    95/05/11 SMI"
  2. ;
  3. ; OEMSETUP.INF file for installing SunSoft PC-NFSpro drivers
  4. ; for use with Microsoft(R)'s Windows(TM) and Windows(TM) for Workgroups.
  5. ;
  6. ; Copyright (c) 1992, 1993, 1994 by Sun Microsystems, Inc.
  7.  
  8. [data]
  9. type=network                    ; specifies that this is a network INF file
  10. version=3.11.00                 ; current network setup version
  11.  
  12. [disks]
  13.     1 =.,"PC-NFS(R)Pro 2.0 Diskette #1"      ; n=path,diskname,disktag
  14.  
  15. ;
  16. ;stuff for being a PRIMARY NETWORK
  17. ;
  18. [network]
  19. ; key=driver,desc,helpfile,optfile,wininisect,sysinisect,vdd
  20. pcnfspro=,"SunSoft PC-NFS(R)pro",,,pcnfspro,pcnfspro,
  21.  
  22. [network.upgrade]
  23. ; key=primary network,secondary,warning
  24. ;   warning 1 = may work if netbeui protocol
  25. ;   warning 2 = won't work unless upgrade to wfw+netbeui desired
  26. ;   warning 3 = may require additional software (real mode redir)
  27. ;   warning 4 = may require additional hardware (netcard)
  28. 01    = wfwnet/00025100,    pcnfspro,      4   ; pcnfspro build 01 
  29.  
  30. [network.drv.detect]
  31. ; file=package,index : if "file" is present then we are installing
  32. ; "package"; look at line with "index" in network.upgrade to find it.
  33. nfswnet.drv=pcnfspro/0002000,01
  34.  
  35. [pcnfspro.versions]
  36. ; vnumber=desc,file,newstd,newoem,updstd,updoem,update,wnnc_nettype,style
  37. ; 0x0001 = Unsupported net
  38. ; 0x0010 = Supports NDIS2 Drivers
  39. ; 0x0020 = Supports ODI Drivers
  40. ; 0x8000 = Multinet capable winnet driver (wfwnet)
  41. 00020000="2.0",,sun$pcnfspro,,,,0,0x7700
  42.  
  43. [sun$pcnfspro]
  44. ; first, install stack-related files
  45. vxd=*:nfsw.386
  46. vxd=*:nfswreg.386
  47. vxd=*:nfsw_ppp.386
  48.  
  49. ; files that run on top of the stack:
  50. ; our network driver
  51. driver=*:nfswnet.drv
  52. ; NFS, RFC 1001/1002 NETBIOS, and DOS Print Redirector
  53. vxd=*:nfswnfs.386,*:nfswnetb.386,*:nfswprt.386
  54. ; SYSTEM.INI settings we need;
  55. ; system.ini = section,entry-keyname,value
  56. system.ini=386enh,UniqueDOSPSP,true
  57. system.ini=386enh,MaxBPs,500
  58. system.ini=nfsw,interface,pk0
  59. system.ini=nfsw,version,2.0
  60.  
  61. ;
  62. ; stuff for being a SECONDARY NETWORK
  63. ;
  64.  
  65. ; first, define the protocol stack
  66. [transport]
  67. ; key=desc,MSID,type,trans,mode,exclusive,lana,install,protocol,winnet,style
  68. pcnfspro="SunSoft PC-NFS(R)pro 2.0 ",0,ndis,tcp,0x02,0,lanabase,sun$pcnfspro_stack,sun$pcnfspro_protocol,0x7700
  69.  
  70. [sun$pcnfspro_stack]
  71. ; name of PROTOCOL.INI section to contain BINDINGS= etc.
  72. ndis3sect=pcnfspro
  73. ; only need NFSW and, optionally, NFSW_PPP, to run the stack.  "ndis3"
  74. ; is only for secondary networks; "vxd" is only for primary networks
  75. ndis3=*:nfsw.386
  76. ndis3=*:nfswreg.386
  77. ndis3=*:nfsw_ppp.386
  78.  
  79. ; don't need many parameters in PROTOCOL.INI
  80. [sun$pcnfspro_protocol]
  81. DRIVERNAME=PCNFSPRO$
  82.  
  83. [MultiNet]
  84. ; key = desc,net_type,exclusive,protocol id,install_section, style
  85. pcnfspro-2.0.0.0="SunSoft PC-NFS(R)pro 2.0",0x7700,0,0,mn$pcnfspro,0x0010
  86.  
  87. [mn$pcnfspro]
  88. ; SYSTEM.INI settings we need;
  89. ; system.ini = section,entry-keyname,value
  90. system.ini=386enh,UniqueDOSPSP,true
  91. system.ini=386enh,MaxBPs,500
  92. system.ini=nfsw,interface,nd0
  93. system.ini=nfsw,version,2.0
  94. ; files we need to be installed in the Windows SYSTEM dir
  95. ; sysdir  = {disk:filename}
  96. sysdir=*:nfswnet.drv,*:nfsw.386,*:nfswreg.386,*:nfsw_ppp.386,*:nfswnfs.386,*:nfswnetb.386,*:nfswprt.386
  97. ; files that run on top of the stack:
  98. ; our network driver
  99. secondnet.drv=nfswnet.drv,nfswnet.drv
  100. ; NFS
  101. secondnet=nfswnfs.386,nfswnfs.386
  102. ; RFC 1001/1002 NETBIOS
  103. secondnet=nfswnetb.386,nfswnetb.386
  104. ; DOS Print redirector
  105. secondnet=nfswprt.386,nfswprt.386
  106.