home *** CD-ROM | disk | FTP | other *** search
/ MSN Premier 2.5 / MSN_Setup.iso / MSNSetup / Compnts / MOS.INF < prev    next >
Encoding:
Windows Setup INFormation  |  1997-09-05  |  12.5 KB  |  367 lines

  1. ; MOS.INF
  2. ;
  3. ; Copyright (c) 1994-1997 Microsoft Corporation
  4. ; This is the Setup information file to install The Microsoft Network
  5. ; applications and system software.
  6. ;
  7. ; This version installs only the files to support Online Registration
  8. ;   Wizard, and the Desktop icon and msninst.exe   
  9. ;   -- 3/01/1997  Brian R. Daugherty, MSE (MSN Setup for Memphis Beta 2)
  10. ; Modified to put msninst.exe in Program Files\Online Services instead of 
  11. ;   Windows\System
  12. ;   -- 5/1/1997   Brian R. Daugherty, MSE (MSN Setup for Memphis Beta 2)
  13. ;   -- 9/5/1997   Brian R. Daugherty, MSE (MSN Setup for Metro Retail)
  14. ;                 stripped down to bare minimum, this file only installed if
  15. ;                 MSN 1.x bits are not installed or not in use.
  16.  
  17. [version]
  18. LayoutFile=layout.inf, layout1.inf
  19. signature="$CHICAGO$"
  20. SetupClass=BASE
  21.  
  22. ; ********************************************************************
  23. ; [BaseWinOptions]
  24. ;
  25. ; Two things have to be set up as part of every Windows 95 install:
  26. ;    1)  Maintenance mode information (MSN_MaintMode)
  27. ;    2)  Online registration, MSN Signup, supporting DLLs, using;       
  28. ;        version checking and leaving optional component files alone
  29. ;
  30. ; ********************************************************************
  31.  
  32. [BaseWinOptions]
  33. MSN_MaintMode                ; Maintenance mode (optional components, Control Panel)
  34. MSN_RegWiz_BaseInstall       ; Registration Wizard & Signup, del old files
  35.  
  36. [MSN_MaintMode]
  37. CopyFiles    = MaintMode.CopyFiles
  38. AddReg       = MaintMode.AddReg
  39. DelReg       = MaintMode.DelReg
  40.  
  41. [MSN_RegWiz_BaseInstall]
  42. CopyFiles    = BaseWin_RegWiz_Files, BaseWin_MSN_Files, BaseWin_WinSys_Files, BaseWin_OLS_Files, BaseWin_WinHelp_Files
  43. DelFiles     = Old_WinHelp_Files, Old_WinMSN_Files, Old_WinSys_Files, Old_PFMSN_Files, Old_Desktop_Files
  44. AddReg       = BaseWin_AddReg
  45. UpdateInis   = BaseWin_UpdateInis
  46. DelReg       = BaseWin_DelReg
  47.  
  48. ; ********************************************************************
  49. ; [Optional Components]
  50. ;
  51. ; MicrosoftNetwork encompasses the
  52. ; files, reg keys, and INI lines needed to completely install MSN.
  53. ; The MicrosoftNetwork optional component will always install
  54. ; v 1.0 files, without regard for version checking.
  55. ; ********************************************************************
  56.  
  57. [Optional Components]
  58.  
  59. [MOSTop]
  60.  
  61. [MicrosoftNetwork]
  62.  
  63. ; ********************************************************************
  64. ; [DesktopSetupXxx]
  65. ;
  66. ; These sections are needed to support serial setup of MSN and
  67. ; Exchange from MSNEXCH.EXE.  The Needs line in [DesktopSetupIcon]
  68. ; names the sections which have to be run; the Include line names the
  69. ; INF files in which these sections appear.
  70. ; [DesktopSetupExtras] is the section which is run at the end, for
  71. ; this special case only.
  72. ; ********************************************************************
  73.  
  74. [DesktopSetupIcon]
  75.  
  76. [DesktopSetupIconMsnOnly]
  77.  
  78. [DesktopSetupExtras]
  79.  
  80. [DSE_AddReg]
  81.  
  82. ; ********************************************************************
  83. ; [Destination Dirs]
  84. ;
  85. ; MSN uses the following directories (assuming default install into
  86. ; C:\Windows):
  87. ;    C:\Program Files\The Microsoft Network    bulk of MSN files
  88. ;    C:\Windows\System                         online registration
  89. ;    C:\Windows\Help                           MSN help
  90. ;    C:\Windows\Desktop                        desktop icon (M8)
  91. ;    C:\Windows\Inf                            maint mode INF copy
  92. ;    C:\Windows\MSN                            delete old installs
  93. ;    c:\Program Files\Online Services          (desktop icon -> msninst.exe)
  94. ; ********************************************************************
  95.  
  96. [DestinationDirs]
  97.  
  98.  
  99. ; ********************************************************************
  100. ; Maintenance mode sections
  101. ;
  102. ; The following two sections are needed to support installing MSN
  103. ; using the Windows Setup CPL after Win95 is already on the user's
  104. ; machine.  The [MaintMode.Uninstall] section is needed to support
  105. ; uninstalling MSN using the same CPL.
  106. ; MaintMode.Uninstall leaves the version 1.0 MSN files needed to
  107. ; support online reg. Note it *does* potentially perform a
  108. ; downgrade, but this is the only way to guarantee this subset of
  109. ; the MSN files will work together (in the case a later version
  110. ; introduces a new dependency).
  111. ; ********************************************************************
  112.  
  113. [MaintMode.CopyFiles]
  114.  
  115. [MaintMode.DelReg]
  116.  
  117. [MaintMode.AddReg]
  118.  
  119. [MaintMode.Uninstall]
  120.  
  121. ; dummy sections added to keep INETWIZ.EXE happy
  122. [MicrosoftNetwork105]         ;dummy section does nothing
  123.  
  124.  
  125. ; ********************************************************************
  126. ; [Old_XXX_Files]
  127. ;
  128. ; These sections list all the files which have been installed in 
  129. ; previous versions of MSN, but which have been since moved
  130. ; to a different folder or removed. Garbage collection.
  131. ; ********************************************************************
  132.  
  133. [Old_WinSys_Files]
  134.  
  135. [Old_WinMSN_Files]
  136.  
  137. [Old_WinHelp_Files]
  138.  
  139. [Old_PFMSN_Files]
  140.  
  141. [Old_Desktop_Files]
  142.  
  143. ; ********************************************************************
  144. ; [BaseWin_XXX_Files]
  145. ;
  146. ; These sections list all the files which are part of the base Windows
  147. ; installation.  This is the bare minimum set to support Online
  148. ; Registration of Win95.
  149. ; This is a very polite section, always respecting the version of
  150. ; newer components with version stamps, and never writing
  151. ; over files without version stamps.
  152. ; ********************************************************************
  153.  
  154. ; ********************************************************************
  155. ; [Marvel_Copy_Files], [Marvel_Help], [Marvel_WinSys_Files]
  156. ;
  157. ; These sections list all files which are installed as part of the
  158. ; optional component for MSN. These are all marked to silently
  159. ; leave later versions on the user's computer (in the case of
  160. ; binaries) or not replace (in the case of non-binaries).
  161. ; ********************************************************************
  162.  
  163. ; NOTE: The order of these sections is very important for automated
  164. ; setup scripting to work.  Please do not change them.
  165.  
  166. [BaseWin_RegWiz_Files]
  167. PRODINV.DLL,,,32
  168. REGWIZ.EXE,,,32
  169.  
  170. [BaseWin_MSN_Files]
  171. 800950.DAT,,,16
  172. BILLADD.DLL,,,32
  173. CCDIALER.EXE,,,32
  174. CCEI.DLL,,,32
  175. CCPSH.DLL,,,32
  176. ENGCT.EXE,,,32
  177. GUIDE.EXE,,,32
  178. MOSCOMP.DLL,,,32
  179. MOSCP.EXE,,,32
  180. MPCCL.DLL,,,32
  181. MSNVER.TXT,,,16
  182. PHONE.PBK,,,16
  183. SUUTIL.DLL,,,32
  184. SIGNUP.EXE,,,32
  185. ;;MSNSIG13.EXE,,,32
  186. STATE.PBK,,,16
  187.  
  188. [BaseWin_WinSys_Files]
  189. CCAPI.DLL,,,32
  190. DUNZIPNT.DLL,,,32
  191. FTMAPI.DLL,,,32
  192. MCM.DLL,,,32
  193. MOSCC.DLL,,,32
  194. MOSCL.DLL,,,32
  195. MOSCUDLL.DLL,,,32
  196. MOSMISC.DLL,,,32
  197. MSNSSPC.DLL,,,32
  198. ;;SEC_SSPI.DLL,,,32
  199. SVCPROP.DLL,,,32
  200. TREENVCL.DLL,,,32
  201.  
  202. [BaseWin_OLS_Files]
  203.  
  204. [BaseWin_WinHelp_Files]
  205. MSN.HLP,,,16
  206. MSNINT.HLP,,,16
  207. MSNPSS.HLP,,,16
  208.  
  209. [Marvel_Copy_Files]
  210.  
  211. [Marvel_WinSys_Files]
  212.  
  213. [Marvel_Help]
  214.  
  215. ; ********************************************************************
  216. ; [Uninstall.v1_Xxx]
  217. ;
  218. ; Restores the version 1.0 online registration file set.  These lists
  219. ; are the same as the BaseWin lists, but these lists are marked with
  220. ; the VNLP_NOVERCHECK (0x0004) flag so version stamping is ignored.
  221. ; These sections are used when uninstalling MSN only.
  222. ; ********************************************************************
  223.  
  224. [Uninstall.v1_RegWiz]
  225. PRODINV.DLL,,,4
  226. REGWIZ.EXE,,,4
  227.  
  228. [Uninstall.v1_PFMSN]
  229. 800950.DAT,,,4
  230. BILLADD.DLL,,,4
  231. CCDIALER.EXE,,,4
  232. CCEI.DLL,,,4
  233. CCPSH.DLL,,,4
  234. ENGCT.EXE,,,4
  235. GUIDE.EXE,,,4
  236. MOSCOMP.DLL,,,4
  237. MOSCP.EXE,,,4
  238. MPCCL.DLL,,,4
  239. MSNVER.TXT,,,4
  240. PHONE.PBK,,,4
  241. SUUTIL.DLL,,,4
  242. SIGNUP.EXE,,,4
  243. ;;MSNSIG13.EXE,,,4
  244. STATE.PBK,,,4
  245.  
  246. [Uninstall.v1_WinSys]
  247. CCAPI.DLL,,,4
  248. DUNZIPNT.DLL,,,4
  249. FTMAPI.DLL,,,4
  250. MCM.DLL,,,4
  251. MOSCC.DLL,,,4
  252. MOSCL.DLL,,,4
  253. MOSCUDLL.DLL,,,4
  254. MOSMISC.DLL,,,4
  255. MSNINST.EXE,,,4
  256. ;;SEC_SSPI.DLL,,,4
  257. SVCPROP.DLL,,,4
  258. TREENVCL.DLL,,,4
  259.  
  260. [Uninstall.v1_WinHelp]
  261. MSN.HLP,,,4
  262. MSNINT.HLP,,,4
  263. MSNPSS.HLP,,,4
  264.  
  265. [BaseWin_UpdateInis]
  266.  
  267. [Convert_Start_Menu]
  268.  
  269. [Install.AddReg]
  270.  
  271. ; ********************************************************************
  272. ; [BaseWin_AddReg]
  273. ;
  274. ; Registry keys for all Windows installations.  Includes full set of
  275. ; MSN keys, and those needed to hide files installed in BaseWin.
  276. ; ********************************************************************
  277.  
  278. [BaseWin_AddReg]
  279.  
  280. ; ********************************************************************
  281. ; [BaseWin_DelReg]
  282. ;
  283. ; Cleans up reg keys which are obsolete.
  284. ; ********************************************************************
  285.  
  286. [BaseWin_DelReg]
  287.  
  288. ; ********************************************************************
  289. ; [MOS_Reg]
  290. ;
  291. ; Installs remaining reg keys that are needed, renames MSNFULL.HLP to
  292. ; MSN.HLP, and hides files installed as part of MSN optional component.
  293. ; ********************************************************************
  294.  
  295. [MOS_Reg]
  296.  
  297.  
  298. ; ********************************************************************
  299. ; [Uninstall.Xxx]
  300. ;
  301. ; Extra tasks to complete when uninstalling MSN.
  302. ; ********************************************************************
  303.  
  304. [Uninstall.UpdateInis]
  305.  
  306. [Uninstall.AddReg]
  307.  
  308. [Uninstall.DelReg]
  309.  
  310. [Strings]
  311. ; ************************************************************************
  312. ; General strings
  313. ; ************************************************************************
  314. APPS_DESC         = "Accessories"                                ; name of Start/Programs submenu
  315. OLR_Link_Desc     = "Online Registration"                        ; Start menu shortcut (Online Registration)
  316. MOS_DESC          = "The Microsoft Network"
  317. MOS_TIP           = "Microsoft's online service (requires Windows Messaging and a modem)"
  318. CallCard_Desc     = "Shortcut to The Microsoft Network"          ; MSN shortcut description
  319. CallCardProp_Desc = "Properties for Shortcuts to The Microsoft Network"
  320. Signup_Link_Desc  = "The Microsoft Network"                      ; Start menu shortcut (MSN Signup)
  321. M8_Link_Desc      = "The Microsoft Network"                      ; Item on Start/Programs for M8 (was Signup_Link_Desc)
  322. Old_Signup_Link_Desc = "Sign Up for The Microsoft Network"       ; M7 signup shortcut to delete
  323. MSN_MAIL_DESC     = "The Microsoft Network Online Service"       ; Exchange profile, address book, service
  324. MSN_Document      = "MSN Central"                                ; desktop icon description
  325. BE_Install        = "MSN Setup Information"                      ; Installer document description ("MSN " + .INF description)
  326. MSN_App_Extension = "MSN Application Extension"                  ; Description of .NAV and .NED files ("MSN " + .DLL description)
  327. MSN_Phone_Book    = "MSN Phone Book"                             ; Description of .PBK files
  328. Saved_MSN_Search  = "Saved MSN Search"                           ; Description of .MNF files (from .FND description "Saved Search")
  329. MSN_Attached_File = "MSN Attached File"                          ; Description of BBS attachment objects
  330. File_Desc         = "File"                                       ; Short description of BBS attachment
  331.  
  332. ; ************************************************************************
  333. ; Menu commands
  334. ; These are used for the common OLE object and Shell command verbs.
  335. ; Ellipses, if required, are included here
  336. ; ************************************************************************
  337. Menu_Open         = "&Open"
  338. Menu_Properties   = "&Properties..."
  339. Menu_Download     = "&Download"
  340. Menu_Explore      = "&Explore"
  341. Menu_Activate     = "&Activate"
  342. Menu_Find         = "On The &Microsoft Network..."
  343. Menu_Context_Find = "&Find..."
  344.  
  345. ; ************************************************************************
  346. ; Directory names - note that that short versions must match the truncated
  347. ; 8 char names for the long versions
  348. ; ************************************************************************
  349. Old_Program_Files= "Old Program Files"
  350. OLD_PROGRAMF     = "Programf"
  351. Program_Files    = "Program Files"
  352. PROGRAMF         = "Progra~1"          ; first 6 chars of Program_Files, + "~1"
  353. OEM_PROGRAMF     = "Progra~1"          ; first 6 chars of Program_Files, + "~1" - in OEM codepage (not Ansi)
  354. THEMICRO         = "TheMic~1"          ; first 6 chars of The Microsoft Network, + "~1"
  355. OEM_THEMICRO     = "TheMic~1"          ; first 6 chars of The Microsoft Network, + "~1"  - in OEM codepage (not Ansi)
  356. OnlineShort       = "Online~1"
  357. OnlineLong        = "Online Services"
  358. MSN               = "MSN"              ; name of MSN dir under Online Services
  359. Shared_Desktop   = "Desktop"
  360. OEM_Shared_Desktop = "Desktop"
  361. Download_Dir_Name = "Transferred Files"
  362. Setup_MSN_DESC    = "Try The Microsoft Network"
  363. MSN_DESC          = "The Microsoft Network"
  364.  
  365.