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

  1. ; RNA.INF
  2. ;
  3. ; This is the Setup information file for Dial-Up Networking, 
  4. ; Direct Cable Connection, and Virtual Private Networking options
  5. ; included in the Windows 95 retail product.
  6. ;
  7. ; Copyright 1993-1997, Microsoft Corporation
  8. ;
  9. ;
  10.  
  11. [version]
  12. LayoutFile=layout.inf
  13. signature="$CHICAGO$"
  14. Provider=%MS%
  15. SetupClass=PLUSPACK
  16.  
  17. [DestinationDirs]
  18. MS_RNA_CopyFiles       =25    ; LDID_SHARED
  19. MS_DCC_CopyFiles       =25    ; LDID_SHARED
  20. MS_VPN_CopyFiles       =25    ; LDID_SHARED
  21. MS_RNA_HLP_CopyFiles   =18    ; LDID_HELP
  22. MS_VPN_HLP_CopyFiles   =18    ; LDID_HELP
  23. MS_RNA_SYS_CopyFiles   =11    ; LDID_SYS
  24. MS_DCC_SYS_CopyFiles   =11    ; LDID_SYS
  25. MS_VPN_SYS_CopyFiles   =11    ; LDID_SYS
  26. MS_RNA_DelFiles        =25    ; LDID_SHARED
  27. MS_RNA_SYS_DelFiles    =11    ; LDID_SYS
  28. MS_RNA_INF_CopyFiles   =17    ; LDID_INF
  29. MS_RNA_ACCS_CopyFiles  =24,%OEM_PROGRAMF%\%OEM_ACCESSOR%    ; LDID_SHARED
  30. MS_RNA_ACCS_DelFiles   =24,%OEM_PROGRAMF%\%OEM_ACCESSOR%    ; LDID_SHARED
  31. MS_DUN_Update_CopyFiles=11    ; LDID_SYS
  32.  
  33. [BaseWinOptions]
  34. MS_RNA_Cleanup
  35. MS_RNA_Maintenance
  36.  
  37. [MS_RNA_Cleanup]
  38. DelReg=MS_RNA_Uninstall_DelReg, MS_DCC_Uninstall_DelReg
  39. DelFiles=MS_RNA_SYS_CopyFiles, MS_DCC_CopyFiles
  40.  
  41. [MS_RNA_Maintenance]
  42. AddReg=MS_RNA_Maintenance_AddReg
  43. CopyFiles=
  44.  
  45. [MS_RNA_INF_CopyFiles]
  46. rna.inf
  47. netppp.inf
  48. netpptp.inf
  49. ndiswan.inf
  50.  
  51. [MS_RNA_Maintenance_AddReg]
  52. ;
  53. ;Remote Access Maintenance Mode Setup
  54. ;
  55. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents,"RNA",,"RNA"
  56. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\RNA,INF,,"rna.inf"
  57. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\RNA,Section,,"RNA"
  58. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\RNA,Installed,,"0"
  59.  
  60. ;
  61. ;Direct Cable Connection Maintenance Mode Setup
  62. ;
  63. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents,"DCC",,"DCC"
  64. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\DCC,INF,,"rna.inf"
  65. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\DCC,Section,,"DCC"
  66. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\DCC,Installed,,"0"
  67.  
  68. ;
  69. ;Virtual Private Networking Maintenance Mode Setup
  70. ;
  71. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents,"VPN",,"VPN"
  72. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\VPN,INF,,"rna.inf"
  73. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\VPN,Section,,"VPN"
  74. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\VPN,Installed,,"0"
  75.  
  76. [Optional Components]
  77. RNA
  78. DCC
  79. VPN
  80.  
  81. [RNA]
  82. OptionDesc=%Remote_Desc%
  83. Tip=%Remote_Tip%
  84. Parent = CommApps
  85. CopyFiles=
  86. DelFiles=MS_RNA_DelFiles, MS_RNA_SYS_DelFiles, MS_RNA_ACCS_DelFiles
  87. AddReg=MS_RNA_Reg
  88. DelReg=MS_RNA_DelReg
  89. UpdateInis=MS_RNA_Inis
  90. UpdateIniFields=MS_RNA_Fields
  91. InstallType = 15                ;All Cases
  92. IconIndex= 21                   ;Dial-up networking mini-icon for dialogs
  93. ValidateProc= RNASETUP.DLL, RnaSetupCallback
  94. Uninstall=MS_RNA_Uninstall
  95.  
  96. [DCC]
  97. OptionDesc=%DirectCC_Desc%
  98. Tip=%DCC_Tip%
  99. Parent = CommApps
  100. CopyFiles=
  101. AddReg=MS_DCC_Reg
  102. UpdateInis=MS_DCC_Inis
  103. InstallType = 12                ;Portable, Custom
  104. IconIndex= 22                   ;Direct cable connection mini-icon for dialogs
  105. ValidateProc= RNASETUP.DLL, RnaSetupCallback
  106. Uninstall=MS_DCC_Uninstall
  107. Needs= RNA
  108.  
  109. [VPN]
  110. OptionDesc=%VPN_Desc%
  111. Tip=%VPN_Tip%
  112. Parent = CommApps
  113. CopyFiles=
  114. AddReg=MS_VPN_Reg
  115. UpdateInis=MS_VPN_Inis
  116. InstallType = 12                ;Portable, Custom
  117. IconIndex= 21                   ;Dial-up networking mini-icon for dialogs
  118. ValidateProc= RNASETUP.DLL, RnaSetupCallback
  119. Uninstall=MS_VPN_Uninstall
  120. Needs= RNA
  121.  
  122. [MS_RNA_Uninstall]
  123. AddReg=MS_RNA_Uninstall_Reg
  124. DelReg=MS_RNA_Uninstall_DelReg
  125. UpdateInis=MS_RNA_DelInis
  126.  
  127. [MS_DCC_Uninstall]
  128. AddReg=MS_DCC_Uninstall_Reg
  129. DelReg=MS_DCC_Uninstall_DelReg
  130. UpdateInis=MS_DCC_DelInis
  131.  
  132. [MS_VPN_Uninstall]
  133. AddReg=MS_VPN_Uninstall_Reg
  134. DelReg=MS_VPN_Uninstall_DelReg
  135. UpdateInis=MS_VPN_DelInis
  136.  
  137. [MS_DUN_Update_Drivers]
  138. CopyFiles=
  139.  
  140. ; Copy.Files References
  141.  
  142. [MS_RNA_CopyFiles]
  143.  
  144. [MS_DCC_CopyFiles]
  145. directcc.exe
  146.  
  147. [MS_VPN_CopyFiles]
  148.  
  149. [MS_RNA_HLP_CopyFiles]
  150. rnaapp.hlp
  151.  
  152. [MS_VPN_HLP_CopyFiles]
  153. vpn.hlp
  154. vpn.cnt
  155.  
  156. [MS_RNA_SYS_CopyFiles]
  157. vgateway.vxd,,,32
  158. splitter.vxd,,,32
  159. rnaapp.exe,,,32
  160. rnaui.dll,,,32
  161. rnanp.dll,,,32
  162. rnathunk.dll,,,32
  163. rasapi16.dll,,,32
  164. rasapi32.dll,,,32
  165. rnaserv.dll,,,32
  166. pppmac.vxd,,,32
  167. spap.vxd,,,32
  168. smmscrpt.dll,,,32
  169. smmsetup.dll,,,32
  170.  
  171. [MS_RNA_ACCS_CopyFiles]
  172. slip.scp
  173. cis.scp
  174. pppmenu.scp
  175. slipmenu.scp
  176.  
  177. [MS_DCC_SYS_CopyFiles]
  178. vserver.vxd
  179. nwserver.vxd
  180. vnetsup.vxd
  181. msshrui.dll
  182.  
  183. [MS_VPN_SYS_CopyFiles]
  184. netpptp.sys,,,32
  185.  
  186. [MS_DUN_Update_CopyFiles]
  187. netpptp.sys,,,32 ; copy newer file
  188. vip.386,,,32
  189. vtcp.386,,,32
  190. vdhcp.386,,,4 ; note, always copy
  191. vtdi.386,,,32
  192. vudp.386,,,32
  193. vnbt.386,,,32
  194. pppmac.vxd,,,32
  195. pppndi.dll,,,32
  196. ndiswan.vxd,,,32
  197. isdnui.dll,,,32
  198. cfgwiz.dll,,,32
  199. cfgwiz32.exe,,,32
  200. ndswan16.dll,,,32
  201. ndswan32.dll,,,32
  202. wan.tsp,,,32
  203.  
  204.  
  205. ; Delete.Files References
  206.  
  207. [MS_RNA_DelFiles]
  208. rnaapp.exe
  209. rnaapp32.exe
  210. rasphone.hlp
  211. rasmon.exe
  212. rasphone.exe
  213. rasstart.exe
  214.  
  215. [MS_RNA_SYS_DelFiles]
  216. rnadll32.dll
  217. modem.inf
  218. pad.inf
  219. switch.inf
  220. rasapi16.dll
  221. rascauth.dll
  222. rasconf.dll
  223. rasfile.dll
  224. rasman.dll
  225. rasmxs.dll
  226. rassauth.dll
  227. rasser.dll
  228. rassrv.dll
  229. rasexe.exe
  230. vgateway.386
  231. splitter.386
  232.  
  233. [MS_RNA_ACCS_DelFiles]
  234. scripter.exe
  235.  
  236. [MS_RNA_Fields]
  237. ;
  238. ; Remove rnadll from the drivers= line
  239. system.ini, boot, drivers, rnadll.dll
  240. system.ini, boot, networks32, rna
  241. win.ini,windows,load,rnaapp
  242.  
  243. [MS_DCC_Inis]
  244. ;
  245. ;Create directcc icon in accessories group
  246. ;
  247. setup.ini, progman.groups,, "group4=%Apps_Desc%"              ;creates folder
  248. setup.ini, group4,, """%Directcc_Desc%"", DIRECTCC.EXE,,,,,%Directcc_ShortDesc%"    ;creates link in Accessories
  249.  
  250. [MS_DCC_DelInis]
  251. ;
  252. ;delete directcc icon in accessories group
  253. ;
  254. setup.ini, progman.groups,, "group4=%Apps_Desc%"    ;creates folder
  255. setup.ini, group4,, """%Directcc_Desc%"""           ;deletes link in Accessories
  256. setup.ini, group4,, """%Directcc_ShortDesc%"""           ;deletes link in Accessories
  257.  
  258. [MS_VPN_Inis]
  259. ;
  260. ;Create icon in accessories group for Virtual Private Networking Wizard
  261. ;
  262. ;setup.ini, progman.groups,, "group4=%Apps_Desc%"              ;creates folder
  263. ;setup.ini, group4,, """%VPN_Desc%"", CFGWIZ32.EXE,,,,,%VPN_ShortDesc%"    ;creates link in Accessories
  264.  
  265. [MS_VPN_DelInis]
  266. ;
  267. ;delete icon in accessories group for Virtual Private Networking Wizard
  268. ;
  269. ;setup.ini, progman.groups,, "group4=%Apps_Desc%"    ;creates folder
  270. ;setup.ini, group4,, """%VPN_Desc%"""           ;deletes link in Accessories
  271. ;setup.ini, group4,, """%VPN_ShortDesc%"""           ;deletes link in Accessories
  272.  
  273.  
  274. [MS_RNA_Inis]
  275. ;
  276. ;Create Remote Access icon in accessories group
  277. ;
  278. setup.ini, progman.groups,, "group4=%Apps_Desc%"              ;creates folder
  279. setup.ini, group4,, """%Remote_Desc%"", EXPLORER.EXE ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{992CFFA0-F557-101A-88EC-00DD010CCC48},RNAUI.DLL,0,,,%Remote_ShortDesc%"    ;creates link in Accessories
  280. ;
  281. ;delete scripter icon in accessories group
  282. ;
  283. setup.ini, progman.groups,, "group4=%Apps_Desc%"    ;creates folder
  284. setup.ini, group4,, """%Scripter_Desc%"""           ;deletes link in Accessories
  285.  
  286. [MS_RNA_DelInis]
  287. ;
  288. ;delete RNA icon in accessories group
  289. ;
  290. setup.ini, progman.groups,, "group4=%Apps_Desc%"    ;creates folder
  291. setup.ini, group4,, """%Remote_Desc%"""             ;deletes link in Accessories
  292. setup.ini, group4,, """%Remote_ShortDesc%"""             ;deletes link in Accessories
  293.  
  294. [MS_RNA_Reg]
  295. HKCR,CLSID\{992CFFA0-F557-101A-88EC-00DD010CCC48},,,%Remote_Desc%
  296. HKCR,CLSID\{992CFFA0-F557-101A-88EC-00DD010CCC48}\InProcServer32,,,"rnaui.dll"
  297. HKCR,CLSID\{992CFFA0-F557-101A-88EC-00DD010CCC48}\InProcServer32,ThreadingModel,,"Apartment"
  298. HKCR,CLSID\{992CFFA0-F557-101A-88EC-00DD010CCC48}\DefaultIcon,,,"%11%\rnaui.dll,0"
  299. HKCR,CLSID\{992CFFA0-F557-101A-88EC-00DD010CCC48}\ShellFolder,Attributes,1,04,00,00,20
  300. HKLM,SOFTWARE\MICROSOFT\WINDOWS\CurrentVersion\Explorer\MyComputer\NameSpace\{992CFFA0-F557-101A-88EC-00DD010CCC48},,,%Remote_Desc%
  301. ;
  302. ;Remote Access Installation
  303. ;
  304. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\RNA,Installed,,"1"
  305.  
  306. ;
  307. ;Remote Access Version
  308. ;
  309. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess,Version,,"1.2"
  310.  
  311. ;
  312. ;Remote Access authentication registration
  313. ;
  314. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\PPP, Path,2, "rasapi32.dll"
  315. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\PPP, Desc,, %PP_Desc%
  316. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\PPP, Usage,1,03,00,00,00
  317. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\PPP, Options,1,17,00,00,00
  318. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\PPP, Protocols,1,07,00,00,00
  319. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\RAS, Path,2, "rasapi32.dll"
  320. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\RAS, Desc,, %WFW_Desc%
  321. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\RAS, Usage,1,03,00,00,00
  322. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\RAS, Options,1,04,00,00,00
  323. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\RAS, Protocols,1,01,00,00,00
  324. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\NWC, Path,2, "rasapi32.dll"
  325. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\NWC, Desc,, %NWC_Desc%
  326. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\NWC, Usage,1,01,00,00,00
  327. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\NWC, Options,1,04,00,00,00
  328. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\NWC, Protocols,1,02,00,00,00
  329. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\SLIP, Path,2, "rasapi32.dll"
  330. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\SLIP, Desc,, %SLIP_Desc%
  331. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\SLIP, Usage,1,01,00,00,00
  332. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\SLIP, Options,1,04,00,00,00
  333. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\SLIP, Protocols,1,04,00,00,00
  334. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\CSLIP, Path,2, "rasapi32.dll"
  335. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\CSLIP, Desc,, %CSLIP_Desc%
  336. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\CSLIP, Usage,1,01,00,00,00
  337. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\CSLIP, Options,1,04,00,00,00
  338. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\CSLIP, Protocols,1,04,00,00,00
  339. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\Class\Com\PPPMAC,,,
  340. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\Class\Isdn\PPPMAC,,,
  341. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\Class\PPTP\PPPMAC,,,
  342. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\Drivers,,,
  343. ;
  344. ; RunOnce
  345. ;
  346. HKLM, Software\Microsoft\Windows\CurrentVersion\RunOnce,RNA_SMM_order,,"rundll32.exe smmsetup.dll,SMM_Setup /a PPPMAC PPP,RAS,NWC,SLIP,CSLIP"
  347. ;
  348. ; Script files
  349. ;
  350. HKCR,.scp,,,scpfile
  351. HKCR,scpfile,,,%SCP_Desc%
  352. HKCR,scpfile\DefaultIcon,,,"%11%\shell32.dll,-152"
  353. HKCR,scpfile\shell\open\command,,,"%25%\NOTEPAD.EXE %%1"
  354. HKCR,scpfile\shell\print\command,,,"%25%\NOTEPAD.EXE /p %%1"
  355. ;
  356. ; Import files
  357. ;
  358. HKCR,.dun,,,dunfile
  359. HKCR,dunfile,,,%DUN_File_Desc%
  360. HKCR,dunfile\DefaultIcon,,,"%11%\rnaui.dll,3"
  361. HKCR,dunfile\shell\open\command,,,"%25%\RUNDLL32.EXE RNAUI.DLL,RnaRunImport %%1"
  362. ;
  363. ;Implicit connection
  364. ;
  365. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\NetworkProvider, Description,, %Remote_Desc%
  366. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\NetworkProvider, Name,, RemoteAccess
  367. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\NetworkProvider, ProviderPath,, "rnanp.dll"
  368. ;
  369. ;Known DLLs to speed up Rna load / fix problems when loading from SBS.
  370. ;These will always be loaded from system dir
  371. ;
  372. HKLM,SYSTEM\CurrentControlSet\Control\SessionManager\KnownDLLs,SYNCENG,,SYNCENG.DLL
  373. HKLM,SYSTEM\CurrentControlSet\Control\SessionManager\KnownDLLs,RNAP,,RNAP.DLL
  374. HKLM,SYSTEM\CurrentControlSet\Control\SessionManager\KnownDLLs,RNATHUNK,,RNATHUNK.DLL
  375. HKLM,SYSTEM\CurrentControlSet\Control\SessionManager\KnownDLLs,RNAUI,,RNAUI.DLL
  376. HKLM,SYSTEM\CurrentControlSet\Control\SessionManager\KnownDLLs,RNASERV,,RNASERV.DLL
  377.  
  378. [MS_DCC_Reg]
  379. ;
  380. ;Direct Cable Connection Installation
  381. ;
  382. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\DCC,Installed,,"1"
  383.  
  384. [MS_VPN_Reg]
  385. ;
  386. ;Virtual Private Networking Installation
  387. ;
  388. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\VPN,Installed,,"1"
  389.  
  390. [MS_RNA_DelReg]
  391. ; Make sure logger is not statically loaded
  392. ;
  393. HKLM,System\CurrentControlSet\Services\VxD\Logger
  394. ;
  395. ; Make sure extra command for the folder is removed
  396. ;
  397. HKCR,CLSID\{992CFFA0-F557-101A-88EC-00DD010CCC48}\shell
  398. ; Remove CSLIP from Optional component and Uninstall list
  399. ;
  400. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents,"CSLIP"
  401. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\CSLIP
  402. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\CSLIP
  403. ;
  404. ; Remove unwanted DUN menu
  405. ;
  406. HKCR,dunfile\shell\print
  407. HKCR,dunfile\shell\Edit
  408.  
  409. [MS_RNA_Uninstall_Reg]
  410. ; Mark RNA as uninstalled
  411. ;
  412. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\RNA,Installed,,"0"
  413.  
  414. [MS_DCC_Uninstall_Reg]
  415. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\DCC,Installed,,"0"
  416.  
  417. [MS_VPN_Uninstall_Reg]
  418. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\VPN,Installed,,"0"
  419.  
  420. [MS_RNA_Uninstall_DelReg]
  421. ; Remove binding information
  422. ;
  423. HKCR,CLSID\{992CFFA0-F557-101A-88EC-00DD010CCC48}
  424. HKLM,SOFTWARE\MICROSOFT\WINDOWS\CurrentVersion\Explorer\MyComputer\NameSpace\{992CFFA0-F557-101A-88EC-00DD010CCC48}
  425. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\NetworkProvider
  426. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run,"Remote Access"
  427.  
  428. [MS_DCC_Uninstall_DelReg]
  429. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run,"Direct Cable Connection"
  430.  
  431. [MS_VPN_Uninstall_DelReg]
  432. ;
  433. ; This doesn't really exist at this point...
  434. ;
  435. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run,"Virtual Private Networking"
  436.  
  437.  
  438. ; User-visible strings
  439.  
  440. [Strings]
  441. Remote_Desc     = "Dial-Up Networking"
  442. Remote_ShortDesc = "DialUp"
  443. Remote_Tip      = "Enables you to connect to other computers by using a modem."
  444. PP_Desc         = "PPP: Windows 95, Windows NT 3.5, Internet"
  445. WFW_Desc        = "Windows for Workgroups and Windows NT 3.1"
  446. NWC_Desc        = "NRN: NetWare Connect version 1.0 and 1.1"
  447. SLIP_Desc       = "SLIP: Unix Connection"
  448. CSLIP_Desc      = "CSLIP: Unix Connection with IP header Compression"
  449. MS              = "Microsoft"
  450. Apps_Desc       = "Accessories"
  451. DirectCC_Desc   = "Direct Cable Connection"
  452. Directcc_ShortDesc = "DirectCC"
  453. DCC_Tip         = "Enables you to connect to other computers by using a parallel or serial cable."
  454. VPN_Desc        = "Virtual Private Networking"
  455. VPN_ShortDesc   = "Tunneling Wizard"
  456. VPN_Tip         = "Enables you to connect with private networks securely across public networks such as the internet."
  457. SCP_Desc        = "Dial-Up Networking Script"
  458. Scripter_Desc   = "Dial-Up Scripting Tool"
  459. DUN_File_Desc   = "Dial-Up Networking Exported file"
  460.  
  461. ; Directory names - note that that short versions must match the truncated
  462. ; 8 char names for the long versions, or else there will be problems!
  463. ; also need to put the short versions in the [DestinationDirs] section above
  464. ; Used by wordpad, hypertrm, backup, paint, & MSN
  465. PROGRAMF         = "Progra~1"          ; first 6 chars of Program_Files, + "~1"
  466. OEM_PROGRAMF     = "Progra~1"          ; first 6 chars of Program_Files, + "~1" - in OEM codepage (not Ansi)
  467. ACCESSOR         = "Access~1"          ; first 6 chars of Accessories, + "~1"
  468. OEM_ACCESSOR     = "Access~1"          ; first 6 chars of Accessories, + "~1"  - in OEM codepage (not Ansi)
  469.