home *** CD-ROM | disk | FTP | other *** search
/ PC Treasures, Inc. / pctreasures.mdf / MSDUN13.EXE / RCDATA / CABINET / rna.inf < prev    next >
INI File  |  1998-08-14  |  20KB  |  542 lines

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