home *** CD-ROM | disk | FTP | other *** search
INI File | 1995-10-30 | 2.8 KB | 102 lines |
- ; SUNTRANS.INF
- ;
- ; SunSoft Network Transports for Windows 95
- ;
- ; Copyright 1994-1995, SunSoft, Inc.
-
- [version]
- signature="$Windows95$"
- provider=%V_SUNSOFT%
- Class=NetTrans
- LayoutFile=layout.inf
-
- [Manufacturer]
- %V_SUNSOFT%=SUNSOFT
-
- [SUNSOFT]
- %PCNFSPROTCP.DeviceDesc%= PCNFSPROTCP.ndi, PCNFSPROTCP ;PCNFSPROTCP
-
- ;****************************************************************************
- ; PCNFSPROTCP
- ;****************************************************************************
- [PCNFSPROTCP.ndi]
- AddReg=PCNFSPROTCP.ndi.reg
- ;Unique PnP ID, entry need to be present so that setup can back track
- ;the device name from the driver
- DeviceID=NFSW
- ;Specify if the device can be installed more than once
- ;if not specify, default is MaxInstance=1
- MaxInstance=1
-
- [PCNFSPROTCP.ndi.reg]
- HKR,Ndi,DeviceID,,NFSW
- HKR,Ndi,MaxInstance,,1
- ; NDIS Info
- HKR,NDIS,LogDriverName,,"NFSW"
- HKR,NDIS,MajorNdisVersion,1,03
- HKR,NDIS,MinorNdisVersion,1,0A
- ; Interfaces
- HKR,Ndi\Interfaces,DefUpper,,"netbios,pcnfspro,tcp,winsock"
- HKR,Ndi\Interfaces,DefLower,,"ndis2,ndis3"
- ;HKR,Ndi\Interfaces,DefLower,,"ndis3"
- HKR,Ndi\Interfaces,UpperRange,,"netbios,pcnfspro,tcp,winsock"
- HKR,Ndi\Interfaces,LowerRange,,"ndis2,ndis3"
- ;HKR,Ndi\Interfaces,LowerRange,,"ndis3"
- ; Install sections
- HKR,Ndi\Install,,,"PCNFSPROTCP.Install"
- HKR,Ndi\Remove,,,"PCNFSPROTCP.Remove"
- HKLM,System\CurrentControlSet\Services\VxD\PCNFSPROTCP,StaticVxD,,"nfswreg.386,nfswnfs.386,nfswnetb.386,nfsw_ppp.386,nfswprt.386"
- ; Context help
- HKR,Ndi,HelpText,,%PCNFSPROTCP_HELP%
-
- [PCNFSPROTCP.Install]
- AddReg=PCNFSPROTCP.AddReg
- CopyFiles=PCNFSPROTCP.CopyFiles
- UpdateInis=PCNFSPROTCP.inis
-
- [PCNFSPROTCP.inis]
- system.ini,NFSW,,"Interface=nd0"
-
- [PCNFSPROTCP.AddReg]
- HKR,,DevLoader,,*ndis
- HKR,,DeviceVxDs,,"nfsw.vxd"
-
- [PCNFSPROTCP.CopyFiles]
-
- [PCNFSPROTCP.Remove]
- DelReg=PCNFSPROTCP.Rmv.DelReg
-
- [PCNFSPROTCP.Rmv.DelReg]
- HKLM,System\CurrentControlSet\Services\Vxd\PCNFSPROTCP,,
-
- ;****************************************************************************
- ; Destination Directories
- ;****************************************************************************
- [DestinationDirs]
- ;PCNFSPROTCP.CopyFiles = 11 ; LDID_SYS
-
- ;[SourceDisksNames]
- ;NOTE: USE ONLY DISK NUMBERS 45-54:
- ;46=%DSK_NFS%, "", 0001
-
- ;[SourceDisksFiles]
-
- ;****************************************************************************
- ; Localizable Strings
- ;****************************************************************************
- [strings]
- ; Provider
- ; Manufacturer
- V_SUNSOFT="SunSoft"
-
- ; Source Disks
- DSK_PCNFSPROTCP="SunSoft PC-NFS«pro 2.0 install disk"
-
- ; Devices
- PCNFSPROTCP.DeviceDesc="SunSoft PC-NFS«pro 2.0 TCP/IP"
-
- ; Parameters
-
- ; Context help
- PCNFSPROTCP_HELP="TCP/IP is the protocol you use to connect to the Internet and wide-area networks."
-