home *** CD-ROM | disk | FTP | other *** search
INI File | 1995-06-03 | 2.7 KB | 82 lines |
- ; This script installs Client for Microsoft Networks
- ; and configures related settings.
-
- [NETWORK]
- ; 0 = do not prompt for network components (use detection only)
- ; 1 = prompt for network components
- Display=1
-
- ; Install Client for Microsoft Networks.
- Clients=VREDIR
-
- ; Detection is strongly recommended for installing network adapter drivers.
- ; See "MSBATCH.INF Parameters" in the Windows 95 Resource Kit
- ; for information about specifying network adapter drivers and parameters.
- ; This example shows how to install the driver for a Proteon 1390 card.
- ; Settings for the card appear at the end of this script.
- ;IgnoreDetectedNetCards=0
- ;netcards=*PNP81EB
-
- ; Install all protected-mode Windows 95 protocols plus NetBIOS over IPX.
- Protocols=NWLink,MSTCP,NetBeui,NWNBlink
-
- ; Set NetBIOS over IPX as the default protocol.
- DefaultProtocol=NWNBLINK
-
- ; Install File and Printer Sharing for Microsoft Networks.
- ; To also install Microsoft Network Monitor Agent,
- ; first use INF Installer to add the required files to the
- ; Windows 95 source files, then remove ";" before NMAGENT.
- Services=VSERVER;,NMAGENT
-
- ; To set network identifiers, remove ";" and type appropriate values.
- ;ComputerName="Workstation_1"
- ;Workgroup="Workgroup_1"
-
- ; Install user-level security
- ; with computer running Windows NT Workstation as security provider.
- ; Other options are 0 = share-level security, or domain = Windows NT domain.
- Security=msserver
-
- ; Remove ";" and set the name of the security provider for peer sharing.
- ;PassThroughAgent="NTServer_1"
-
- ; This script uses DHCP to configure TCP/IP
- ; and WINS for NetBIOS name resolution.
- ; To see an example that predefines TCP/IP settings and
- ; uses LMHOSTS for name resolution, see INIPREP.INF.
- [MSTCP]
- ; 0 = do not use DHCP for TCP/IP configuration, 1 = use DHCP
- DHCP=1
-
- ; 0 = do not use WINS for name resolution
- ; 1 = use WINS, DHCP = get WINS values from DHCP server
- WINS=DHCP
-
- [VREDIR]
- ; 0 = do not validate network logon, 1 = validate network logon
- ValidatedLogon=1
-
- ; Remove ";" and set the Windows NT domain to use for logon validation.
- ;LogonDomain="Domain_1"
-
- [VSERVER]
- ; 0 = announce this computer to LAN Manager, 1 = do not announce this computer
- LMAnnounce=1
-
- ; 0 = This computer cannot be a browse master
- ; 1 = This computer is the browse master
- ; 2 = Auto (the computer can be a browse master if required)
- MaintainServerList=2
-
- ; The following shows settings for the Proteon 1390 network adapter
- ; specified in the NetCards= setting earlier in this script.
- ; These values are identified in the NETPROT.INF file.
- ;[*PNP81EB]
- ;INTLEVEL=10
- ;IOBASE=4a20
- ;DMAChannel=7
- ;LinkSpeed=4
- ;CardSpeed=4
- ;Media=UTP ; or STP
- ;CableType=UTP ; or STP