home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Program Collection for Windows 95 #17
/
Win95-17.iso
/
system.win
/
osr25
/
precopy2.cab
/
netftp.inf
< prev
next >
Wrap
INI File
|
1996-08-24
|
4KB
|
129 lines
; NETFTP.INF
;
; FTP Software NFS client
;
; Copyright 1995, FTP Software, Inc
;
; rev 4 05-11-95
[version]
signature="$CHICAGO$"
Class=NetClient
provider=%V_FTP%
[Manufacturer]
%V_FTP%=FTP
[FTP]
%FTPNFS.DeviceDesc%= FTPNFS.ndi, FTPNFS
;****************************************************************************
; FTP Software InterDrive NFS Client
;****************************************************************************
[FTPNFS.ndi]
AddReg=FTPNFS.ndi.reg
CopyFiles=FTPNFS.ndi.copyfiles
DeviceID=FTPNFS
[FTPNFS.ndi.reg]
HKR,Ndi,DeviceID,,FTPNFS
; hook in our NDI DLL
HKR,Ndi,NdiInstaller,,"idnpndi.dll,IdriveNdiProc"
; Interfaces
HKR,Ndi\Interfaces,DefUpper,,"winnet4,vidrive"
HKR,Ndi\Interfaces,UpperRange,,"winnet4,vidrive"
HKR,Ndi\Interfaces,DefLower,,"winsock,tdi"
HKR,Ndi\Interfaces,LowerRange,,"winsock,tdi"
HKR,Ndi\Interfaces,ExcludeAny,,"winnet31"
; Install-Remove Section
HKR,Ndi\Install,,,"FTPNFS.inst"
HKR,Ndi\Remove ,,,"FTPNFS.rmv"
; Network provider
; should be the same as HKLM\system\ccs\ftpnfs\networkprovider\name
HKR,Ndi,NetworkProvider,,"InterDrive"
; Context help
HKR,Ndi,HelpText,,%VIDRIVE_HELP%
[FTPNFS.ndi.copyfiles]
idnpndi.dll
[FTPNFS.inst]
AddReg=FTPNFS.addreg, IDNP32.addreg
CopyFiles=FTPNFS.copyfiles, IDNP32.copyfiles, IDPP32.copyfiles
[FTPNFS.addreg]
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,vidrive.386
HKLM,"SYSTEM\CurrentControlSet\Services\VxD\FTPIDRIVE",StaticVxD,,"vidrive.386"
HKLM,"SYSTEM\CurrentControlSet\Services\VxD\FTPIDRIVE",Start,1,00
[IDNP32.addreg]
;Net provider info
HKLM,"SYSTEM\CurrentControlSet\Control\NetworkProvider\Order",FTPNFS
HKLM,"SYSTEM\CurrentControlSet\Services\FTPNFS\NetworkProvider",Name,,"InterDrive"
HKLM,"SYSTEM\CurrentControlSet\Services\FTPNFS\NetworkProvider",ProviderPath,,"idnp32.dll"
HKLM,"SYSTEM\CurrentControlSet\Services\FTPNFS\NetworkProvider",Description,,"FTP Software NFS Client"
HKLM,"SYSTEM\CurrentControlSet\Services\FTPNFS\NetworkProvider",NetID,1,00,00,0C,00 ; NetID
HKLM,"SYSTEM\CurrentControlSet\Services\FTPNFS\NetworkProvider",CallOrder,1,00,00,00,40 ;
;Print provider info
HKLM,"SYSTEM\CurrentControlSet\Control\Print\Providers\InterDrive 95 Print Provider",Name,,"idpp32.dll"
[FTPNFS.copyfiles]
vidrive.386
[IDNP32.copyfiles]
idnp32.dll
rpc4w32.dll
[IDPP32.copyfiles]
idpp32.dll
[FTPNFS.rmv]
DelReg=FTPNFS.delreg
Delfiles=FTPNFS.copyfiles, IDNP32.copyfiles, IDPP32.copyfiles, FTPNFS.ndi.copyfiles
[FTPNFS.delreg]
HKLM,"SYSTEM\CurrentControlSet\Services\VxD\FTPIDRIVE"
HKLM,"SYSTEM\CurrentControlSet\Control\NetworkProvider\Order",FTPNFS
HKLM,"SYSTEM\CurrentControlSet\Services\FTPNFS"
HKLM,"System\CurrentControlSet\Control\Print\Providers\InterDrive 95 Print Provider"
;****************************************************************************
; Destination Directories
;****************************************************************************
[DestinationDirs]
FTPNFS.copyfiles = 11 ;LDID_SYS
IDNP32.copyfiles = 11 ;LDID_SYS
IDPP32.copyfiles = 11 ;LDID_SYS
FTPNFS.ndi.copyfiles = 11 ;LDID_SYS
;****************************************************************************
; Source Directories
;****************************************************************************
[SourceDisksNames]
39=%DSK_FTPS%, "", 0001
[SourceDisksFiles]
vidrive.386 =39
idnp32.dll =39
idpp32.dll =39
rpc4w32.dll =39
idnpndi.dll =39
;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]
; Manufacturers
V_FTP="FTP Software, Inc."
;V_CLASSNAME="Network Client"
; Source Disks
DSK_FTPS= "FTP Software NFS Client (InterDrive 95) driver disk"
; Devices
FTPNFS.DeviceDesc= "FTP Software NFS Client (InterDrive 95)"
; Context help
VIDRIVE_HELP="The FTP Software NFS Client enables you to connect to any computers running an NFS server and use the files and printers shared on them."