home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / windows / mem1614 / precopy2.cab / netpptp.inf < prev    next >
Encoding:
INI File  |  1997-10-21  |  5.2 KB  |  151 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.  
  36. ;****************************************************************************
  37. ; Base Section
  38. ;****************************************************************************
  39. [PPTP.ndi.reg]
  40. HKR,,DevLoader,,*ndis
  41. HKR,,DeviceVxDs,, netpptp.sys
  42.  
  43. ; NDIS Info
  44. HKR,NDIS,LogDriverName,,"pptp"
  45. HKR,NDIS,MajorNdisVersion,HEX,03
  46. HKR,NDIS,MinorNdisVersion,HEX,0A
  47.  
  48. ; Interfaces
  49. HKR,Ndi\Interfaces,DefUpper,,"ndiswan"
  50. HKR,Ndi\Interfaces,DefLower,,"pptp"
  51. HKR,Ndi\Interfaces,UpperRange,,"ndiswan"
  52. HKR,Ndi\Interfaces,LowerRange,,"pptp"
  53.  
  54. ; Required Components
  55. HKR,Ndi\Compatibility,RequireAll,,"NDISWAN"
  56.  
  57. ; Install sections
  58. HKR,Ndi\Install,ndiswan,,"PPTP.ndiswan"
  59.  
  60. ; Context help
  61. HKR,Ndi,HelpText,,%PPTP_HELP%
  62.  
  63. ; Uninstall sections
  64. HKR,Ndi\Remove,ndiswan,,"PPTP.ndiswan.uninstall"
  65.  
  66. ;****************************************************************************
  67. ; TAPI ISDN Configuration
  68. ;****************************************************************************
  69. HKR,TAPI,ConfigFlags,1,00,00,00,00
  70. HKR,TAPI,DeviceType,1,01,00,00,00
  71. HKR,TAPI,DeviceCaps,1,14,00,00,00, 00,00,00,00, 02,00,00,00, 01,00,00,00, 01,00,00,00
  72. HKR,TAPI\Line0,ConfigFlags,1,00,00,00,00
  73. 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
  74. HKR,TAPI\Line0,Properties,1,00,00,00,00, 00,00,00,00, 00,00,00,00
  75. HKR,TAPI\Line0\Channel0,ConfigFlags,1,00,00,00,00
  76. HKR,TAPI\Line0\Channel0,Properties,1,00,00,00,00, 00,00,00,00, 00,00,00,00
  77. HKR,TAPI\Line0\Channel0,SPID,,""
  78. HKR,TAPI\Line0\Channel0,Phone,,""
  79. HKR,TAPI\Line0\Channel1,ConfigFlags,1,00,00,00,00
  80. HKR,TAPI\Line0\Channel1,Properties,1,00,00,00,00, 00,00,00,00, 00,00,00,00
  81. HKR,TAPI\Line0\Channel1,SPID,,""
  82. HKR,TAPI\Line0\Channel1,Phone,,""
  83.  
  84.  
  85. ;****************************************************************************
  86. ; General Params
  87. ;****************************************************************************
  88. [PPTP.Gen.Params]
  89. ; pptp constant values
  90. HKR,,BoardType,,"Microsoft Virtual Private Networking Adapter"
  91. HKR,,BoardName,,"Microsoft Virtual Private Networking Adapter"
  92. HKR,,DeviceName,,"Microsoft VPN Adapter"
  93. HKR,,ProviderInfo,,"Microsoft"
  94. HKR,,DeviceType,,"PPTP"
  95. HKR,,TunnelGreOverUdp,,0
  96.  
  97. ;****************************************************************************
  98. ; Install Section
  99. ;****************************************************************************
  100.  
  101. ; Install section for NDISWAN upper edge (only for WAN miniports)
  102. [PPTP.ndiswan]
  103. CopyFiles=PPTP.ndiswan.CopyFiles
  104. AddReg=PPTP.Install
  105.  
  106. [PPTP.Install]
  107. ;****************************************************************************
  108. ; VPN Option Installed
  109. ;****************************************************************************
  110. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\VPN,Installed,,"1"
  111.  
  112.  
  113. ;****************************************************************************
  114. ; Uninstall Section
  115. ;****************************************************************************
  116. [PPTP.ndiswan.uninstall]
  117. AddReg=PPTP.Uninstall
  118.  
  119. [PPTP.Uninstall]
  120. ;****************************************************************************
  121. ; VPN Option Uninstalled
  122. ;****************************************************************************
  123. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\VPN,Installed,,"0"
  124.  
  125. ;****************************************************************************
  126. ; CopyFiles Section
  127. ;****************************************************************************
  128. [PPTP.ndiswan.CopyFiles]
  129. netpptp.sys,,,32       ; 32 = no version conflict when target is newer
  130.  
  131.  
  132. ;****************************************************************************
  133. ; Destination Directories
  134. ;****************************************************************************
  135. [DestinationDirs]
  136. PPTP.ndiswan.CopyFiles  =11 ; System Directory
  137.  
  138. ;****************************************************************************
  139. ; Localizable Strings
  140. ;****************************************************************************
  141. [strings]
  142. ; Provider & Manufacturers
  143. V_MS="Microsoft"
  144.  
  145. ; Device Descriptions 
  146. *PNP8386.DeviceDesc="Microsoft Virtual Private Networking Adapter"
  147.  
  148. ; Context Help
  149. PPTP_HELP="The Microsoft Virtual Private Networking Adapter enables your computer to establish private network connections across a public network such as the Internet."
  150.  
  151.