home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1998 October / dpcb1098.iso / Internet / Demon / DUN.1 / NDISWAN.INF < prev    next >
Windows Setup INFormation  |  1997-12-10  |  5KB  |  159 lines

  1.  
  2. ; NDISWAN.INF
  3. ;
  4. ; NDISWAN Transport INF
  5. ;
  6. ; Copyright 1993-1996, Microsoft Corporation
  7.  
  8. [version]
  9. LayoutFile=layout.inf
  10. signature="$CHICAGO$"
  11. Class=NetTrans
  12. provider=%V_MS%
  13.  
  14. [Manufacturer]
  15. %V_MS%=MS
  16.  
  17. [MS]
  18. %NDISWAN.DeviceDesc%=   NDISWAN.ndi,   NDISWAN      ;NDISWAN
  19.  
  20. [ControlFlags]
  21. ExcludeFromSelect=NDISWAN
  22.  
  23. ;****************************************************************************
  24. ; NDISWAN
  25. ;****************************************************************************
  26. [NDISWAN.ndi]
  27. AddReg=NDISWAN.ndi.reg
  28. CopyFiles=
  29. DeviceID=NDISWAN
  30. MaxInstance=8
  31.  
  32. [NDISWAN.ndi.reg]
  33. HKR,Ndi,NdiInstaller,,"cfgwiz.dll,CfgWizNdiProc"
  34. HKR,Ndi,MaxInstance,,8
  35. HKR,Ndi,DeviceID,,NDISWAN
  36.  
  37. ; NDIS info
  38. HKR,NDIS,LogDriverName,,"NDISWAN"
  39. HKR,NDIS,MajorNdisVersion,1,03
  40. HKR,NDIS,MinorNdisVersion,1,0A
  41.  
  42. ; Interfaces
  43. HKR,Ndi\Interfaces,DefUpper,,"pppmac"
  44. HKR,Ndi\Interfaces,DefLower,,"ndiswan"
  45. HKR,Ndi\Interfaces,UpperRange,,"pppmac"
  46. HKR,Ndi\Interfaces,LowerRange,,"ndiswan"
  47.  
  48.  
  49. ; Install sections
  50. HKR,Ndi\Install,,,"NDISWAN.Install"
  51.  
  52. ; Context help
  53. HKR,Ndi,HelpText,,%NDISWAN_HELP%
  54.  
  55.  
  56. [NDISWAN.ndi.Copy]
  57. CFGWIZ.DLL
  58. CFGWIZ32.EXE
  59. NDSWAN16.DLL
  60. NDSWAN32.DLL
  61. WAN.TSP
  62.  
  63. [NDISWAN.Install]
  64. AddReg=NDISWAN.AddReg, NDISWAN_Reg
  65. CopyFiles=
  66. UpdateInis=NDISWAN_Inis
  67.  
  68.  
  69. [NDISWAN.AddReg]
  70. HKR,,DevLoader,,*ndis
  71. HKR,,DeviceVxDs,,NDISWAN.vxd
  72. HKLM,"SYSTEM\CurrentControlSet\Services\VxD\NDISWAN",Start,1,00
  73. HKLM,"SYSTEM\CurrentControlSet\Services\VxD\NDISWAN",NetClean,1,1
  74.  
  75.  
  76. [NDISWAN.Copy]
  77. NDIS.VXD,,,32
  78. NDISWAN.VXD
  79. ISDNUI.DLL
  80.  
  81. [NDISWAN.Copy.Help]
  82. ISDN.HLP
  83.  
  84.  
  85. ;****************************************************************************
  86. ; This section adds the ISDN Tools folder to the Accessories group
  87. ;****************************************************************************
  88.  
  89. [NDISWAN_Inis]
  90. ;
  91. ;Create ISDN Tools folder in accessories group
  92. ;
  93. setup.ini, progman.groups,, "group11=%NDISWAN_Tools_Desc%"              ;creates folder
  94. setup.ini, group11,, """%NDISWAN_CfgWiz32_Desc%"", "CFGWIZ32.EXE",,0,,""%24%\%PROGRAMF%\%ACCESSOR%"""      ;creates link
  95.  
  96. [NDISWAN_DelInis]
  97. ;
  98. ;delete ISDN Tools folder in accessories group
  99. ;
  100. setup.ini, progman.groups,, "group11=%NDISWAN_Tools_Desc%"    ;delete folder?
  101. setup.ini, group11,, """%NDISWAN_CfgWiz32_Desc%"""             ;deletes link in Accessories
  102.  
  103. [NDISWAN_Reg]
  104. ; Create the long filenames for "\Program Files\Accessories\ISDN Tools"
  105. ;   Note that when you rename a long name, VFAT changes the short name from
  106. ;   foobar~1 to foobar~2.
  107. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\Accessories,,2,"%24%\%PROGRAMF%\%ACCESSOR%"
  108. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\Accessories,%NDISWAN_TOOLS%,,@$@$@$@$.$@$
  109. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\Accessories,@$@$@$@$.$@$,,"%NDISWAN_Tools_Directory%,0"
  110.  
  111. ;
  112. ; Create ISDN shortcuts in start menu
  113. ;
  114. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce,"NDISWAN_GrpConv",,"%25%\grpconv.exe -o"
  115.  
  116. ;****************************************************************************
  117. ; Destination Directories
  118. ;****************************************************************************
  119. [DestinationDirs]
  120.  NDISWAN.Copy                = 11 ; LDID_SYS
  121.  NDISWAN.ndi.Copy            = 11 ; LDID_SYS
  122.  NDISWAN.Copy.Help           = 18 ; LDID_HLP
  123.  
  124.  
  125. ;****************************************************************************
  126. ; Localizable Strings
  127. ;****************************************************************************
  128. [strings]
  129. V_MS="Microsoft"
  130.  
  131. ; Devices
  132. NDISWAN.DeviceDesc="NDISWAN"
  133.  
  134. ; Context help
  135. NDISWAN_HELP="NDISWAN is used by the Dial-Up Adapter to access wide-area network devices such as ISDN adapters and the Microsoft Virtual Private Network adapter."
  136.  
  137. ;
  138. ; Directory name in "startmenu\accessories"
  139. ;
  140. NDISWAN_Tools_Desc = "Accessories\ISDN Tools"
  141.  
  142. NDISWAN_CfgWiz32_Desc = "ISDN Configuration Wizard"
  143.  
  144. ; Directory names - note that that short versions must match the truncated
  145. ; 8 char names for the long versions, or else there will be problems!
  146. ; also need to put the short versions in the [DestinationDirs] section above
  147. ; Used by wordpad, hypertrm, backup, paint, & MSN
  148. PROGRAMF         = "Progra~1"          ; first 6 chars of Program_Files, + "~1"
  149. OEM_PROGRAMF     = "Progra~1"          ; first 6 chars of Program_Files, + "~1" - in OEM codepage (not Ansi)
  150. ACCESSOR         = "Access~1"          ; first 6 chars of Accessories, + "~1"
  151. OEM_ACCESSOR     = "Access~1"          ; first 6 chars of Accessories, + "~1"  - in OEM codepage (not Ansi)
  152.  
  153. ;
  154. ; Long, short, and OEM versions...
  155. ;
  156. NDISWAN_Tools_Directory = "ISDN Tools"
  157. NDISWAN_TOOLS     = "ISDNTo~1"
  158. OEM_NDISWAN_TOOLS = "ISDNTo~1" 
  159.