home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2000 #9 / Net01.iso / Banner / interQ / InterQ.exe / data1.cab / Program_DLLs / msdun13k.exe / NETPPTP.INF < prev    next >
Encoding:
Windows Setup INFormation  |  1998-08-31  |  5.2 KB  |  153 lines

  1. ; Localized    08/21/1998 12:10 ソタタ (GMT)    7:3.0.406 A    netpptp.inf
  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. LayoutFile=dnlayout.inf, layout.inf
  12. Signature="$CHICAGO$"
  13. Class=Net
  14. Provider=%V_MS%
  15.  
  16. [Manufacturer]
  17. %V_MS%=PPTP
  18.  
  19. [PPTP]
  20. %*PNP8386.DeviceDesc%=*PNP8386.ndi, *PNP8386 
  21.  
  22.  
  23. ;****************************************************************************
  24. ; PnP ID Adapter Specific Install Section
  25. ;****************************************************************************
  26. [*PNP8386.ndi]
  27. AddReg=*PNP8386.ndi.reg,PPTP.ndi.reg,PPTP.Gen.Params
  28. DeviceID=*PNP8386
  29. MaxInstance=1
  30.  
  31. [*PNP8386.ndi.reg]
  32. HKR,Ndi,DeviceID,,"*PNP8386"  ; pnp id
  33. HKR,Ndi,NetType,,1
  34.  
  35. ;****************************************************************************
  36. ; Base Section
  37. ;****************************************************************************
  38. [PPTP.ndi.reg]
  39. HKR,,DevLoader,,*ndis
  40. HKR,,DeviceVxDs,, netpptp.sys
  41.  
  42. ; NDIS Info
  43. HKR,NDIS,LogDriverName,,"pptp"
  44. HKR,NDIS,MajorNdisVersion,HEX,03
  45. HKR,NDIS,MinorNdisVersion,HEX,0A
  46.  
  47. ; Interfaces
  48. HKR,Ndi\Interfaces,DefUpper,,"ndiswan"
  49. HKR,Ndi\Interfaces,DefLower,,"pptp"
  50. HKR,Ndi\Interfaces,UpperRange,,"ndiswan"
  51. HKR,Ndi\Interfaces,LowerRange,,"pptp"
  52.  
  53. ; Required Components
  54. HKR,Ndi\Compatibility,RequireAll,,"NDISWAN, MSTCP"
  55.  
  56. ; Install sections
  57. HKR,Ndi\Install,ndiswan,,"PPTP.ndiswan"
  58.  
  59. ; Context help
  60. HKR,Ndi,HelpText,,%PPTP_HELP%
  61.  
  62. ; Uninstall sections
  63. HKR,Ndi\Remove,ndiswan,,"PPTP.ndiswan.uninstall"
  64.  
  65. ;****************************************************************************
  66. ; TAPI ISDN Configuration
  67. ;****************************************************************************
  68. HKR,TAPI,ConfigFlags,1,00,00,00,00
  69. HKR,TAPI,DeviceType,1,01,00,00,00
  70. HKR,TAPI,DeviceCaps,1,14,00,00,00, 00,00,00,00, 02,00,00,00, 01,00,00,00, 01,00,00,00
  71. HKR,TAPI\Line0,ConfigFlags,1,00,00,00,00
  72. 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
  73. HKR,TAPI\Line0,Properties,1,00,00,00,00, 00,00,00,00, 00,00,00,00
  74. HKR,TAPI\Line0\Channel0,ConfigFlags,1,00,00,00,00
  75. HKR,TAPI\Line0\Channel0,Properties,1,00,00,00,00, 00,00,00,00, 00,00,00,00
  76. HKR,TAPI\Line0\Channel0,SPID,,""
  77. HKR,TAPI\Line0\Channel0,Phone,,""
  78. HKR,TAPI\Line0\Channel1,ConfigFlags,1,00,00,00,00
  79. HKR,TAPI\Line0\Channel1,Properties,1,00,00,00,00, 00,00,00,00, 00,00,00,00
  80. HKR,TAPI\Line0\Channel1,SPID,,""
  81. HKR,TAPI\Line0\Channel1,Phone,,""
  82.  
  83.  
  84. ;****************************************************************************
  85. ; General Params
  86. ;****************************************************************************
  87. [PPTP.Gen.Params]
  88. ; pptp constant values
  89. HKR,,BoardType,,"%PPTP_DEV_DESC%"
  90. HKR,,BoardName,, "%PPTP_DEV_DESC%"
  91. HKR,,DeviceName,,"%PPTP_DEV_NAME%"
  92. HKR,,ProviderInfo,,"Microsoft"
  93. HKR,,DeviceType,,"PPTP"
  94. HKR,,TunnelGreOverUdp,,0
  95.  
  96. ;****************************************************************************
  97. ; Install Section
  98. ;****************************************************************************
  99.  
  100. ; Install section for NDISWAN upper edge (only for WAN miniports)
  101. [PPTP.ndiswan]
  102. CopyFiles=PPTP.ndiswan.CopyFiles
  103. AddReg=PPTP.Install
  104.  
  105. [PPTP.Install]
  106. ;****************************************************************************
  107. ; VPN Option Installed
  108. ;****************************************************************************
  109. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\VPN,Installed,,"1"
  110.  
  111.  
  112. ;****************************************************************************
  113. ; Uninstall Section
  114. ;****************************************************************************
  115. [PPTP.ndiswan.uninstall]
  116. AddReg=PPTP.Uninstall
  117.  
  118. [PPTP.Uninstall]
  119. ;****************************************************************************
  120. ; VPN Option Uninstalled
  121. ;****************************************************************************
  122. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\VPN,Installed,,"0"
  123.  
  124. ;****************************************************************************
  125. ; CopyFiles Section
  126. ;****************************************************************************
  127. [PPTP.ndiswan.CopyFiles]
  128. netpptp.sys,,,32       ; 32 = no version conflict when target is newer
  129.  
  130.  
  131. ;****************************************************************************
  132. ; Destination Directories
  133. ;****************************************************************************
  134. [DestinationDirs]
  135. PPTP.ndiswan.CopyFiles  =11 ; System Directory
  136.  
  137. ;****************************************************************************
  138. ; Localizable Strings
  139. ;****************************************************************************
  140. [strings]
  141. ; Provider & Manufacturers
  142. V_MS = "Microsoft"
  143.  
  144. ; Device Descriptions 
  145. PPTP_DEV_NAME = "Microsoft VPN セ鋗ヘ"
  146. PPTP_DEV_DESC = "Microsoft ー。サ ーウタホ ウラニョソキ セ鋗ヘ"
  147.  
  148. *PNP8386.DeviceDesc = "Microsoft ー。サ ーウタホ ウラニョソキ セ鋗ヘ"
  149.  
  150. ; Context Help
  151. PPTP_HELP = "Microsoft ー。サ ーウタホ ウラニョソキ セ鋗ヘエツ トトヌサナヘクヲ タホナヘウンー ーータコ ー ウラニョソゥクヲ ナヌマソゥ ーウタホ ウラニョソゥ チ「シモタサ ー。エノヌマオオキマ ヌユエマエル."
  152.  
  153.