home *** CD-ROM | disk | FTP | other *** search
/ Image Master / L80.iso / Win98 / PRECOPY2.CAB / netpptp.inf < prev    next >
Encoding:
INI File  |  1998-05-11  |  5.2 KB  |  152 lines

  1.  
  2. ; netpptp.inf
  3. ;
  4. ; INF for Point to Point Tunneling Protocol WAN Miniport Driver (NETPPTP.SYS)
  5. ;
  6. ; The NETPPTP driver is the "Virtual Private Networking Adapter"
  7. ;
  8. ; Copyright (c) 1997 Microsoft Corporation
  9.  
  10. [version]
  11. CatalogFile=netpptp.cat
  12. LayoutFile= Layout.inf, Layout1.inf, Layout2.inf
  13. Signature="$CHICAGO$"
  14. Class=Net
  15. ClassGUID={4d36e972-e325-11ce-bfc1-08002be10318}
  16. Provider=%V_MS%
  17.  
  18. [Manufacturer]
  19. %V_MS%=PPTP
  20.  
  21. [PPTP]
  22. %*PNP8386.DeviceDesc%=*PNP8386.ndi, *PNP8386 
  23.  
  24.  
  25. ;****************************************************************************
  26. ; PnP ID Adapter Specific Install Section
  27. ;****************************************************************************
  28. [*PNP8386.ndi]
  29. AddReg=*PNP8386.ndi.reg,PPTP.ndi.reg,PPTP.Gen.Params
  30. DeviceID=*PNP8386
  31. MaxInstance=1
  32.  
  33. [*PNP8386.ndi.reg]
  34. HKR,Ndi,DeviceID,,"*PNP8386"  ; pnp id
  35. HKR,Ndi,NetType,,1
  36.  
  37. ;****************************************************************************
  38. ; Base Section
  39. ;****************************************************************************
  40. [PPTP.ndi.reg]
  41. HKR,,DevLoader,,*ndis
  42. HKR,,DeviceVxDs,, netpptp.sys
  43.  
  44. ; NDIS Info
  45. HKR,NDIS,LogDriverName,,"pptp"
  46. HKR,NDIS,MajorNdisVersion,HEX,03
  47. HKR,NDIS,MinorNdisVersion,HEX,0A
  48.  
  49. ; Interfaces
  50. HKR,Ndi\Interfaces,DefUpper,,"ndiswan"
  51. HKR,Ndi\Interfaces,DefLower,,"pptp"
  52. HKR,Ndi\Interfaces,UpperRange,,"ndiswan"
  53. HKR,Ndi\Interfaces,LowerRange,,"pptp"
  54.  
  55. ; Required Components
  56. HKR,Ndi\Compatibility,RequireAll,,"NDISWAN"
  57.  
  58. ; Install sections
  59. HKR,Ndi\Install,ndiswan,,"PPTP.ndiswan"
  60.  
  61. ; Context help
  62. HKR,Ndi,HelpText,,%PPTP_HELP%
  63.  
  64. ; Uninstall sections
  65. HKR,Ndi\Remove,ndiswan,,"PPTP.ndiswan.uninstall"
  66.  
  67. ;****************************************************************************
  68. ; TAPI ISDN Configuration
  69. ;****************************************************************************
  70. HKR,TAPI,ConfigFlags,1,00,00,00,00
  71. HKR,TAPI,DeviceType,1,01,00,00,00
  72. HKR,TAPI,DeviceCaps,1,14,00,00,00, 00,00,00,00, 02,00,00,00, 01,00,00,00, 01,00,00,00
  73. HKR,TAPI\Line0,ConfigFlags,1,00,00,00,00
  74. 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
  75. HKR,TAPI\Line0,Properties,1,00,00,00,00, 00,00,00,00, 00,00,00,00
  76. HKR,TAPI\Line0\Channel0,ConfigFlags,1,00,00,00,00
  77. HKR,TAPI\Line0\Channel0,Properties,1,00,00,00,00, 00,00,00,00, 00,00,00,00
  78. HKR,TAPI\Line0\Channel0,SPID,,""
  79. HKR,TAPI\Line0\Channel0,Phone,,""
  80. HKR,TAPI\Line0\Channel1,ConfigFlags,1,00,00,00,00
  81. HKR,TAPI\Line0\Channel1,Properties,1,00,00,00,00, 00,00,00,00, 00,00,00,00
  82. HKR,TAPI\Line0\Channel1,SPID,,""
  83. HKR,TAPI\Line0\Channel1,Phone,,""
  84.  
  85.  
  86. ;****************************************************************************
  87. ; General Params
  88. ;****************************************************************************
  89. [PPTP.Gen.Params]
  90. ; pptp constant values
  91. HKR,,BoardType,,"Microsoft Virtual Private Networking Adapter"
  92. HKR,,BoardName,,"Microsoft Virtual Private Networking Adapter"
  93. HKR,,DeviceName,,"Microsoft VPN Adapter"
  94. HKR,,ProviderInfo,,"Microsoft"
  95. HKR,,DeviceType,,"PPTP"
  96. HKR,,TunnelGreOverUdp,,0
  97.  
  98. ;****************************************************************************
  99. ; Install Section
  100. ;****************************************************************************
  101.  
  102. ; Install section for NDISWAN upper edge (only for WAN miniports)
  103. [PPTP.ndiswan]
  104. CopyFiles=PPTP.ndiswan.CopyFiles
  105. AddReg=PPTP.Install
  106.  
  107. [PPTP.Install]
  108. ;****************************************************************************
  109. ; VPN Option Installed
  110. ;****************************************************************************
  111. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\VPN,Installed,,"1"
  112.  
  113.  
  114. ;****************************************************************************
  115. ; Uninstall Section
  116. ;****************************************************************************
  117. [PPTP.ndiswan.uninstall]
  118. AddReg=PPTP.Uninstall
  119.  
  120. [PPTP.Uninstall]
  121. ;****************************************************************************
  122. ; VPN Option Uninstalled
  123. ;****************************************************************************
  124. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\VPN,Installed,,"0"
  125.  
  126. ;****************************************************************************
  127. ; CopyFiles Section
  128. ;****************************************************************************
  129. [PPTP.ndiswan.CopyFiles]
  130. netpptp.sys,,,32       ; 32 = no version conflict when target is newer
  131.  
  132.  
  133. ;****************************************************************************
  134. ; Destination Directories
  135. ;****************************************************************************
  136. [DestinationDirs]
  137. PPTP.ndiswan.CopyFiles  =11 ; System Directory
  138.  
  139. ;****************************************************************************
  140. ; Localizable Strings
  141. ;****************************************************************************
  142. [strings]
  143. ; Provider & Manufacturers
  144. V_MS="Microsoft"
  145.  
  146. ; Device Descriptions 
  147. *PNP8386.DeviceDesc="Microsoft Virtual Private Networking Adapter"
  148.  
  149. ; Context Help
  150. PPTP_HELP="The Microsoft Virtual Private Networking Adapter enables your computer to establish private network connections across a public network such as the Internet."
  151.  
  152.