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

  1. ; RNA.INF
  2. ;
  3. ; This is the Setup information file for Dial-Up Networking and
  4. ; Direct Cable Connection options included in the Windows 95 retail product.
  5. ;
  6. ; Copyright 1993-1995, Microsoft Corporation
  7. ;
  8. ;
  9.  
  10. [version]
  11. LayoutFile=layout.inf
  12. signature="$CHICAGO$"
  13. Provider=%MS%
  14. SetupClass=PLUSPACK
  15.  
  16. [DestinationDirs]
  17. MS_RNA_CopyFiles       =25    ; LDID_SHARED
  18. MS_DCC_CopyFiles       =25    ; LDID_SHARED
  19. MS_RNA_SYS_CopyFiles   =11    ; LDID_SYS
  20. MS_DCC_SYS_CopyFiles   =11    ; LDID_SYS
  21. MS_RNA_DelFiles        =25    ; LDID_SHARED
  22. MS_RNA_SYS_DelFiles    =11    ; LDID_SYS
  23. MS_RNA_INF_CopyFiles   =17    ; LDID_INF
  24. MS_RNA_ACCS_CopyFiles  =24,%OEM_PROGRAMF%\%OEM_ACCESSOR%    ; LDID_SHARED
  25. MS_RNA_ACCS_DelFiles   =24,%OEM_PROGRAMF%\%OEM_ACCESSOR%    ; LDID_SHARED
  26.  
  27. [BaseWinOptions]
  28. MS_RNA_Cleanup
  29. MS_RNA_Maintenance
  30.  
  31. [MS_RNA_Cleanup]
  32. DelReg=MS_RNA_Uninstall_DelReg, MS_DCC_Uninstall_DelReg
  33. DelFiles=MS_RNA_SYS_CopyFiles, MS_DCC_CopyFiles
  34.  
  35. [MS_RNA_Maintenance]
  36. AddReg=MS_RNA_Maintenance_AddReg
  37. CopyFiles=MS_RNA_INF_CopyFiles
  38.  
  39. [MS_RNA_INF_CopyFiles]
  40. rna.inf
  41.  
  42. [MS_RNA_Maintenance_AddReg]
  43. ;
  44. ;Remote Access Maintenance Mode Setup
  45. ;
  46. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents,"RNA",,"RNA"
  47. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\RNA,INF,,"rna.inf"
  48. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\RNA,Section,,"RNA"
  49. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\RNA,Installed,,"0"
  50.  
  51. ;
  52. ;Direct Cable Connection Maintenance Mode Setup
  53. ;
  54. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents,"DCC",,"DCC"
  55. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\DCC,INF,,"rna.inf"
  56. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\DCC,Section,,"DCC"
  57. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\DCC,Installed,,"0"
  58.  
  59. [Optional Components]
  60. RNA
  61. DCC
  62.  
  63. [RNA]
  64. OptionDesc=%Remote_Desc%
  65. Tip=%Remote_Tip%
  66. Parent = CommApps
  67. CopyFiles=MS_RNA_CopyFiles, MS_RNA_SYS_CopyFiles, MS_RNA_ACCS_CopyFiles
  68. DelFiles=MS_RNA_DelFiles, MS_RNA_SYS_DelFiles, MS_RNA_ACCS_DelFiles
  69. AddReg=MS_RNA_Reg
  70. DelReg=MS_RNA_DelReg
  71. UpdateInis=MS_RNA_Inis
  72. UpdateIniFields=MS_RNA_Fields
  73. InstallType = 12                ;Portable, Custom
  74. IconIndex= 21                   ;Dial-up networking mini-icon for dialogs
  75. ValidateProc= RNASETUP.DLL, RnaSetupCallback
  76. Uninstall=MS_RNA_Uninstall
  77.  
  78. [DCC]
  79. OptionDesc=%DirectCC_Desc%
  80. Tip=%DCC_Tip%
  81. Parent = CommApps
  82. CopyFiles=MS_DCC_CopyFiles, MS_DCC_SYS_CopyFiles
  83. AddReg=MS_DCC_Reg
  84. UpdateInis=MS_DCC_Inis
  85. InstallType = 12                ;Portable, Custom
  86. IconIndex= 22                   ;Direct cable connection mini-icon for dialogs
  87. ValidateProc= RNASETUP.DLL, RnaSetupCallback
  88. Uninstall=MS_DCC_Uninstall
  89. Needs= RNA
  90.  
  91. [MS_RNA_Uninstall]
  92. AddReg=MS_RNA_Uninstall_Reg
  93. DelReg=MS_RNA_Uninstall_DelReg
  94. UpdateInis=MS_RNA_DelInis
  95.  
  96. [MS_DCC_Uninstall]
  97. AddReg=MS_DCC_Uninstall_Reg
  98. DelReg=MS_DCC_Uninstall_DelReg
  99. UpdateInis=MS_DCC_DelInis
  100.  
  101. ; Copy.Files References
  102.  
  103. [MS_RNA_CopyFiles]
  104.  
  105. [MS_DCC_CopyFiles]
  106. directcc.exe
  107.  
  108. [MS_RNA_SYS_CopyFiles]
  109. vgateway.vxd
  110. splitter.vxd
  111. rnaapp.exe
  112. rnaui.dll
  113. rnanp.dll
  114. rnathunk.dll
  115. rasapi16.dll
  116. pppmac.vxd,,,32         ;suppress version conflicts
  117. spap.vxd,,,32           ;suppress version conflicts
  118. smmscrpt.dll
  119. smmsetup.dll
  120.  
  121. [MS_RNA_ACCS_CopyFiles]
  122. slip.scp
  123. cis.scp
  124. pppmenu.scp
  125. slipmenu.scp
  126.  
  127. [MS_DCC_SYS_CopyFiles]
  128. vserver.vxd,,,32        ;suppress version conflicts
  129. nwserver.vxd,,,32       ;suppress version conflicts
  130. vnetsup.vxd,,,32        ;suppress version conflicts
  131. msshrui.dll,,,32        ;suppress version conflicts
  132.  
  133. ; Delete.Files References
  134.  
  135. [MS_RNA_DelFiles]
  136. rnaapp.exe
  137. rnaapp32.exe
  138. rasphone.hlp
  139. rasmon.exe
  140. rasphone.exe
  141. rasstart.exe
  142.  
  143. [MS_RNA_SYS_DelFiles]
  144. rnadll32.dll
  145. modem.inf
  146. pad.inf
  147. switch.inf
  148. rasapi16.dll
  149. rascauth.dll
  150. rasconf.dll
  151. rasfile.dll
  152. rasman.dll
  153. rasmxs.dll
  154. rassauth.dll
  155. rasser.dll
  156. rassrv.dll
  157. rasexe.exe
  158. vgateway.386
  159. splitter.386
  160.  
  161. [MS_RNA_ACCS_DelFiles]
  162. scripter.exe
  163.  
  164. [MS_RNA_Fields]
  165. ;
  166. ; Remove rnadll from the drivers= line
  167. system.ini, boot, drivers, rnadll.dll
  168. system.ini, boot, networks32, rna
  169. win.ini,windows,load,rnaapp
  170.  
  171. [MS_DCC_Inis]
  172. ;
  173. ;Create directcc icon in accessories group
  174. ;
  175. setup.ini, progman.groups,, "group4=%Apps_Desc%"              ;creates folder
  176. setup.ini, group4,, """%Directcc_Desc%"", DIRECTCC.EXE,,,,,%Directcc_ShortDesc%"    ;creates link in Accessories
  177.  
  178. [MS_DCC_DelInis]
  179. ;
  180. ;delete directcc icon in accessories group
  181. ;
  182. setup.ini, progman.groups,, "group4=%Apps_Desc%"    ;creates folder
  183. setup.ini, group4,, """%Directcc_Desc%"""           ;deletes link in Accessories
  184. setup.ini, group4,, """%Directcc_ShortDesc%"""           ;deletes link in Accessories
  185.  
  186. [MS_RNA_Inis]
  187. ;
  188. ;Create Remote Access icon in accessories group
  189. ;
  190. setup.ini, progman.groups,, "group4=%Apps_Desc%"              ;creates folder
  191. 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
  192. ;
  193. ;delete scripter icon in accessories group
  194. ;
  195. setup.ini, progman.groups,, "group4=%Apps_Desc%"    ;creates folder
  196. setup.ini, group4,, """%Scripter_Desc%"""           ;deletes link in Accessories
  197.  
  198. [MS_RNA_DelInis]
  199. ;
  200. ;delete RNA icon in accessories group
  201. ;
  202. setup.ini, progman.groups,, "group4=%Apps_Desc%"    ;creates folder
  203. setup.ini, group4,, """%Remote_Desc%"""             ;deletes link in Accessories
  204. setup.ini, group4,, """%Remote_ShortDesc%"""             ;deletes link in Accessories
  205.  
  206. [MS_RNA_Reg]
  207. HKCR,CLSID\{992CFFA0-F557-101A-88EC-00DD010CCC48},,,%Remote_Desc%
  208. HKCR,CLSID\{992CFFA0-F557-101A-88EC-00DD010CCC48}\InProcServer32,,,"rnaui.dll"
  209. HKCR,CLSID\{992CFFA0-F557-101A-88EC-00DD010CCC48}\InProcServer32,ThreadingModel,,"Apartment"
  210. HKCR,CLSID\{992CFFA0-F557-101A-88EC-00DD010CCC48}\DefaultIcon,,,"%11%\rnaui.dll,0"
  211. HKCR,CLSID\{992CFFA0-F557-101A-88EC-00DD010CCC48}\ShellFolder,Attributes,1,04,00,00,20
  212. HKLM,SOFTWARE\MICROSOFT\WINDOWS\CurrentVersion\Explorer\MyComputer\NameSpace\{992CFFA0-F557-101A-88EC-00DD010CCC48},,,%Remote_Desc%
  213. ;
  214. ;Remote Access Installation
  215. ;
  216. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\RNA,Installed,,"1"
  217. ;
  218. ;Remote Access authentication registration
  219. ;
  220. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\PPP, Path,2, "rasapi32.dll"
  221. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\PPP, Desc,, %PP_Desc%
  222. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\PPP, Usage,1,03,00,00,00
  223. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\PPP, Options,1,17,00,00,00
  224. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\PPP, Protocols,1,07,00,00,00
  225. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\RAS, Path,2, "rasapi32.dll"
  226. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\RAS, Desc,, %WFW_Desc%
  227. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\RAS, Usage,1,03,00,00,00
  228. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\RAS, Options,1,04,00,00,00
  229. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\RAS, Protocols,1,01,00,00,00
  230. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\NWC, Path,2, "rasapi32.dll"
  231. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\NWC, Desc,, %NWC_Desc%
  232. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\NWC, Usage,1,01,00,00,00
  233. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\NWC, Options,1,04,00,00,00
  234. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\NWC, Protocols,1,02,00,00,00
  235. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\SLIP, Path,2, "rasapi32.dll"
  236. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\SLIP, Desc,, %SLIP_Desc%
  237. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\SLIP, Usage,1,01,00,00,00
  238. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\SLIP, Options,1,04,00,00,00
  239. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\SLIP, Protocols,1,04,00,00,00
  240. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\CSLIP, Path,2, "rasapi32.dll"
  241. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\CSLIP, Desc,, %CSLIP_Desc%
  242. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\CSLIP, Usage,1,01,00,00,00
  243. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\CSLIP, Options,1,04,00,00,00
  244. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\CSLIP, Protocols,1,04,00,00,00
  245. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\Class\Com\PPPMAC,,,
  246. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\Drivers,,,
  247. ;
  248. ; RunOnce
  249. ;
  250. HKLM, Software\Microsoft\Windows\CurrentVersion\RunOnce,RNA_SMM_order,,"rundll32.exe smmsetup.dll,SMM_Setup /a PPPMAC PPP,RAS,NWC,SLIP,CSLIP"
  251. ;
  252. ; Script files
  253. ;
  254. HKCR,.scp,,,scpfile
  255. HKCR,scpfile,,,%SCP_Desc%
  256. HKCR,scpfile\DefaultIcon,,,"%11%\shell32.dll,-152"
  257. HKCR,scpfile\shell\open\command,,,"%25%\NOTEPAD.EXE %%1"
  258. HKCR,scpfile\shell\print\command,,,"%25%\NOTEPAD.EXE /p %%1"
  259. ;
  260. ; Import files
  261. ;
  262. HKCR,.dun,,,dunfile
  263. HKCR,dunfile,,,%DUN_File_Desc%
  264. HKCR,dunfile\DefaultIcon,,,"%11%\rnaui.dll,3"
  265. HKCR,dunfile\shell\open\command,,,"%25%\RUNDLL32.EXE RNAUI.DLL,RnaRunImport %%1"
  266. ;
  267. ;Implicit connection
  268. ;
  269. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\NetworkProvider, Description,, %Remote_Desc%
  270. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\NetworkProvider, Name,, RemoteAccess
  271. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\NetworkProvider, ProviderPath,, "rnanp.dll"
  272. ;
  273. ;Known DLLs to speed up Rna load / fix problems when loading from SBS.
  274. ;These will always be loaded from system dir
  275. ;
  276. HKLM,SYSTEM\CurrentControlSet\Control\SessionManager\KnownDLLs,SYNCENG,,SYNCENG.DLL
  277. HKLM,SYSTEM\CurrentControlSet\Control\SessionManager\KnownDLLs,RNAP,,RNAP.DLL
  278. HKLM,SYSTEM\CurrentControlSet\Control\SessionManager\KnownDLLs,RNATHUNK,,RNATHUNK.DLL
  279. HKLM,SYSTEM\CurrentControlSet\Control\SessionManager\KnownDLLs,RNAUI,,RNAUI.DLL
  280. HKLM,SYSTEM\CurrentControlSet\Control\SessionManager\KnownDLLs,RNASERV,,RNASERV.DLL
  281.  
  282. [MS_DCC_Reg]
  283. ;
  284. ;Direct Cable Connection Installation
  285. ;
  286. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\DCC,Installed,,"1"
  287.  
  288. [MS_RNA_DelReg]
  289. ; Make sure logger is not statically loaded
  290. ;
  291. HKLM,System\CurrentControlSet\Services\VxD\Logger
  292. ;
  293. ; Make sure extra command for the folder is removed
  294. ;
  295. HKCR,CLSID\{992CFFA0-F557-101A-88EC-00DD010CCC48}\shell
  296. ; Remove CSLIP from Optional component and Uninstall list
  297. ;
  298. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents,"CSLIP"
  299. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\CSLIP
  300. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\CSLIP
  301. ;
  302. ; Remove unwanted DUN menu
  303. ;
  304. HKCR,dunfile\shell\print
  305. HKCR,dunfile\shell\Edit
  306.  
  307. [MS_RNA_Uninstall_Reg]
  308. ; Mark RNA as uninstalled
  309. ;
  310. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\RNA,Installed,,"0"
  311.  
  312. [MS_DCC_Uninstall_Reg]
  313. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\DCC,Installed,,"0"
  314.  
  315. [MS_RNA_Uninstall_DelReg]
  316. ; Remove binding information
  317. ;
  318. HKCR,CLSID\{992CFFA0-F557-101A-88EC-00DD010CCC48}
  319. HKLM,SOFTWARE\MICROSOFT\WINDOWS\CurrentVersion\Explorer\MyComputer\NameSpace\{992CFFA0-F557-101A-88EC-00DD010CCC48}
  320. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\NetworkProvider
  321. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run,"Remote Access"
  322.  
  323. [MS_DCC_Uninstall_DelReg]
  324. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run,"Direct Cable Connection"
  325.  
  326. ; User-visible strings
  327.  
  328. [Strings]
  329. Remote_Desc     = "Dial-Up Networking"
  330. Remote_ShortDesc = "DialUp"
  331. Remote_Tip      = "Enables you to connect to other computers by using a modem."
  332. PP_Desc         = "PPP: Windows 95, Windows NT 3.5, Internet"
  333. WFW_Desc        = "Windows for Workgroups and Windows NT 3.1"
  334. NWC_Desc        = "NRN: NetWare Connect"
  335. SLIP_Desc       = "SLIP: Unix Connection"
  336. CSLIP_Desc      = "CSLIP: Unix Connection with IP header Compression"
  337. MS              = "Microsoft"
  338. Apps_Desc       = "Accessories"
  339. DirectCC_Desc   = "Direct Cable Connection"
  340. Directcc_ShortDesc = "DirectCC"
  341. DCC_Tip         = "Enables you to connect to other computers by using a parallel or serial cable."
  342. SCP_Desc        = "Dial-Up Networking Script"
  343. Scripter_Desc   = "Dial-Up Scripting Tool"
  344. DUN_File_Desc   = "Dial-Up Networking Exported file"
  345.  
  346. ; Directory names - note that that short versions must match the truncated
  347. ; 8 char names for the long versions, or else there will be problems!
  348. ; also need to put the short versions in the [DestinationDirs] section above
  349. ; Used by wordpad, hypertrm, backup, paint, & MSN
  350. PROGRAMF         = "Progra~1"          ; first 6 chars of Program_Files, + "~1"
  351. OEM_PROGRAMF     = "Progra~1"          ; first 6 chars of Program_Files, + "~1" - in OEM codepage (not Ansi)
  352. ACCESSOR         = "Access~1"          ; first 6 chars of Accessories, + "~1"
  353. OEM_ACCESSOR     = "Access~1"          ; first 6 chars of Accessories, + "~1"  - in OEM codepage (not Ansi)
  354.