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