home *** CD-ROM | disk | FTP | other *** search
/ Popular Software (Premium Edition) / mycd.iso / WIN98 / PRECOPY2.CAB / netpptp.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1998-06-19  |  5.2 KB  |  153 lines

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