home *** CD-ROM | disk | FTP | other *** search
/ The Microsoft Windows 95 Recource Kit Utilities / Recouce Kit Utilities.iso / rkutil / reskit1.cab / msnet.inf < prev    next >
Encoding:
INI File  |  1995-06-03  |  2.7 KB  |  82 lines

  1. ;  This script installs Client for Microsoft Networks
  2. ;  and configures related settings.
  3.  
  4. [NETWORK]
  5. ;  0 = do not prompt for network components (use detection only)
  6. ;  1 = prompt for network components
  7. Display=1
  8.  
  9. ;  Install Client for Microsoft Networks.
  10. Clients=VREDIR
  11.  
  12. ;  Detection is strongly recommended for installing network adapter drivers.
  13. ;  See "MSBATCH.INF Parameters" in the Windows 95 Resource Kit 
  14. ;  for information about specifying network adapter drivers and parameters.
  15. ;  This example shows how to install the driver for a Proteon 1390 card. 
  16. ;  Settings for the card appear at the end of this script.
  17. ;IgnoreDetectedNetCards=0
  18. ;netcards=*PNP81EB
  19.  
  20. ;  Install all protected-mode Windows 95 protocols plus NetBIOS over IPX.
  21. Protocols=NWLink,MSTCP,NetBeui,NWNBlink
  22.  
  23. ;  Set NetBIOS over IPX as the default protocol.
  24. DefaultProtocol=NWNBLINK
  25.  
  26. ;  Install File and Printer Sharing for Microsoft Networks.
  27. ;  To also install Microsoft Network Monitor Agent,
  28. ;  first use INF Installer to add the required files to the
  29. ;  Windows 95 source files, then remove ";" before NMAGENT.
  30. Services=VSERVER;,NMAGENT
  31.  
  32. ;  To set network identifiers, remove ";" and type appropriate values.
  33. ;ComputerName="Workstation_1"
  34. ;Workgroup="Workgroup_1"
  35.  
  36. ;  Install user-level security 
  37. ;  with computer running Windows NT Workstation as security provider.            
  38. ;  Other options are 0 = share-level security, or domain = Windows NT domain.
  39. Security=msserver
  40.  
  41. ;  Remove ";" and set the name of the security provider for peer sharing.
  42. ;PassThroughAgent="NTServer_1"
  43.  
  44. ;  This script uses DHCP to configure TCP/IP 
  45. ;  and WINS for NetBIOS name resolution.
  46. ;  To see an example that predefines TCP/IP settings and
  47. ;  uses LMHOSTS for name resolution, see INIPREP.INF.
  48. [MSTCP]
  49. ;  0 = do not use DHCP for TCP/IP configuration, 1 = use DHCP
  50. DHCP=1
  51.  
  52. ;  0 = do not use WINS for name resolution
  53. ;  1 = use WINS, DHCP = get WINS values from DHCP server
  54. WINS=DHCP
  55.  
  56. [VREDIR]
  57. ;  0 = do not validate network logon, 1 = validate network logon
  58. ValidatedLogon=1
  59.  
  60. ;  Remove ";" and set the Windows NT domain to use for logon validation.
  61. ;LogonDomain="Domain_1"
  62.  
  63. [VSERVER]
  64. ;  0 = announce this computer to LAN Manager, 1 = do not announce this computer
  65. LMAnnounce=1
  66.  
  67. ;  0 = This computer cannot be a browse master
  68. ;  1 = This computer is the browse master
  69. ;  2 = Auto (the computer can be a browse master if required)
  70. MaintainServerList=2
  71.  
  72. ;  The following shows settings for the Proteon 1390 network adapter
  73. ;  specified in the NetCards= setting earlier in this script.
  74. ;  These values are identified in the NETPROT.INF file.
  75. ;[*PNP81EB]
  76. ;INTLEVEL=10
  77. ;IOBASE=4a20
  78. ;DMAChannel=7
  79. ;LinkSpeed=4
  80. ;CardSpeed=4
  81. ;Media=UTP      ; or STP
  82. ;CableType=UTP  ; or STP