home *** CD-ROM | disk | FTP | other *** search
/ Program Collection for Windows 95 #17 / Win95-17.iso / system.win / osr25 / mos.old < prev    next >
Text File  |  1997-10-27  |  38KB  |  803 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. ;
  14. ; Modified for OSR 2.5, 
  15. ;   -- 10/26/1997   Brian R. Daugherty, MSE (MSN Setup build 350 for OSR2.5)
  16.  
  17.  
  18. [version]
  19. LayoutFile=layout.inf, layout1.inf
  20. signature="$CHICAGO$"
  21. SetupClass=BASE
  22.  
  23. ; ********************************************************************
  24. ; [BaseWinOptions]
  25. ;
  26. ; Two things have to be set up as part of every Windows 95 install:
  27. ;    1)  Maintenance mode information (MSN_MaintMode)
  28. ;    2)  Online registration, MSN Signup, supporting DLLs, using;       
  29. ;        version checking and leaving optional component files alone
  30. ;
  31. ; ********************************************************************
  32.  
  33. [BaseWinOptions]
  34. MSN_MaintMode                ; Maintenance mode (optional components, Control Panel)
  35. MSN_RegWiz_BaseInstall       ; Registration Wizard & Signup, del old files
  36.  
  37. [MSN_MaintMode]
  38. CopyFiles    = MaintMode.CopyFiles
  39. AddReg       = MaintMode.AddReg
  40. DelReg       = MaintMode.DelReg
  41.  
  42. [MSN_RegWiz_BaseInstall]
  43. CopyFiles    = BaseWin_RegWiz_Files, BaseWin_MSN_Files, BaseWin_WinSys_Files, BaseWin_OLS_Files, BaseWin_WinHelp_Files
  44. DelFiles     = Old_WinHelp_Files, Old_WinMSN_Files, Old_WinSys_Files, Old_PFMSN_Files, Old_Desktop_Files
  45. AddReg       = BaseWin_AddReg
  46. UpdateInis   = BaseWin_UpdateInis
  47. DelReg       = BaseWin_DelReg
  48.  
  49. ; ********************************************************************
  50. ; [Optional Components]
  51. ;
  52. ; MicrosoftNetwork encompasses the
  53. ; files, reg keys, and INI lines needed to completely install MSN.
  54. ; The MicrosoftNetwork optional component will always install
  55. ; v 1.0 files, without regard for version checking.
  56. ; ********************************************************************
  57.  
  58. [Optional Components]
  59. ;;;;;MOSTop
  60. ;;;;;MicrosoftNetwork
  61.  
  62. [MOSTop]
  63. ; Top Level option
  64. OptionDesc   = "The Microsoft Network"
  65. Tip          = %MOS_TIP%
  66. IconIndex    = 29   ; MSN
  67.  
  68. [MicrosoftNetwork]
  69. OptionDesc      = %MOS_DESC%"
  70. Tip             = %MOS_TIP%
  71. Needs           = MSMAIL, MAPI, InternetExplorer
  72. ;Parent          = MOSTop
  73. ;InstallDefault  = 0
  74. InstallType     = 0
  75. Priority        = 5   ; not implemented
  76. IconIndex       = 29  ; MSN
  77. CopyFiles       = Marvel_Copy_Files, Marvel_Help, Marvel_WinSys_Files
  78. AddReg          = MOS_Reg, Install.AddReg
  79. UpdateInis      = Convert_Start_Menu
  80. Uninstall       = MaintMode.Uninstall
  81.  
  82. ; ********************************************************************
  83. ; [DesktopSetupXxx]
  84. ;
  85. ; These sections are needed to support serial setup of MSN and
  86. ; Exchange from MSNEXCH.EXE.  The Needs line in [DesktopSetupIcon]
  87. ; names the sections which have to be run; the Include line names the
  88. ; INF files in which these sections appear.
  89. ; [DesktopSetupExtras] is the section which is run at the end, for
  90. ; this special case only.
  91. ; ********************************************************************
  92.  
  93. [DesktopSetupIcon]
  94. Include         = MOS.INF, MSMAIL.INF
  95. Needs           = MSMAIL, MAPI, MicrosoftNetwork, DesktopSetupExtras
  96.  
  97. [DesktopSetupIconMsnOnly]
  98. Include         = MOS.INF
  99. Needs           = MicrosoftNetwork, DesktopSetupExtras
  100.  
  101. [DesktopSetupExtras]
  102. AddReg          = DSE_AddReg
  103.  
  104. [DSE_AddReg]
  105. ;HKLM,"SOFTWARE\Microsoft\Exchange\Client\Options","SilentRunning",,"1"
  106. ;HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,Wrapper,,"runonce.exe"
  107. ;HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup","The Microsoft Network",,"%24%\%PROGRAMF%\%THEMICRO%\SIGNUP.EXE"
  108.  
  109. ; ********************************************************************
  110. ; [Destination Dirs]
  111. ;
  112. ; MSN uses the following directories (assuming default install into
  113. ; C:\Windows):
  114. ;    C:\Program Files\The Microsoft Network    bulk of MSN files
  115. ;    C:\Windows\System                         online registration
  116. ;    C:\Windows\Help                           MSN help
  117. ;    C:\Windows\Desktop                        desktop icon (M8)
  118. ;    C:\Windows\Inf                            maint mode INF copy
  119. ;    C:\Windows\MSN                            delete old installs
  120. ;    c:\Program Files\Online Services          (desktop icon -> msninst.exe)
  121. ; ********************************************************************
  122.  
  123. [DestinationDirs]
  124. ; Directories for install w/MSN optional component
  125. Marvel_Copy_Files   = 24,%OEM_PROGRAMF%\%OEM_THEMICRO%  ; LDID_APPS\Progra~1\TheMic~1
  126. Marvel_Help         = 18                             ; LDID_HELP
  127. Marvel_WinSys_Files = 11                             ; LDID_SYS
  128. MaintMode.CopyFiles = 17                             ; LDID_INF
  129.  
  130. ; Directories for base Windows install
  131. BaseWin_RegWiz_Files = 11                            ; LDID_SYS
  132. BaseWin_MSN_Files   = 24,%OEM_PROGRAMF%\%OEM_THEMICRO%  ; LDID_APPS\Progra~1\TheMic~1
  133. BaseWin_WinSys_Files = 11                            ; LDID_SYS
  134. BaseWin_WinHelp_Files = 18                           ; LDID_HELP
  135. BaseWin_OLS_Files     = 24,%OEM_PROGRAMF%\%OnlineShort%\%MSN%
  136.  
  137.  
  138. ; Directories for minimal 1.0 files to be "forced" in (explicit uninstall case)
  139. Uninstall.v1_RegWiz  = 11                            ; LDID_SYS
  140. Uninstall.v1_PFMSN   = 24,%OEM_PROGRAMF%\%OEM_THEMICRO%
  141. Uninstall.v1_WinSys  = 11                            ; LDID_SYS
  142. Uninstall.v1_WinHelp = 18                           ; LDID_HELP
  143.  
  144. ; Directories from which obsolete files should be removed
  145. Old_WinHelp_Files   = 18                             ; LDID_HELP
  146. Old_WinMSN_Files    = 25,MSN                         ; LDID_SHARED\MSN
  147. Old_WinSys_Files    = 11                             ; LDID_SYS
  148. Old_PFMSN_Files     = 24,%OEM_PROGRAMF%\%OEM_THEMICRO%  ; LDID_APPS\Progra~1\TheMic~1
  149. Old_Desktop_Files   = 25,%OEM_Shared_Desktop%        ; LDID_SHARED\Desktop
  150. ; ********************************************************************
  151. ; Maintenance mode sections
  152. ;
  153. ; The following two sections are needed to support installing MSN
  154. ; using the Windows Setup CPL after Win95 is already on the user's
  155. ; machine.  The [MaintMode.Uninstall] section is needed to support
  156. ; uninstalling MSN using the same CPL.
  157. ; MaintMode.Uninstall leaves the version 1.0 MSN files needed to
  158. ; support online reg. Note it *does* potentially perform a
  159. ; downgrade, but this is the only way to guarantee this subset of
  160. ; the MSN files will work together (in the case a later version
  161. ; introduces a new dependency).
  162. ; ********************************************************************
  163.  
  164. [MaintMode.CopyFiles]
  165. MOS.INF
  166.  
  167. [MaintMode.DelReg]
  168. ; Remove old-top-level Optional Components entry
  169. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents,MOSTop
  170. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents,MOSTop
  171.  
  172. [MaintMode.AddReg]
  173. ; Set all components to uninstalled initially
  174. ; Top-level
  175. ;== removed by BRD, don't show MSN in CPL | Add/Remove Programs | Windows Setup tab
  176. ;==HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents,"MOSTop",,"MOSTop"
  177. ;==HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\MOSTop,INF,,"MOS.inf"
  178. ;==HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\MOSTop,Section,,"MOSTop"
  179. ;==HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\MOSTop,Installed,2,"0"
  180. ; Sub-level
  181. ;==HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents,"MSNetwork",,"MSNetwork"
  182. ;==HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\MSNetwork,INF,,"MOS.inf"
  183. ;==HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\MSNetwork,Section,,"MicrosoftNetwork"
  184. ;==HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\MSNetwork,Installed,2,"0"
  185. ; Dummy sub-level entries added to keep INETWIZ happy. DONT make it visible to CPL!
  186. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\MSNetwork105,INF,,"MOS.INF"
  187. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\MSNetwork105,Section,,"MicrosoftNetwork105"
  188. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\MSNetwork105,Installed,0,"1"
  189. ; sets identification of current version
  190. HKLM,"SOFTWARE\Microsoft\MSN\SoftwareInstalled","VersionOnDisk",0,"0.0"
  191. HKLM,"SOFTWARE\Microsoft\MSN\SoftwareInstalled","VersionOnSource",0,"2.5"
  192. HKLM,"SOFTWARE\Microsoft\MSN\SoftwareInstalled","VersionOnWeb",2,"0.0"
  193.  
  194. [MaintMode.Uninstall]
  195. DelFiles        = Marvel_Copy_Files, Marvel_Help, MSN_Desktop_Icon, Marvel_WinSys_Files
  196. CopyFiles       = Uninstall.v1_PFMSN, Uninstall.v1_WinSys, Uninstall.v1_WinHelp, Uninstall.v1_RegWiz
  197. UpdateInis      = Uninstall.UpdateInis
  198. AddReg          = Uninstall.AddReg
  199. DelReg          = Uninstall.DelReg, MOS_Reg
  200.  
  201. ; dummy sections added to keep INETWIZ.EXE happy
  202. [MicrosoftNetwork105]         ;dummy section does nothing
  203.  
  204.  
  205. ; ********************************************************************
  206. ; [Old_XXX_Files]
  207. ;
  208. ; These sections list all the files which have been installed in 
  209. ; previous versions of MSN, but which have been since moved
  210. ; to a different folder or removed. Garbage collection.
  211. ; ********************************************************************
  212.  
  213. [Old_WinSys_Files]
  214. ; C:\Windows\System
  215. 800950.DAT
  216. CALLNED.NED
  217. CCEI.DLL
  218. CCPSH.DLL
  219. CONFAPI.DLL
  220. DATAEDCL.DLL
  221. DSNED.NED
  222. DZIPNT.DLL
  223. ENGCT.EXE
  224. GUIDE.EXE
  225. IMCLIENT.DLL
  226. LGINT.DLL
  227. MAILMSG.DLL
  228. MAILUTIL.DLL
  229. MARVEL.HLP
  230. MEDV13.DLL
  231. MMVDIB12.DLL
  232. MOSAF.DLL
  233. MOSCOMP.DLL
  234. MOSCP.EXE
  235. MOSSHELL.DLL
  236. MOSSTUB.DLL
  237. MPCCL.DLL
  238. MSNAPI.DLL
  239. MSNCALL.EXE
  240. MSNPROXY.DLL
  241. MSNSSPC.DLL
  242. ;;; needed by other apps - don't delete ;;; MVCL13N.DLL
  243. MVTTL13C.DLL
  244. OLREGDLL.DLL
  245. PHONE.PBK
  246. PHTAGS.CSV
  247. RECEIVED.SHG
  248. REG.DLL
  249. SACLIENT.DLL
  250. SECURCL.DLL
  251. SERIALIZ.DLL
  252. SIGNONCL.DLL
  253. SIGNUP.EXE
  254. SRVMSG.DLL
  255. STATE.PBK
  256. TREEEDCL.DLL
  257. WELCOME.SHG
  258.  
  259. [Old_WinMSN_Files]
  260. BBSNAV.NAV
  261. CCDIALER.EXE
  262. CMCLTCTR.CM
  263. CONFAPI.DLL
  264. DNR.EXE
  265. DSNAV.NAV
  266. DSNED.NED
  267. FINDLVCL.EXE
  268. FINDSTUB.DLL
  269. FTMCL.EXE
  270. GUIDENAV.NAV
  271. LEGALAGR.TXT
  272. MMVDIB12.DLL
  273. MOSFIND.DLL
  274. MOSVIEW.EXE
  275. MSN.MSN
  276. MSNFIND.EXE
  277. NEWTIPS.TXT
  278. OLREGAPP.EXE
  279. ONLSTMT.EXE
  280. PLANS.TXT
  281. PRODINFO.TXT
  282. SIGNUP.EXE
  283. TCTLB.TLB
  284. TEXTCHAT.EXE
  285.  
  286. [Old_WinHelp_Files]
  287. OLREG.HLP
  288. ONLSTMT.HLP
  289. W_MSN.CNT
  290. W_MSN.HLP
  291. W_MSN2.CNT
  292. W_MSNOV.CNT
  293. W_MSNOV.HLP
  294. W_OLREG.CNT
  295.  
  296. [Old_PFMSN_Files]
  297. CCAPI.DLL
  298. CONFAPI.DLL
  299. DUNZIPNT.DLL
  300. DZIPNT.DLL
  301. FINDLVCL.EXE
  302. FTMAPI.DLL
  303. IMCLIENT.DLL
  304. LGINT.DLL
  305. MAILMSG.DLL
  306. MAILUTIL.DLL
  307. MCM.DLL
  308. MOSABP32.DLL
  309. MOSCFG32.DLL
  310. MOSCC.DLL
  311. MOSCL.DLL
  312. MOSCUDLL.DLL
  313. MOSMISC.DLL
  314. MOSRXP32.DLL
  315. MSN.MSN
  316. ;;; needed by other apps - don't delete ;;; MVCL13N.DLL
  317. MVPR13N.DLL
  318. MVTTL13C.DLL
  319. REG.DLL
  320. SVCPROP.DLL
  321. THEMIC~1.{00
  322. TREENVCL.DLL
  323. WELCOME.SHG
  324.  
  325. [Old_Desktop_Files]
  326. DESKTOP.MSN
  327. MSN.MSN
  328. THEMIC~1.{00
  329.  
  330. ; ********************************************************************
  331. ; [BaseWin_XXX_Files]
  332. ;
  333. ; These sections list all the files which are part of the base Windows
  334. ; installation.  This is the bare minimum set to support Online
  335. ; Registration of Win95.
  336. ; This is a very polite section, always respecting the version of
  337. ; newer components with version stamps, and never writing
  338. ; over files without version stamps.
  339. ; ********************************************************************
  340.  
  341. ; ********************************************************************
  342. ; [Marvel_Copy_Files], [Marvel_Help], [Marvel_WinSys_Files]
  343. ;
  344. ; These sections list all files which are installed as part of the
  345. ; optional component for MSN. These are all marked to silently
  346. ; leave later versions on the user's computer (in the case of
  347. ; binaries) or not replace (in the case of non-binaries).
  348. ; ********************************************************************
  349.  
  350. ; NOTE: The order of these sections is very important for automated
  351. ; setup scripting to work.  Please do not change them.
  352.  
  353. [BaseWin_RegWiz_Files]
  354. PRODINV.DLL,,,32
  355. REGWIZ.EXE,,,32
  356.  
  357. [BaseWin_MSN_Files]
  358. 800950.DAT,,,16
  359. BILLADD.DLL,,,32
  360. CCDIALER.EXE,,,32
  361. CCEI.DLL,,,32
  362. CCPSH.DLL,,,32
  363. ENGCT.EXE,,,32
  364. GUIDE.EXE,,,32
  365. MOSCOMP.DLL,,,32
  366. MOSCP.EXE,,,32
  367. MPCCL.DLL,,,32
  368. MSNVER.TXT,,,16
  369. PHONE.PBK,,,16
  370. SUUTIL.DLL,,,32
  371. SIGNUP.EXE,,,32
  372. ;;MSNSIG13.EXE,,,32
  373. STATE.PBK,,,16
  374.  
  375. [BaseWin_WinSys_Files]
  376. CCAPI.DLL,,,32
  377. DUNZIPNT.DLL,,,32
  378. FTMAPI.DLL,,,32
  379. MCM.DLL,,,32
  380. MOSCC.DLL,,,32
  381. MOSCL.DLL,,,32
  382. MOSCUDLL.DLL,,,32
  383. MOSMISC.DLL,,,32
  384. MSNSSPC.DLL,,,32
  385. ;;SEC_SSPI.DLL,,,32
  386. SVCPROP.DLL,,,32
  387. TREENVCL.DLL,,,32
  388.  
  389. [BaseWin_OLS_Files]
  390. MSNINST.EXE,,,32
  391.  
  392. [BaseWin_WinHelp_Files]
  393. MSN.HLP,,,16
  394. MSNINT.HLP,,,16
  395. MSNPSS.HLP,,,16
  396.  
  397. [Marvel_Copy_Files]
  398.  
  399. [Marvel_WinSys_Files]
  400.  
  401. [Marvel_Help]
  402.  
  403. ; ********************************************************************
  404. ; [Uninstall.v1_Xxx]
  405. ;
  406. ; Restores the version 1.0 online registration file set.  These lists
  407. ; are the same as the BaseWin lists, but these lists are marked with
  408. ; the VNLP_NOVERCHECK (0x0004) flag so version stamping is ignored.
  409. ; These sections are used when uninstalling MSN only.
  410. ; ********************************************************************
  411.  
  412. [Uninstall.v1_RegWiz]
  413. PRODINV.DLL,,,4
  414. REGWIZ.EXE,,,4
  415.  
  416. [Uninstall.v1_PFMSN]
  417. 800950.DAT,,,4
  418. BILLADD.DLL,,,4
  419. CCDIALER.EXE,,,4
  420. CCEI.DLL,,,4
  421. CCPSH.DLL,,,4
  422. ENGCT.EXE,,,4
  423. GUIDE.EXE,,,4
  424. MOSCOMP.DLL,,,4
  425. MOSCP.EXE,,,4
  426. MPCCL.DLL,,,4
  427. MSNVER.TXT,,,4
  428. PHONE.PBK,,,4
  429. SUUTIL.DLL,,,4
  430. SIGNUP.EXE,,,4
  431. ;;MSNSIG13.EXE,,,4
  432. STATE.PBK,,,4
  433.  
  434. [Uninstall.v1_WinSys]
  435. CCAPI.DLL,,,4
  436. DUNZIPNT.DLL,,,4
  437. FTMAPI.DLL,,,4
  438. MCM.DLL,,,4
  439. MOSCC.DLL,,,4
  440. MOSCL.DLL,,,4
  441. MOSCUDLL.DLL,,,4
  442. MOSMISC.DLL,,,4
  443. MSNINST.EXE,,,4
  444. ;;SEC_SSPI.DLL,,,4
  445. SVCPROP.DLL,,,4
  446. TREENVCL.DLL,,,4
  447.  
  448. [Uninstall.v1_WinHelp]
  449. MSN.HLP,,,4
  450. MSNINT.HLP,,,4
  451. MSNPSS.HLP,,,4
  452.  
  453. [BaseWin_UpdateInis]
  454. ; system.ini,section,"old_line","new_line"
  455.  
  456. ; Create "group#" pointers to Start menu folders
  457. setup.ini, progman.groups,, "group0="
  458. setup.ini, progman.groups,, "group4=%APPS_DESC%"
  459. setup.ini, progman.groups,, "desktop=""..\..\%Shared_Desktop%"""
  460.  
  461. ; Create online registration shortcut in Accessories (group4) folder
  462. setup.ini, group4,, """%OLR_Link_Desc%"", ""%11%\regwiz.exe /i software\microsoft\windows\currentversion"""
  463.  
  464. ; changed to point to MSNINST.exe (the program formerly known as msnlaunch.exe)
  465. ; Create link on desktop to the MSN/Exchange installer EXE in OLS directory
  466. setup.ini, desktop,, """%Setup_MSN_DESC%"",""%24%\%OEM_PROGRAMF%\%OnlineShort%\%MSN%\MSNINST.EXE ""%Setup_MSN_DESC%"""""
  467.  
  468. ;;-- Online Services entries on Start menu (MSN Only)
  469. ; Create the Online Services group under Programs on the Start menu
  470. setup.ini, progman.groups,,"group5=%OnlineLong%"
  471.   ; Create the links to the respective EXEs
  472. setup.ini, group5,, """%MSN_DESC%"",   ""%24%\%OEM_PROGRAMF%\%OnlineShort%\%MSN%\msninst.exe"""
  473.  
  474.  
  475. ; Delete old shortcuts on Start Menu
  476. setup.ini, group0,, """%M8_Link_Desc%"""            ; M8 Signup/Explore Home Base
  477. setup.ini, group4,, """%Signup_Link_Desc%"""        ; pre-M8 signup
  478. setup.ini, group4,, """%Old_Signup_Link_Desc%"""    ; M7 signup
  479.  
  480. ; Delete obsolete pointer to MSN Mail Help (now in registry)
  481. exchng32.ini, "Custom Extensions",, "MSN Menu Extensions"
  482.  
  483. [Convert_Start_Menu]
  484. ; Add item to open Home Base in Explorer mode to Start/Programs
  485. setup.ini, progman.groups,, "group0="
  486. setup.ini, group0,, """The Microsoft Network"", ""explorer.exe /e,/root,{00028B00-0000-0000-C000-000000000046}"", %24%\%PROGRAMF%\%THEMICRO%\GUIDE.EXE,1,,,MSN"
  487. ; Delete link on desktop to MSN installer EXE
  488. setup.ini, progman.groups,, "desktop=""..\..\%Shared_Desktop%"""
  489. setup.ini, desktop,, """%Setup_MSN_DESC%"""
  490.  
  491. [Install.AddReg]
  492. ;;; Set the installed flag for maint mode
  493. ;HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\MSNetwork","Installed",,"1"
  494. ;;; sets identification of current version
  495. ;HKLM,"SOFTWARE\Microsoft\MSN\SoftwareInstalled","VersionOnDisk",0,"1.3"
  496. ;HKLM,"SOFTWARE\Microsoft\MSN\SoftwareInstalled","VersionOnSource",2,"1.3"
  497. ;HKLM,"SOFTWARE\Microsoft\MSN\SoftwareInstalled","VersionOnWeb",2,"0.0"
  498.  
  499. ; ********************************************************************
  500. ; [BaseWin_AddReg]
  501. ;
  502. ; Registry keys for all Windows installations.  Includes full set of
  503. ; MSN keys, and those needed to hide files installed in BaseWin.
  504. ; ********************************************************************
  505.  
  506. [BaseWin_AddReg]
  507. ;-- add MSN install package to RunOnce key, run on first boot from CD (CABS directory)
  508. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce","MSN251",,"%01%\msn251.exe /Q /R:N"
  509.  
  510.  
  511. ; Create the long filenames for C:\Program Files\The Microsoft Network
  512. ;   Note that when you rename a long name, VFAT changes the short name from
  513. ;   foobar~1 to foobar~2.
  514. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFilesRoot,,,%24%
  515. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFilesRoot,%OLD_PROGRAMF%,,"%Old_Program_Files%"
  516. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFilesRoot,%PROGRAMF%,,!$!$!$!$.$!$
  517. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFilesRoot,!$!$!$!$.$!$,,"%Program_Files%,1"
  518. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFiles,,,%24%\%PROGRAMF%
  519. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFiles,%THEMICRO%,,!$!$!$!$.JWP
  520. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFiles,!$!$!$!$.JWP,,"The Microsoft Network,1"
  521.  
  522. ; Hide BaseWin files in \Program Files\The Microsoft Network that are not
  523. ; useful for the user to see or double-click.
  524. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MSNetwork,,,"%24%\%PROGRAMF%\%THEMICRO%"
  525. ; =============== Paste "RegOnly = yes" SHR keys below this line ==============
  526. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MSNetwork,800950.DAT,,"800950.DAT,2"
  527. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MSNetwork,CCDIALER.EXE,,"CCDIALER.EXE,2"
  528. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MSNetwork,CCEI.DLL,,"CCEI.DLL,2"
  529. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MSNetwork,CCPSH.DLL,,"CCPSH.DLL,2"
  530. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MSNetwork,ENGCT.EXE,,"ENGCT.EXE,2"
  531. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MSNetwork,GUIDE.EXE,,"GUIDE.EXE,2"
  532. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MSNetwork,MOSCOMP.DLL,,"MOSCOMP.DLL,2"
  533. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MSNetwork,MOSCP.EXE,,"MOSCP.EXE,2"
  534. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MSNetwork,MPCCL.DLL,,"MPCCL.DLL,2"
  535. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MSNetwork,PHONE.PBK,,"PHONE.PBK,2"
  536. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MSNetwork,STATE.PBK,,"STATE.PBK,2"
  537. ; =============== Paste SHR keys above this line ==============
  538. ; Now all the keys needed by MSN
  539. ; =================== Paste below this line ===================
  540. HKCR,".msn",,,"MS.Network.Document"
  541. HKCR,"MS.Network.Document",,,"%MSN_Document%"
  542. HKCR,"MS.Network.Document\DefaultIcon",,,"%24%\%PROGRAMF%\%THEMICRO%\MOSSHELL.DLL"
  543. HKCR,"CLSID\{00028B00-0000-0000-C000-000000000046}",,,"The Microsoft Network"
  544. HKCR,"CLSID\{00028B00-0000-0000-C000-000000000046}\ShellFolder","Attributes",1,50,00,00,00
  545. HKCR,"CLSID\{00028B00-0000-0000-C000-000000000046}\DefaultIcon",,,"%24%\%PROGRAMF%\%THEMICRO%\MOSSTUB.DLL,0"
  546. HKCR,"CLSID\{00028B00-0000-0000-C000-000000000046}\InProcServer32",,,"%24%\%PROGRAMF%\%THEMICRO%\MOSSTUB.DLL"
  547. HKCR,"CLSID\{00028B00-0000-0000-C000-000000000046}\InProcServer32","ThreadingModel",,"Apartment"
  548. HKCR,"CLSID\{00028B00-0000-0000-C000-000000000046}\Shell\Open\Command",,,"explorer.exe /root,{00028B00-0000-0000-C000-000000000046},""%24%\%PROGRAMF%\%THEMICRO%\TheMic~1.msn"""
  549. HKCR,"CLSID\{00028B00-0000-0000-C000-000000000046}\Shell\Explore",,,"%Menu_Explore%"
  550. HKCR,"CLSID\{00028B00-0000-0000-C000-000000000046}\Shell\Explore\Command",,,"explorer.exe /e,/root,{00028B00-0000-0000-C000-000000000046},""%24%\%PROGRAMF%\%THEMICRO%\TheMic~1.msn"""
  551. HKCR,"CLSID\{00028B00-0000-0000-C000-000000000046}\Shell\Find",,,"%Menu_Context_Find%"
  552. HKCR,"CLSID\{00028B00-0000-0000-C000-000000000046}\Shell\Find\Command",,,"%24%\%PROGRAMF%\%THEMICRO%\MSNFIND.EXE"
  553. HKCR,"CLSID\{00028B00-0000-0000-C000-000000000046}\ShellExplorerRoot",,,"%24%\%PROGRAMF%\%THEMICRO%\TheMic~1.msn"
  554. HKCR,"CLSID\{00028B00-0000-0000-C000-000000000046}\ShellEx\ContextMenuHandlers\{00028BA1-0000-0000-C000-000000000046}]",,," "
  555. HKCR,"CLSID\{00028B00-0000-0000-C000-000000000046}\ShellEx\PropertySheetHandlers\{00028BA1-0000-0000-C000-000000000046}]",,," "
  556. HKCR,"CLSID\{00028BA1-0000-0000-C000-000000000046}\InProcServer32",,,"%24%\%PROGRAMF%\%THEMICRO%\MSNDUI.DLL"
  557. HKCR,"CLSID\{00028BA1-0000-0000-C000-000000000046}\InProcServer32","ThreadingModel",,"Apartment"
  558. HKCR,"CLSID\{9b1c0180-a4c7-11ce-81ee-00aa00a71bab}",,,"MSN Custom Application"
  559. HKCR,"CLSID\{9b1c0180-a4c7-11ce-81ee-00aa00a71bab}\InProcServer32",,,"%24%\%PROGRAMF%\%THEMICRO%\MSNAPI.DLL"
  560. HKCR,"CLSID\{9b1c0180-a4c7-11ce-81ee-00aa00a71bab}\InProcServer32","ThreadingModel",,"Apartment"
  561. HKCR,".mcc",,,"Dialer10CallingCard"
  562. HKCR,"Dialer10CallingCard",,,"%CallCard_Desc%"
  563. HKCR,"Dialer10CallingCard","IsShortcut",," "
  564. HKCR,"Dialer10CallingCard\CLSID",,,"{00028B05-0000-0000-C000-000000000046}"
  565. HKCR,"Dialer10CallingCard\NotInsertable",,,"dummy"
  566. HKCR,"Dialer10CallingCard\protocol",,," "
  567. HKCR,"Dialer10CallingCard\shell\Open\Command",,,"%24%\%PROGRAMF%\%THEMICRO%\CCdialer.exe %%1"
  568. HKCR,"Dialer10CallingCard\shell\Explore",,,"%Menu_Explore%"
  569. HKCR,"Dialer10CallingCard\shell\Explore\Command",,,"%24%\%PROGRAMF%\%THEMICRO%\CCdialer.exe /e %%1"
  570. HKCR,"Dialer10CallingCard\shellex\IconHandler",,,"{00028B1E-0000-0000-C000-000000000046}"
  571. HKCR,"Dialer10CallingCard\shellex\PropertySheetHandlers",,,"SummaryInfo"
  572. HKCR,"Dialer10CallingCard\shellex\PropertySheetHandlers\SummaryInfo",,,"{00028B0C-0000-0000-C000-000000000046}"
  573. HKCR,"CLSID\{00028B1E-0000-0000-C000-000000000046}",,,"Calling Card Icon Handler"
  574. HKCR,"CLSID\{00028B1E-0000-0000-C000-000000000046}\InProcServer32",,,"%24%\%PROGRAMF%\%THEMICRO%\ccei.dll"
  575. HKCR,"CLSID\{00028B1E-0000-0000-C000-000000000046}\InProcServer32","ThreadingModel",,"Apartment"
  576. HKCR,"CLSID\{00028B0C-0000-0000-C000-000000000046}",,,"%CallCardProp_Desc%"
  577. HKCR,"CLSID\{00028B0C-0000-0000-C000-000000000046}\InProcServer32",,,"%24%\%PROGRAMF%\%THEMICRO%\CCpsh.dll"
  578. HKCR,"CLSID\{00028B0C-0000-0000-C000-000000000046}\InProcServer32","ThreadingModel",,"Apartment"
  579. HKCR,"CLSID\{00028B05-0000-0000-C000-000000000046}",,,"%CallCard_Desc%"
  580. HKCR,"CLSID\{00028B05-0000-0000-C000-000000000046}\LocalServer32",,,"%24%\%PROGRAMF%\%THEMICRO%\CCdialer.exe"
  581. HKCR,"CLSID\{00028B05-0000-0000-C000-000000000046}\InprocHandler32",,,"ole32.dll"
  582. HKCR,"CLSID\{00028B05-0000-0000-C000-000000000046}\ProgId",,,"Dialer10CallingCard"
  583. HKCR,"CLSID\{00028B05-0000-0000-C000-000000000046}\DefaultIcon",,,"%%1"
  584. HKCR,"CLSID\{00028B05-0000-0000-C000-000000000046}\AuxUserType\2",,,"%CallCard_Desc%"
  585. HKCR,"CLSID\{00028B05-0000-0000-C000-000000000046}\AuxUserType\3",,,"%CallCard_Desc%"
  586. HKCR,"CLSID\{00028B05-0000-0000-C000-000000000046}\MiscStatus",,,"2"
  587. HKCR,"CLSID\{00028B05-0000-0000-C000-000000000046}\DataFormats\DefaultFile",,,"Embed Source"
  588. HKCR,"CLSID\{00028B05-0000-0000-C000-000000000046}\DataFormats\GetSet\0",,,"Embed Source,1,8,1"
  589. HKCR,"CLSID\{00028B05-0000-0000-C000-000000000046}\DataFormats\GetSet\1",,,"3,1,32,1"
  590. HKCR,"CLSID\{00028B05-0000-0000-C000-000000000046}\DataFormats\GetSet\2",,,"Object Descriptor,1,1,1"
  591. HKCR,"CLSID\{00028B05-0000-0000-C000-000000000046}\DataFormats\GetSet\3",,,"FileContents,1,8,1"
  592. HKCR,"CLSID\{00028B05-0000-0000-C000-000000000046}\DataFormats\GetSet\4",,,"FileGroupDescriptor,1,1,1"
  593. HKCR,"CLSID\{00028B05-0000-0000-C000-000000000046}\DataFormats\GetSet\5",,,"Shell Object Offsets,1,1,1"
  594. HKCR,"CLSID\{00028B05-0000-0000-C000-000000000046}\DataFormats\GetSet\6",,,"Sysop Tools Internal,1,1,1"
  595. HKCR,"CLSID\{00028B05-0000-0000-C000-000000000046}\verb\0",,,"%Menu_Activate%,0,2"
  596. HKCR,"CLSID\{00028B07-0000-0000-C000-000000000046}",,,"Main MOS API Object"
  597. HKCR,"CLSID\{00028B07-0000-0000-C000-000000000046}\InprocServer32",,,"%24%\%PROGRAMF%\%THEMICRO%\MPCCL.DLL"
  598. HKCR,"CLSID\{00028B07-0000-0000-C000-000000000046}\InprocServer32","ThreadingModel",,"Apartment"
  599. HKCR,".PBK",,,"MSN_PhoneBook"
  600. HKCR,"MSN_PhoneBook",,,"%MSN_Phone_Book%"
  601. HKCR,"MSN_PhoneBook\Shell",,," "
  602. HKCR,"MSN_PhoneBook\DefaultIcon",,,"%11%\SHELL32.DLL,1"
  603. HKCR,"MSN_PhoneBook\QuickView",,,"*"
  604. HKCR,"MOSAF",,,"MSN Attached File"
  605. HKCR,"MOSAF\CLSID",,,"{00028B50-0000-0000-C000-000000000046}"
  606. HKCR,"CLSID\{00028B50-0000-0000-C000-000000000046}",,,"%MSN_Attached_File%"
  607. HKCR,"CLSID\{00028B50-0000-0000-C000-000000000046}\AuxUserType\2",,,"%File_Desc%"
  608. HKCR,"CLSID\{00028B50-0000-0000-C000-000000000046}\AuxUserType\3",,,"%MSN_Attached_File%"
  609. HKCR,"CLSID\{00028B50-0000-0000-C000-000000000046}\InprocServer32",,,"%24%\%PROGRAMF%\%THEMICRO%\mosaf.dll"
  610. HKCR,"CLSID\{00028B50-0000-0000-C000-000000000046}\InprocServer32","ThreadingModel",,"Apartment"
  611. HKCR,"CLSID\{00028B50-0000-0000-C000-000000000046}\verb\0",,,"%Menu_Open%,0,2"
  612. HKCR,"CLSID\{00028B50-0000-0000-C000-000000000046}\verb\1",,,"%Menu_Download%,0,2"
  613. HKCR,"CLSID\{00028B50-0000-0000-C000-000000000046}\verb\2",,,"%Menu_Properties%,0,2"
  614. HKCR,"CLSID\{00028B50-0000-0000-C000-000000000046}\ProgID",,,"MOSAF"
  615. HKCU,"Software\Microsoft\MOS\Connection","CurrentLocation",2,""
  616. HKCU,"Software\Microsoft\MOS\Connection","OlRegPhone",2,"+1 (800) 328-2427::A"
  617. HKCU,"Software\Microsoft\MOS\Connection","NewUserMVFile",2,"768"
  618. HKCU,"Software\Microsoft\MOS\Connection","PBKVerClient",3,11,00,00,00
  619. ;; Rome Connection keys, set with the no-overwrite flag
  620. HKCU,"Software\Microsoft\MOS\Connection","PrimaryMSNGateway",2,"gateway.moswest.msn.net"
  621. HKCU,"Software\Microsoft\MOS\Connection","BackupMSNGateway",2,"gw-backup.moswest.msn.net"
  622. HKCU,"Software\Microsoft\MOS\Connection","LoginPrefix",2,"MSN/"
  623. ;; end Rome Connection keys 
  624. HKCR,"TextConf.Application",,,"Text Conferencing Application"
  625. HKCR,"TextConf.Application\CLSID",,,"{00028B02-0000-0000-C000-000000000046}"
  626. HKCR,"TextConf.Application.1",,,"Text Conferencing 1.0 Application"
  627. HKCR,"TextConf.Application.1\CLSID",,,"{00028B02-0000-0000-C000-000000000046}"
  628. HKCR,"CLSID\{00028B02-0000-0000-C000-000000000046}",,,"Text Conferencing Application"
  629. HKCR,"CLSID\{00028B02-0000-0000-C000-000000000046}\ProgID",,,"TextConf.Application.1"
  630. HKCR,"CLSID\{00028B02-0000-0000-C000-000000000046}\VersionIndependentProgID",,,"TextConf.Application"
  631. HKCR,"CLSID\{00028B02-0000-0000-C000-000000000046}\LocalServer32",,,"%24%\%PROGRAMF%\%THEMICRO%\textchat.exe /Automation"
  632. HKCR,"Interface\{00028B2B-0000-0000-C000-000000000046}",,,"TextConf Interface"
  633. HKCR,"Interface\{00028B2B-0000-0000-C000-000000000046}\ProxyStubClsid",,,"{00020420-0000-0000-C000-000000000046}"
  634. HKCR,"Interface\{00028B2B-0000-0000-C000-000000000046}\NumMethod",,,"4"
  635. HKCR,"Interface\{00028B2B-0000-0000-C000-000000000046}\BaseInterface",,,"{00020420-0000-0000-C000-000000000046}"
  636. HKCR,"CLSID\{00028B8E-0000-0000-C000-000000000046}\ProgID",,,"MosShell.Application.1"
  637. HKCR,"CLSID\{00028B8E-0000-0000-C000-000000000046}\VersionIndependentProgID",,,"MosShell.Application"
  638. HKCR,"MosShell.Application\Clsid",,,"{00028B8E-0000-0000-C000-000000000046}"
  639. HKCR,"MosShell.Application.1\Clsid",,,"{00028B8E-0000-0000-C000-000000000046}"
  640. HKCU,"Software\Microsoft\MOS\FTM","DefaultDir",,"%24%\%PROGRAMF%\%THEMICRO%\%Download_Dir_Name%"
  641. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\CCDIALER.EXE",,,"%24%\%PROGRAMF%\%THEMICRO%\CCDIALER.EXE"
  642. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\CCDIALER.EXE","Path",,"%24%\%PROGRAMF%\%THEMICRO%;"
  643. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\ENGCT.EXE",,,"%24%\%PROGRAMF%\%THEMICRO%\ENGCT.EXE"
  644. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\GUIDE.EXE",,,"%24%\%PROGRAMF%\%THEMICRO%\GUIDE.EXE"
  645. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\MOSCP.EXE",,,"%24%\%PROGRAMF%\%THEMICRO%\MOSCP.EXE"
  646. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\msncall.EXE",,,"%24%\%PROGRAMF%\%THEMICRO%\MSNCALL.EXE"
  647. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\SIGNUP.EXE",,,"%24%\%PROGRAMF%\%THEMICRO%\SIGNUP.EXE"
  648. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\SIGNUP.EXE","Path",,"%24%\%PROGRAMF%\%THEMICRO%;"
  649. ;HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\MSNSIG13.EXE",,,"%24%\%PROGRAMF%\%THEMICRO%\MSNSIG13.EXE"
  650. ;HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\MSNSIG13.EXE","Path",,"%24%\%PROGRAMF%\%THEMICRO%;"
  651. HKLM,"Software\Microsoft\MOS","MSNShortcutsEnabled",,"1"
  652. HKLM,"Software\Microsoft\MOS\Applications",,," "
  653. HKLM,"Software\Microsoft\MOS\Directories","MOS",,"%24%\%PROGRAMF%\%THEMICRO%"
  654. HKLM,"Software\Microsoft\MOS\Directories","MOSBin",,"%24%\%PROGRAMF%\%THEMICRO%"
  655. HKLM,"Software\Microsoft\MOS\Directories","Win",,"%25%"
  656. HKLM,"Software\Microsoft\MOS\Directories","WinSys",,"%11%"
  657. HKLM,"Software\Microsoft\MOS\Directories","WinHelp",,"%18%"
  658. HKLM,"Software\Microsoft\Windows\CurrentVersion","InventoryPath",,"%11%\PRODINV.DLL"
  659. HKLM,"Software\Microsoft\Shared Tools\Registration Wizard\1.0","Location",,"%11%"
  660. ; Rome. Add assoc for msn: urls
  661. HKCR,"msn",,,"URL:Microsoft Network Protocol"
  662. HKCR,"msn","URL Protocol",,""
  663. HKCR,"msn","EditFlags",1,02,00,00,00
  664. HKCR,"msn\DefaultIcon",,,"%24%\%PROGRAMF%\%THEMICRO%\CCDIALER.EXE,0"
  665. HKCR,"msn\shell\open\command",,,"%24%\%PROGRAMF%\%THEMICRO%\CCDIALER.EXE -f %%l"
  666. ; =================== Paste above this line ===================
  667.  
  668. ; ********************************************************************
  669. ; [BaseWin_DelReg]
  670. ;
  671. ; Cleans up reg keys which are obsolete.
  672. ; ********************************************************************
  673.  
  674. [BaseWin_DelReg]
  675. HKLM,Software\Microsoft\MOS\MosServiceList,,,
  676. HKLM,Software\Microsoft\MOS\CoreUpgradeInProgress,,,
  677. HKCU,Software\Microsoft\OlReg,,,
  678. HKCU,Software\Microsoft\Moslogin,,,
  679. HKCU,Software\Microsoft\MOSSignup,,,
  680. HKLM,"Software\Microsoft\MosServer",,,
  681. HKLM,"Software\Microsoft\MOS\Applications","Version of last update",,
  682. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\FTMCL.EXE",,,
  683. ;don't remove this key - it is entered by the ICW inf
  684. ;HKCR,"INSfile",,,
  685. HKCR,"Dialer10CallingCard\protocol\StdFileEditing",,,
  686.  
  687. ; ********************************************************************
  688. ; [MOS_Reg]
  689. ;
  690. ; Installs remaining reg keys that are needed, renames MSNFULL.HLP to
  691. ; MSN.HLP, and hides files installed as part of MSN optional component.
  692. ; ********************************************************************
  693.  
  694. [MOS_Reg]
  695.  
  696.  
  697. ; ********************************************************************
  698. ; [Uninstall.Xxx]
  699. ;
  700. ; Extra tasks to complete when uninstalling MSN.
  701. ; ********************************************************************
  702.  
  703. [Uninstall.UpdateInis]
  704. ; Remove Start/Programs/[Explore] The Microsoft Network menu item
  705. setup.ini, progman.groups,, "group0="
  706. setup.ini, group0,, """The Microsoft Network"""
  707.  
  708. [Uninstall.AddReg]
  709. ; Turn off Installed flags for CPL
  710. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\MSNetwork,Installed,,"0"
  711. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\MSNetwork105","Installed",,"0"
  712. ; Delete the desktop icon
  713. HKLM,Software\Microsoft\Windows\CurrentVersion\DeleteFiles\MSNetwork,,,"%25%\%Shared_Desktop%"
  714. HKLM,Software\Microsoft\Windows\CurrentVersion\DeleteFiles\MSNetwork,MSN.MSN,,"The Microsoft Network.{00028B00-0000-0000-C000-000000000046}"
  715. HKCU,"Software\Microsoft\MOS\Connection","OlRegPhone",,"+1 (800) 328-2427::A"
  716. HKCU,"Software\Microsoft\MOS\Connection","PBKVerClient",1,05,00,00,00
  717. ; Rome keys, set with overwrite flag (i.e. default flags)
  718. HKCU,"Software\Microsoft\MOS\Connection","PrimaryMSNGateway",,"gateway.moswest.msn.net"
  719. HKCU,"Software\Microsoft\MOS\Connection","BackupMSNGateway",,"gw-backup.moswest.msn.net"
  720. HKCU,"Software\Microsoft\MOS\Connection","LoginPrefix",,"MSN/"
  721. ; sets identification of current version
  722. HKLM,"SOFTWARE\Microsoft\MSN\SoftwareInstalled","VersionOnDisk",0,"0.0"
  723. HKLM,"SOFTWARE\Microsoft\MSN\SoftwareInstalled","VersionOnSource",2,"1.3"
  724. HKLM,"SOFTWARE\Microsoft\MSN\SoftwareInstalled","VersionOnWeb",2,"0.0"
  725.  
  726. [Uninstall.DelReg]
  727. ; These keys should be deleted in addition to other keys which were created on install
  728. HKLM,Software\Microsoft\MOS\SoftwareInstalled,,,
  729. HKCU,"Software\Microsoft\Windows Messaging Subsystem\Profiles\Marvel Mail",,,
  730. HKCU,"Software\Microsoft\Windows Messaging Subsystem\Profiles\Microsoft Network Mail",,,
  731. HKCU,"Software\Microsoft\Windows Messaging Subsystem\Profiles\Mail via The Microsoft Network",,,
  732. HKCU,"Software\Microsoft\Windows Messaging Subsystem\Profiles\%MSN_MAIL_DESC%",,,
  733. ; Delete Upgrade In Progress value for component manager
  734. HKLM,"Software\Microsoft\MOS\Applications","UpgradeInProgress",,
  735. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{00028B00-0000-0000-C000-000000000046}",,,
  736. HKLM,"Software\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\Static\MSNFind",,,
  737. HKLM,"Software\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\MSNFind",,,
  738. HKLM,"Software\Microsoft\Exchange\Client\Extensions","MSN Menu Extensions",,
  739. ; Following 4 values need to be deleted when reverting to 1.0 because 1.05+ values may not be backwardly compatible
  740. HKCU,"Software\Microsoft\MOS\Connection","ConnectProtocol",,
  741. HKCU,"Software\Microsoft\MOS\Connection","Phone",,
  742. HKCU,"Software\Microsoft\MOS\Connection","BackupPhone",,
  743. HKCU,"Software\Microsoft\MOS\Connection","CityBaud",,
  744. HKCU,"Software\Microsoft\MOS\Connection","UserInfo",,
  745.  
  746. [Strings]
  747. ; ************************************************************************
  748. ; General strings
  749. ; ************************************************************************
  750. APPS_DESC         = "Accessories"                                ; name of Start/Programs submenu
  751. OLR_Link_Desc     = "Online Registration"                        ; Start menu shortcut (Online Registration)
  752. MOS_DESC          = "The Microsoft Network"
  753. MOS_TIP           = "Microsoft's online service (requires Windows Messaging and a modem)"
  754. CallCard_Desc     = "Shortcut to The Microsoft Network"          ; MSN shortcut description
  755. CallCardProp_Desc = "Properties for Shortcuts to The Microsoft Network"
  756. Signup_Link_Desc  = "The Microsoft Network"                      ; Start menu shortcut (MSN Signup)
  757. M8_Link_Desc      = "The Microsoft Network"                      ; Item on Start/Programs for M8 (was Signup_Link_Desc)
  758. Old_Signup_Link_Desc = "Sign Up for The Microsoft Network"       ; M7 signup shortcut to delete
  759. MSN_MAIL_DESC     = "The Microsoft Network Online Service"       ; Exchange profile, address book, service
  760. MSN_Document      = "MSN Central"                                ; desktop icon description
  761. BE_Install        = "MSN Setup Information"                      ; Installer document description ("MSN " + .INF description)
  762. MSN_App_Extension = "MSN Application Extension"                  ; Description of .NAV and .NED files ("MSN " + .DLL description)
  763. MSN_Phone_Book    = "MSN Phone Book"                             ; Description of .PBK files
  764. Saved_MSN_Search  = "Saved MSN Search"                           ; Description of .MNF files (from .FND description "Saved Search")
  765. MSN_Attached_File = "MSN Attached File"                          ; Description of BBS attachment objects
  766. File_Desc         = "File"                                       ; Short description of BBS attachment
  767.  
  768. ; ************************************************************************
  769. ; Menu commands
  770. ; These are used for the common OLE object and Shell command verbs.
  771. ; Ellipses, if required, are included here
  772. ; ************************************************************************
  773. Menu_Open         = "&Open"
  774. Menu_Properties   = "&Properties..."
  775. Menu_Download     = "&Download"
  776. Menu_Explore      = "&Explore"
  777. Menu_Activate     = "&Activate"
  778. Menu_Find         = "On The &Microsoft Network..."
  779. Menu_Context_Find = "&Find..."
  780.  
  781. ; ************************************************************************
  782. ; Directory names - note that that short versions must match the truncated
  783. ; 8 char names for the long versions
  784. ; ************************************************************************
  785. Old_Program_Files= "Old Program Files"
  786. OLD_PROGRAMF     = "Programf"
  787. Program_Files    = "Program Files"
  788. PROGRAMF         = "Progra~1"          ; first 6 chars of Program_Files, + "~1"
  789. OEM_PROGRAMF     = "Progra~1"          ; first 6 chars of Program_Files, + "~1" - in OEM codepage (not Ansi)
  790. THEMICRO         = "TheMic~1"          ; first 6 chars of The Microsoft Network, + "~1"
  791. OEM_THEMICRO     = "TheMic~1"          ; first 6 chars of The Microsoft Network, + "~1"  - in OEM codepage (not Ansi)
  792. OnlineShort       = "Online~1"
  793. OnlineLong        = "Online Services"
  794. MSN               = "MSN"              ; name of MSN dir under Online Services
  795. Shared_Desktop   = "Desktop"
  796. OEM_Shared_Desktop = "Desktop"
  797. Download_Dir_Name = "Transferred Files"
  798. Setup_MSN_DESC    = "Try The Microsoft Network"
  799. MSN_DESC          = "The Microsoft Network"
  800.  
  801.