home *** CD-ROM | disk | FTP | other *** search
/ BUG 15 / BUGCD1998_06.ISO / _internt / _msdun / msdun12.exe / RCDATA / CABINET / MSDUN.CAB / netpptp.inf < prev    next >
INI File  |  1997-07-11  |  6KB  |  172 lines

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