home *** CD-ROM | disk | FTP | other *** search
Wrap
INI File | 1997-10-21 | 5.2 KB | 151 lines
; netpptp.inf ; ; INF for Point to Point Tunneling Protocol WAN Miniport Driver (NETPPTP.SYS) ; ; The NETPPTP driver is the "Virtual Private Networking Adapter" ; ; Copyright (c) 1997 Microsoft Corporation [version] CatalogFile=netpptp.cat LayoutFile= Layout.inf, Layout1.inf, Layout2.inf Signature="$CHICAGO$" Class=Net ClassGUID={4d36e972-e325-11ce-bfc1-08002be10318} Provider=%V_MS% [Manufacturer] %V_MS%=PPTP [PPTP] %*PNP8386.DeviceDesc%=*PNP8386.ndi, *PNP8386 ;**************************************************************************** ; PnP ID Adapter Specific Install Section ;**************************************************************************** [*PNP8386.ndi] AddReg=*PNP8386.ndi.reg,PPTP.ndi.reg,PPTP.Gen.Params DeviceID=*PNP8386 MaxInstance=1 [*PNP8386.ndi.reg] HKR,Ndi,DeviceID,,"*PNP8386" ; pnp id ;**************************************************************************** ; Base Section ;**************************************************************************** [PPTP.ndi.reg] HKR,,DevLoader,,*ndis HKR,,DeviceVxDs,, netpptp.sys ; NDIS Info HKR,NDIS,LogDriverName,,"pptp" HKR,NDIS,MajorNdisVersion,HEX,03 HKR,NDIS,MinorNdisVersion,HEX,0A ; Interfaces HKR,Ndi\Interfaces,DefUpper,,"ndiswan" HKR,Ndi\Interfaces,DefLower,,"pptp" HKR,Ndi\Interfaces,UpperRange,,"ndiswan" HKR,Ndi\Interfaces,LowerRange,,"pptp" ; Required Components HKR,Ndi\Compatibility,RequireAll,,"NDISWAN" ; Install sections HKR,Ndi\Install,ndiswan,,"PPTP.ndiswan" ; Context help HKR,Ndi,HelpText,,%PPTP_HELP% ; Uninstall sections HKR,Ndi\Remove,ndiswan,,"PPTP.ndiswan.uninstall" ;**************************************************************************** ; TAPI ISDN Configuration ;**************************************************************************** HKR,TAPI,ConfigFlags,1,00,00,00,00 HKR,TAPI,DeviceType,1,01,00,00,00 HKR,TAPI,DeviceCaps,1,14,00,00,00, 00,00,00,00, 02,00,00,00, 01,00,00,00, 01,00,00,00 HKR,TAPI\Line0,ConfigFlags,1,00,00,00,00 HKR,TAPI\Line0,LineCaps,1,1c,00,00,00, 00,00,00,00, 03,00,00,00, ff,00,00,00, 03,00,00,00, 02,00,00,00, 02,00,00,00 HKR,TAPI\Line0,Properties,1,00,00,00,00, 00,00,00,00, 00,00,00,00 HKR,TAPI\Line0\Channel0,ConfigFlags,1,00,00,00,00 HKR,TAPI\Line0\Channel0,Properties,1,00,00,00,00, 00,00,00,00, 00,00,00,00 HKR,TAPI\Line0\Channel0,SPID,,"" HKR,TAPI\Line0\Channel0,Phone,,"" HKR,TAPI\Line0\Channel1,ConfigFlags,1,00,00,00,00 HKR,TAPI\Line0\Channel1,Properties,1,00,00,00,00, 00,00,00,00, 00,00,00,00 HKR,TAPI\Line0\Channel1,SPID,,"" HKR,TAPI\Line0\Channel1,Phone,,"" ;**************************************************************************** ; General Params ;**************************************************************************** [PPTP.Gen.Params] ; pptp constant values HKR,,BoardType,,"Microsoft Virtual Private Networking Adapter" HKR,,BoardName,,"Microsoft Virtual Private Networking Adapter" HKR,,DeviceName,,"Microsoft VPN Adapter" HKR,,ProviderInfo,,"Microsoft" HKR,,DeviceType,,"PPTP" HKR,,TunnelGreOverUdp,,0 ;**************************************************************************** ; Install Section ;**************************************************************************** ; Install section for NDISWAN upper edge (only for WAN miniports) [PPTP.ndiswan] CopyFiles=PPTP.ndiswan.CopyFiles AddReg=PPTP.Install [PPTP.Install] ;**************************************************************************** ; VPN Option Installed ;**************************************************************************** HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\VPN,Installed,,"1" ;**************************************************************************** ; Uninstall Section ;**************************************************************************** [PPTP.ndiswan.uninstall] AddReg=PPTP.Uninstall [PPTP.Uninstall] ;**************************************************************************** ; VPN Option Uninstalled ;**************************************************************************** HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\VPN,Installed,,"0" ;**************************************************************************** ; CopyFiles Section ;**************************************************************************** [PPTP.ndiswan.CopyFiles] netpptp.sys,,,32 ; 32 = no version conflict when target is newer ;**************************************************************************** ; Destination Directories ;**************************************************************************** [DestinationDirs] PPTP.ndiswan.CopyFiles =11 ; System Directory ;**************************************************************************** ; Localizable Strings ;**************************************************************************** [strings] ; Provider & Manufacturers V_MS="Microsoft" ; Device Descriptions *PNP8386.DeviceDesc="Microsoft Virtual Private Networking Adapter" ; Context Help PPTP_HELP="The Microsoft Virtual Private Networking Adapter enables your computer to establish private network connections across a public network such as the Internet."