home *** CD-ROM | disk | FTP | other *** search
/ Program Collection for Windows 95 #17 / Win95-17.iso / system.win / osr25 / precopy2.cab / msmail.inf < prev    next >
INI File  |  1996-08-24  |  42KB  |  768 lines

  1. ; MSMAIL.INF
  2.  
  3. ; This is the Setup information file to install MSMail & MAPI
  4.  
  5. ; Copyright (c) 1993-1995 Microsoft Corporation
  6.  
  7.  
  8. [version]
  9. LayoutFile=layout.inf
  10. signature="$CHICAGO$"
  11. SetupClass=BASE
  12.  
  13. ;Destination Directories for CopyFiles Sections
  14. [DestinationDirs]
  15. BaseDelFilesSys                 = 11                    ;LDID_SYSTEM
  16. BaseCopyFilesSys                = 11                    ;LDID_SYSTEM
  17. BaseCopyProgramFiles            = 24,%OEM_PROGRAMF%\%OEM_WINMSG% ;LDID_APPS\Progra~1\Window~1
  18. BaseCopyFilesInf                = 17                    ;LDID_INF
  19. MAPIDelFilesEforms              = 10,FORMS              ;LDID_WIN\EFORMS
  20. MAPIDelFilesWin                 = 25                    ;LDID_SHARED
  21. MAPIDelFilesSys                 = 11                    ;LDID_SYSTEM
  22. MAPICopyFilesWin                = 10,FORMS\CONFIGS      ;LDID_WIN\FORMS\CONFIGS
  23. MAPICopyFilesSys                = 11                    ;LDID_SYSTEM
  24. MAPICopyFilesSysNoRemove        = 11                    ;LDID_SYSTEM
  25. MAPICopyFilesHelp               = 18                    ;LDID_HELP
  26. MAPICopyProgramFiles            = 24,%OEM_PROGRAMF%\%OEM_WINMSG% ;LDID_APPS\Progra~1\Window~1
  27. MSFSCopyFilesSys                = 11                    ;LDID_SYSTEM
  28.  
  29. ;Always install these sections
  30. [BaseWinOptions]
  31. RTF_EDIT
  32.  
  33. [Optional Components]
  34. EMAIL       ;Top Level Option
  35. MSMAIL      ;Warning: do not change this name--there are code dependencies on it
  36. MSFS        ;Microsoft Mail Services
  37.  
  38. [RTF_EDIT]
  39. CopyFiles               = BaseCopyProgramFiles, BaseCopyFilesSys, BaseCopyFilesInf
  40. DelFiles                = BaseDelFilesSys
  41. AddReg                  = BaseAddReg
  42. UpdateInis              = BaseUpdateIni
  43.  
  44. [EMAIL]
  45. ; Top Level option
  46. OptionDesc              = %EMAILTop_DESC%
  47. Tip                     = %EMAILTop_TIP%
  48. IconIndex               = 24    ;Windows mini-icon for dialogs
  49.  
  50. [MSMAIL]
  51. OptionDesc              = %MAPI_Desc%
  52. Tip                     = %MAPI_Tip%
  53. Parent                  = EMAIL
  54. CopyFiles               = MAPICopyProgramFiles, MAPICopyFilesWin, MAPICopyFilesSys, MAPICopyFilesHelp, MAPICopyFilesSysNoRemove
  55. DelFiles                = MAPIDelFilesWin, MAPIDelFilesSys, MAPIDelFilesEforms
  56. UpdateInis              = MAPIUpdateIni, MSMailUpdateIni
  57. AddReg                  = MSMailAddReg, MAPIAddReg
  58. DelReg                  = MAPIDelReg
  59. InstallType             = 0      ;Don't install by default in any mode.
  60. IconIndex               = 24     ;Windows mini-icon for dialog (see MICONS.TXT for list)
  61. ValidateProc            = SETUPX.DLL, P_ValidateOC
  62. Uninstall               = MSMAIL.Remove
  63.  
  64. [MSMAIL.Remove]
  65. DelFiles                = MAPICopyProgramFiles, MAPICopyFilesWin, MAPICopyFilesSys, MAPICopyFilesHelp, MAPIDelFilesEforms
  66. AddReg                  = MAPIAddReg.Remove
  67. DelReg                  = MSMailDelReg.Remove
  68. UpdateInis              = MAPIUpdateIni.Remove, MSMailUpdateIni.Remove
  69. Reboot=1
  70.  
  71. [MSFS]
  72. OptionDesc              = %MSFS_Desc%
  73. Tip                     = %MSFS_Tip%
  74. Needs                   = MSMAIL
  75. Parent                  = EMAIL
  76. CopyFiles               = MSFSCopyFilesSys
  77. AddReg                  = MSFSAddReg
  78. InstallType             = 0
  79. IconIndex               = 24
  80. Uninstall               = MSFS.Remove
  81.  
  82. [MSFS.Remove]
  83. DelFiles                = MSFSCopyFilesSys
  84. AddReg                  = MSFSAddReg.Remove
  85. DelReg                  = MSFSDelReg
  86.  
  87. [BaseUpdateIni]
  88. ; remove mlcfg32 to the control panel
  89. control.ini,MMCPL,"mlcfg="
  90.  
  91. ; remove old mmf mig tool from systools folder
  92. setup.ini, progman.groups,, "group11=%SYSTOOLS_DESC%"        ; creates systools folder
  93. setup.ini, group11,, """%MMFMig_Desc%"""                     ; deletes link
  94.  
  95. ; remove 'Inbox.lnk' from desktop
  96. setup.ini, progman.groups,, "desktop=""..\..\%desktop_DESC%"""    ;creates folder
  97. setup.ini, desktop,,"""%WinMsg_Desc%"""
  98.  
  99. ; remove english non-localized 'Inbox.lnk' from desktop
  100. setup.ini, progman.groups,, "desktop=""..\..\%desktop_DESC%"""    ;creates folder
  101. setup.ini, desktop,,Inbox
  102.  
  103. ;Deletes Old Links in the Programs Folder (Not in a sub-folder)
  104. setup.ini, progman.groups,, "group0="            ;creates "null" folder
  105. setup.ini, group0,, """%SendNewMessage%"""
  106. setup.ini, group0,, """%OpenMailbox%"""
  107.  
  108. [BaseAddReg]
  109. ; Add the inbox wizard reg entries
  110. HKLM,"Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{00020D76-0000-0000-C000-000000000046}",,,"%WinMsg_Desc%"
  111. HKLM,"Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{00020D76-0000-0000-C000-000000000046}","Removal Message",,"%WizRemoveMsg%"
  112. HKCR,"CLSID\{00020D76-0000-0000-C000-000000000046}",,,"%WinMsg_Desc%"
  113. HKCR,"CLSID\{00020D76-0000-0000-C000-000000000046}\DefaultIcon",,,"%24%\%PROGRAMF%\%WINMSG%\mlset32.exe"
  114. HKCR,"CLSID\{00020D76-0000-0000-C000-000000000046}\Shell\Open\Command",,,"%24%\%PROGRAMF%\%WINMSG%\mlset32.exe"
  115. HKCR,"CLSID\{00020D76-0000-0000-C000-000000000046}\Shell\Explore\Command",,,"%24%\%PROGRAMF%\%WINMSG%\mlset32.exe"
  116. HKCR,"CLSID\{00020D76-0000-0000-C000-000000000046}\InProcServer32",,,"%24%\%PROGRAMF%\%WINMSG%\mlshext.dll"
  117. HKCR,"CLSID\{00020D76-0000-0000-C000-000000000046}\InProcServer32",ThreadingModel,,"Apartment"
  118. ;HKCR,"CLSID\{00020D76-0000-0000-C000-000000000046}\shellex\ContextMenuHandlers\{00020D76-0000-0000-C000-000000000046}"
  119. HKCR,"CLSID\{00020D76-0000-0000-C000-000000000046}\shellex\PropertySheetHandlers\{00020D76-0000-0000-C000-000000000046}"
  120. HKCR,"CLSID\{00020D76-0000-0000-C000-000000000046}\ShellFolder",Attributes,1,72,00,00,00
  121.  
  122. ; Create the long filenames for C:\Program Files\Microsoft Exchange
  123. ;   Note that when you rename a long name, VFAT changes the short name from
  124. ;   foobar~1 to foobar~2.  To avoid this, we introduce hacks in the form of
  125. ;   intermediate renames
  126. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFilesRoot,,,%24%
  127. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFilesRoot,%PROGRAMF%,,!!!$!$!$.$!$
  128. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFilesRoot,!!!$!$!$.$!$,,"%Program_Files%,1"
  129. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFiles,,,%24%\%PROGRAMF%
  130. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFiles,%WINMSG%,,!!!$!$!$.JWP
  131. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFiles,!!!$!$!$.JWP,,"%MlviewROOT_Desc%,1"
  132.  
  133. ; Put msmail3.x into the bad apps list because Exchange disables it
  134. ;HKLM,SYSTEM\CurrentControlSet\Control\SessionManager\CheckBadApps\MSMAIL.EXE,MSMAIL.HLP,,1025
  135. ;HKLM,SYSTEM\CurrentControlSet\Control\SessionManager\CheckBadApps\MSMAIL.EXE,FlagsMSMAIL.HLP,,"L"
  136.  
  137. ;Remove the old "Microsoft Exchange.lnk" from the desktop
  138. HKLM,Software\Microsoft\Windows\CurrentVersion\DeleteFiles\Desktop,,,%25%\%desktop_DESC%
  139. HKLM,Software\Microsoft\Windows\CurrentVersion\DeleteFiles\Desktop,microsof.lnk,,"%MlviewROOT_Desc%.lnk"
  140. HKLM,Software\Microsoft\Windows\CurrentVersion\DeleteFiles\Desktop,microsof.exe,,"%MlviewROOT_Desc%.exe"
  141.  
  142. ;Create entries for Maint Mode Setup, set all initially to uninstalled:
  143. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents,"EMAIL",,"EMAIL"
  144. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\EMAIL,INF,,"msmail.inf"
  145. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\EMAIL,Section,,"EMAIL"
  146. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\EMAIL,Installed,,"0"
  147.  
  148. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents,"MAPI",,"MAPI"
  149. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\MAPI,INF,,"msmail.inf"
  150. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\MAPI,Section,,"MSMAIL"
  151. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\MAPI,Installed,,"0"
  152.  
  153. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents,"MSFS",,"MSFS"
  154. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\MSFS,INF,,"msmail.inf"
  155. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\MSFS,Section,,"MSFS"
  156. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\MSFS,Installed,,"0"
  157.  
  158. HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,"%EmailRunOnce%",,"%24%\%PROGRAMF%\%WINMSG%\mlset32.exe -b"
  159.  
  160. [MAPIAddReg]
  161. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\MAPI,Installed,,"1"
  162.  
  163. [MAPIAddReg.Remove]
  164. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\MAPI,Installed,,"0"
  165.  
  166. [MSFSAddReg]
  167. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\MSFS,Installed,,"1"
  168.  
  169. ; Add MSFS extensions
  170. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Extensions","MSFS Menu Extensions",,"4.0;msfs32.dll;1;01111111111;1;MSFS"
  171. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Extensions","MSFS PropSheet Extensions",,"4.0;msfs32.dll;2;01;000001;MSFS"
  172.  
  173. [MSFSAddReg.Remove]
  174. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\MSFS,Installed,,"0"
  175.  
  176. [MSFSDelReg]
  177. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Extensions","MSFS Menu Extensions"
  178. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Extensions","MSFS PropSheet Extensions"
  179.  
  180. [MAPIDelReg]
  181. ; Remove the Inbox wizard if it happens to exist
  182. HKLM,"Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{00020D76-0000-0000-C000-000000000046}"
  183. HKCR,"CLSID\{00020D76-0000-0000-C000-000000000046}"
  184.  
  185. ; Uncomment this to blow away profiles during install
  186. ;HKCU,"Software\Microsoft\Windows Messaging Subsystem\Profiles"
  187.  
  188. ; remove old info center from explorer
  189. HKLM,SOFTWARE\MICROSOFT\WINDOWS\CurrentVersion\Explorer\Desktop\NameSpace\{00020D23-0000-0000-C000-000000000046}
  190. HKLM,SOFTWARE\MICROSOFT\WINDOWS\CurrentVersion\Explorer\FindExtensions\Static\InfoCenter
  191. HKCR,CLSID\{00020D20-0000-0000-C000-000000000046}
  192. HKCR,CLSID\{00020D21-0000-0000-C000-000000000046}
  193. HKCR,CLSID\{00020D22-0000-0000-C000-000000000046}
  194. HKCR,CLSID\{00020D23-0000-0000-C000-000000000046}
  195. HKCR,CLSID\{00020D25-0000-0000-C000-000000000046}
  196. HKCR,CLSID\{00020D26-0000-0000-C000-000000000046}
  197.  
  198. ; delete any old extensions that may be hanging around
  199. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Extensions","Schedule+"
  200. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Extensions","exutil"
  201. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Extensions","inetui"
  202. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Extensions","etexch"
  203. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Extensions","Exchange Extensions"
  204. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Extensions","Internet News"
  205. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Extensions","inewsui"
  206. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Extensions","ml3ext"
  207. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Extensions","MMFMig"
  208.  
  209. [BaseCopyFilesInf]
  210. msmail.inf
  211.  
  212. [BaseCopyProgramFiles]
  213. mlset32.exe
  214. mlshext.dll,,,32       ;32 flag suppresses ver conflict dlg
  215.  
  216. [BaseCopyFilesSys]
  217. riched32.dll,,,32       ;32 flag suppresses ver conflict dlg
  218.  
  219. [BaseDelFilesSys]
  220. mlcfg32.dll
  221.  
  222. [MAPIDelFilesSys]
  223. mlcfg.cpl                       ;16-bit control panel
  224. mspst32.dll
  225. msfs32.dll
  226. moscfg32.dll
  227. awfaxp32.dll
  228. inews32.dll
  229. mdisp32.exe
  230. mdisp32.tlb
  231. mdisp.tlb
  232.  
  233. [MAPIDelFilesWin]
  234. msmail32.exe                    ;renamed to exchng32.exe
  235. exchng32.exe                    ;moved to Program Files directory
  236. MMFMIG32.DLL                    ;file moved to system dir
  237. mapisp32.exe                    ;file moved to system dir
  238. MMFUPG32.EXE                    ;Mail 3.x Message Importer.
  239. pst16upg.exe
  240. pst17upg.exe
  241. pst18upg.exe
  242. pst19upg.exe
  243. pstver.exe
  244.  
  245. [MAPIDelFilesEforms]
  246. frmcache.dat
  247. frmcache.bak
  248.  
  249. [MAPICopyProgramFiles]
  250. ;note: the ",,,1" is a flag that will force a reboot and rename if the file is
  251. ;      in use when we try to delete it during uninstall
  252. exchng32.exe,,,33       ;1 + 32 flag suppresses ver conflict dlg
  253. scanpst.exe,,,33       ;1 + 32 flag suppresses ver conflict dlg
  254. mapiwm.tpl,,,1
  255.  
  256. [MAPICopyFilesWin]
  257. MAPIF0.CFG,,,1
  258. MAPIF1.CFG,,,1
  259. MAPIF2.CFG,,,1
  260. MAPIF3.CFG,,,1
  261. MAPIF4.CFG,,,1
  262. MAPIF5.CFG,,,1
  263. mapif0l.ico
  264. mapif0s.ico
  265. mapif1l.ico
  266. mapif1s.ico
  267. mapif2l.ico
  268. mapif2s.ico
  269. mapif3l.ico
  270. mapif3s.ico
  271. mapif4l.ico
  272. mapif4s.ico
  273. mapif5l.ico
  274. mapif5s.ico
  275.  
  276. [MAPICopyFilesSysNoRemove]
  277. mapi32.dll,,,33       ;1 + 32 flag suppresses ver conflict dlg
  278. vlb32.dll,,,1
  279.  
  280. [MAPICopyFilesSys]
  281. MMFMIG32.DLL,,,33     ;1 + 32 flag suppresses ver conflict dlg
  282. mapisp32.exe,,,33     ;1 + 32 flag suppresses ver conflict dlg
  283. mapi.dll,,,33         ;1 + 32 flag suppresses ver conflict dlg
  284. mapisrvr.exe,,,33     ;1 + 32 flag suppresses ver conflict dlg
  285. wmsfr32.dll,,,33      ;1 + 32 flag suppresses ver conflict dlg
  286. mapirpc.reg,,,1
  287. mlcfg32.cpl,,,33      ;1 + 32 flag suppresses ver conflict dlg
  288. mspst32.dll,,,1                     ;Local Message Store
  289. wmsui32.dll,,,33      ;1 + 32 flag suppresses ver conflict dlg
  290. mapisvc.inf,,,33      ;1 + 32 flag suppresses ver conflict dlg
  291. ml3xec16.exe,,,33     ;1 + 32 flag suppresses ver conflict dlg
  292. mapix32.dll,,,33      ;1 + 32 flag suppresses ver conflict dlg
  293. mapiu32.dll,,,33      ;1 + 32 flag suppresses ver conflict dlg
  294. mapix.dll,,,33        ;1 + 32 flag suppresses ver conflict dlg
  295. mapiu.dll,,,33        ;1 + 32 flag suppresses ver conflict dlg
  296. cmc.dll,,,33          ;1 + 32 flag suppresses ver conflict dlg
  297. mdisp32.exe,,,33      ;1 + 32 flag suppresses ver conflict dlg
  298. mdisp32.tlb,,,33      ;1 + 32 flag suppresses ver conflict dlg
  299. mdisp.tlb,,,33        ;1 + 32 flag suppresses ver conflict dlg
  300.  
  301. [MSFSCopyFilesSys]
  302. msfs32.dll,,,1        ;MS Mail 3.2 for PC networks
  303. wgpocpl.cpl,,,33      ;1 + 32 flag suppresses ver conflict dlg
  304. wgpoadmn.dll,,,33     ;1 + 32 flag suppresses ver conflict dlg
  305.  
  306. [MAPICopyFilesHelp]
  307. exchng.hlp,,,1
  308. exchng.cnt,,,1
  309. msfs.hlp,,,1
  310. msfs.cnt,,,1
  311. scanpst.hlp,,,33      ;1 + 32 flag suppresses ver conflict dlg
  312.  
  313. [MAPIUpdateIni]
  314. win.ini,Mail,,"MAPI=1"
  315. win.ini,Mail,,"MAPIX=1"
  316. win.ini,Mail,,"OLEMessaging=1"
  317. win.ini,Mail,,"CMC=1"
  318. win.ini,Mail,,"CMCDLLNAME=mapi.dll"
  319. win.ini,Mail,,"CMCDLLNAME32=MAPI32.DLL"
  320. win.ini,Mail,,"Exchange=%24%\%PROGRAMF%\%WINMSG%\exchng32.exe"
  321.  
  322. [MAPIUpdateIni.Remove]
  323. win.ini,Mail,"MAPI="
  324. win.ini,Mail,"MAPIX="
  325. win.ini,Mail,"OLEMessaging="
  326. win.ini,Mail,"CMC="
  327. win.ini,Mail,"CMCDLLNAME="
  328. win.ini,Mail,"CMCDLLNAME32="
  329. win.ini,Mail,"Exchange="
  330.  
  331. [MSMailUpdateIni]
  332. ;Create Link to scanpst
  333. setup.ini, progman.groups,, "group11=%SYSTOOLS_DESC%"         ;creates folder
  334. setup.ini, group11,, """%ScanPst_Desc%"", ""%24%\%PROGRAMF%\%WINMSG%\scanpst.exe"""
  335.  
  336. ; Create link in SendTo folder 
  337. setup.ini, progman.groups,, "SendTo=""..\..\%SendTo_Desc%"""     ;creates folder
  338. setup.ini, SendTo,,"""%SendToMailNew_DESC%"",""%24%\%PROGRAMF%\%WINMSG%\exchng32.exe"",wmsui32.dll,-1000"
  339.  
  340. ; Deletes old SendTo Link
  341. setup.ini, progman.groups,, "SendTo=""..\..\%SendTo_Desc%"""    ;creates folder
  342. setup.ini, SendTo,, """%SendToMail_DESC%""",,
  343.  
  344. ; Create inbox.lnk link on desktop to Exchange
  345. ;setup.ini, progman.groups,, "desktop=""..\..\%desktop_DESC%"""    ;creates folder
  346. ;setup.ini, desktop,,"""%WinMsg_Desc%"", ""%24%\%PROGRAMF%\%WINMSG%\exchng32.exe /i"""
  347.  
  348. ;Create Links that will show up in the Programs Folder (Not in a sub-folder)
  349. ;This replaces the old 'Main' folder/group:
  350. setup.ini, progman.groups,, "group0="            ;creates "null" folder
  351. setup.ini, group0,, """%MlviewROOT_Desc%"", ""%24%\%PROGRAMF%\%WINMSG%\exchng32.exe"",,,,,%MlviewROOT_ShortDesc%"
  352.  
  353. [MSMailUpdateIni.Remove]
  354. ;Create Link to scanpst
  355. setup.ini, progman.groups,, "group11=%SYSTOOLS_DESC%"         ;creates folder
  356. setup.ini, group11,, """%ScanPst_Desc%""",,
  357.  
  358. ;Deletes Link
  359. setup.ini, progman.groups,, "SendTo=""..\..\%SendTo_Desc%"""    ;creates folder
  360. setup.ini, SendTo,, """%SendToMailNew_DESC%""",,
  361.  
  362. ; Delete link on desktop to Exchange
  363. ;setup.ini, progman.groups,, "desktop=""..\..\%desktop_DESC%"""    ;creates folder
  364. ;setup.ini, desktop,,"""%WinMsg_Desc%"""                         ;deletes link
  365.  
  366. ;Delete Links that will show up in the Programs Folder (Not in a sub-folder)
  367. setup.ini, progman.groups,, "group0="            ;creates "null" folder
  368. setup.ini, group0,, """%MlviewROOT_Desc%"""
  369. setup.ini, group0,, """%MlviewROOT_ShortDesc%"""
  370.  
  371. [MSMailAddReg]
  372. ; slap in the desktop icon
  373. HKLM,"Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{00020D75-0000-0000-C000-000000000046}",,,"%WinMsg_Desc%"
  374. HKCR,"CLSID\{00020D75-0000-0000-C000-000000000046}",,,"%WinMsg_Desc%"
  375. HKCR,"CLSID\{00020D75-0000-0000-C000-000000000046}\DefaultIcon",,,"%24%\%PROGRAMF%\%WINMSG%\exchng32.exe"
  376. HKCR,"CLSID\{00020D75-0000-0000-C000-000000000046}\Shell\Open\Command",,,"%24%\%PROGRAMF%\%WINMSG%\exchng32.exe /i"
  377. HKCR,"CLSID\{00020D75-0000-0000-C000-000000000046}\Shell\Explore\Command",,,"%24%\%PROGRAMF%\%WINMSG%\exchng32.exe /j"
  378. HKCR,"CLSID\{00020D75-0000-0000-C000-000000000046}\InProcServer32",,,"%24%\%PROGRAMF%\%WINMSG%\mlshext.dll"
  379. HKCR,"CLSID\{00020D75-0000-0000-C000-000000000046}\InProcServer32",ThreadingModel,,"Apartment"
  380. ;HKCR,"CLSID\{00020D75-0000-0000-C000-000000000046}\shellex\ContextMenuHandlers\{00020D75-0000-0000-C000-000000000046}"
  381. HKCR,"CLSID\{00020D75-0000-0000-C000-000000000046}\shellex\PropertySheetHandlers\{00020D75-0000-0000-C000-000000000046}"
  382. HKCR,"CLSID\{00020D75-0000-0000-C000-000000000046}\ShellFolder",Attributes,1,70,00,00,00
  383.  
  384. ; Remove old Inbox.exc
  385. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\DeleteFiles\DesktopFiles,,,%10%\%desktop_DESC%
  386. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\DeleteFiles\DesktopFiles,Inbox.exc,,"%WinMsg_Desc%.exc"
  387. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\DeleteFiles\DesktopFiles,USAInbox.exc,,Inbox.exc
  388.  
  389. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\EXCHNG32.EXE",,,"%24%\%PROGRAMF%\%WINMSG%\exchng32.exe"
  390. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\EXCHNG32.EXE","Path",,"%24%\%PROGRAMF%\%WINMSG%;"
  391.  
  392. HKLM,"Software\Microsoft\Windows Messaging Subsystem","MAPI",,1
  393. HKLM,"Software\Microsoft\Windows Messaging Subsystem","MAPIX",,1
  394. HKLM,"Software\Microsoft\Windows Messaging Subsystem","OLEMessaging",,1
  395. HKLM,"Software\Microsoft\Windows Messaging Subsystem","CMC",,1
  396. HKLM,"Software\Microsoft\Windows Messaging Subsystem","CMCDLLNAME",,mapi.dll
  397. HKLM,"Software\Microsoft\Windows Messaging Subsystem","CMCDLLNAME32",,MAPI32.DLL
  398.  
  399. HKLM,SOFTWARE\Microsoft,MlSet,,"%24%\%PROGRAMF%\%WINMSG%\mlset32.exe"
  400. HKLM,SOFTWARE\Microsoft,Exchange,,"%24%\%PROGRAMF%\%WINMSG%\exchng32.exe"
  401. HKLM,"SOFTWARE\Microsoft\Schedule+\Application",MailPath,,"%24%\%PROGRAMF%\%WINMSG%\exchng32.exe"
  402. HKLM,"SOFTWARE\Microsoft\Schedule+\Application",FormsRegistered,,0
  403.  
  404. ; Use exchng32.exe as server for .msg files
  405. HKCR,.msg,,,msgfile
  406. HKCR,msgfile,,,%WINMSG_DOC%
  407. HKCR,msgfile\DefaultIcon,,,"wmsui32.dll,-1000"
  408. HKCR,msgfile\shell\open\command,,,"%24%\%PROGRAMF%\%WINMSG%\exchng32.exe /f %%1"
  409. HKCR,msgfile\shell\print\command,,,"%24%\%PROGRAMF%\%WINMSG%\exchng32.exe /p %%1"
  410.  
  411. HKCU,AppEvents\EventLabels\MailBeep,,,"%V_MailBeep%"
  412. HKCU,AppEvents\Schemes\Apps\.Default\MailBeep\.Current,,2,%25%\media\ding.wav
  413. HKCU,AppEvents\Schemes\Apps\.Default\MailBeep\.Default,,2,%25%\media\ding.wav
  414. HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,"%EmailRunOnce%",,"%24%\%PROGRAMF%\%WINMSG%\mlset32.exe"
  415.  
  416. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Options","ImportMailData",,"%11%\mmfmig32.dll"
  417. ; Warning: I believe key vals have a limit of 512
  418. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Options","ExcludeCustomDlls",,"IMPEXP.DLL;IMPEXP32.DLL;WGPOMGR.DLL;WGPOMG32.DLL;FAXOPT.DLL;SCHEDMSG.DLL;SCHMSG32.DLL;EMPTYWB.DLL;EMPTYW32.DLL;MSRMT.DLL;MSRMTUI.DLL;BCC.DLL;ATTMAIL.DLL;PABCHK.DLL;PABLIST.DLL;PABSYNC.DLL;RENAME.DLL;CONFPLUS.DLL;CONFCORE.DLL;WRDRIVER.DLL;CSSMDEL.DLL"
  419. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Options","ExcludeCustomKeys",,"FaxSep1;IMEX;SP0;SP1;WinRules0"
  420.  
  421. ;  Migrate any existing 16-bit profiles.
  422. HKCU,"Software\Microsoft\Windows Messaging Subsystem\PleaseUpgrade"
  423. ;HKCU,"Software\Microsoft\Windows Messaging Subsystem\DeleteAfterUpgrade"
  424.  
  425. ; mapif.reg stuff
  426. HKCR,CLSID\{00020D30-0000-0000-C000-000000000046},,,IPM
  427. HKCR,CLSID\{00020D30-0000-0000-C000-000000000046}\InprocHandler32,,,mapi32.dll
  428. HKCR,CLSID\{00020D30-0000-0000-C000-000000000046}\LocalServer32,,,"%24%\%PROGRAMF%\%WINMSG%\exchng32.exe"
  429. HKCR,CLSID\{00020D31-0000-0000-C000-000000000046},,,IPM.Note
  430. HKCR,CLSID\{00020D31-0000-0000-C000-000000000046}\InprocHandler32,,,mapi32.dll
  431. HKCR,CLSID\{00020D31-0000-0000-C000-000000000046}\LocalServer32,,,"%24%\%PROGRAMF%\%WINMSG%\exchng32.exe"
  432. HKCR,CLSID\{00020D32-0000-0000-C000-000000000046},,,IPM.Document
  433. HKCR,CLSID\{00020D32-0000-0000-C000-000000000046}\InprocHandler32,,,mapi32.dll
  434. HKCR,CLSID\{00020D32-0000-0000-C000-000000000046}\LocalServer32,,,"%24%\%PROGRAMF%\%WINMSG%\exchng32.exe"
  435. HKCR,CLSID\{00020D33-0000-0000-C000-000000000046},,,IPM.Resend
  436. HKCR,CLSID\{00020D33-0000-0000-C000-000000000046}\InprocHandler32,,,mapi32.dll
  437. HKCR,CLSID\{00020D33-0000-0000-C000-000000000046}\LocalServer32,,,"%24%\%PROGRAMF%\%WINMSG%\exchng32.exe"
  438. HKCR,CLSID\{00020D34-0000-0000-C000-000000000046},,,Report.Any
  439. HKCR,CLSID\{00020D34-0000-0000-C000-000000000046}\InprocHandler32,,,mapi32.dll
  440. HKCR,CLSID\{00020D34-0000-0000-C000-000000000046}\LocalServer32,,,"%24%\%PROGRAMF%\%WINMSG%\exchng32.exe"
  441. HKCR,CLSID\{00020D35-0000-0000-C000-000000000046},,,IPM.POST
  442. HKCR,CLSID\{00020D35-0000-0000-C000-000000000046}\InprocHandler32,,,mapi32.dll
  443. HKCR,CLSID\{00020D35-0000-0000-C000-000000000046}\LocalServer32,,,"%24%\%PROGRAMF%\%WINMSG%\exchng32.exe"
  444.  
  445. HKCR,MailFileAtt\CLSID,,,{00020D05-0000-0000-C000-000000000046}
  446. HKCR,CLSID\{00020D05-0000-0000-C000-000000000046},,,Inserted File
  447. HKCR,CLSID\{00020D05-0000-0000-C000-000000000046}\AuxUserType\2,,,File
  448. HKCR,CLSID\{00020D05-0000-0000-C000-000000000046}\AuxUserType\3,,,%MlviewROOT_Desc%
  449. HKCR,CLSID\{00020D05-0000-0000-C000-000000000046}\InprocServer32,,,wmsui32.dll
  450. HKCR,CLSID\{00020D05-0000-0000-C000-000000000046}\ProgID,,,MailFileAtt
  451. HKCR,CLSID\{00020D05-0000-0000-C000-000000000046}\Verb\0,,,"%VERB_OPEN%, 0, 2"
  452. HKCR,CLSID\{00020D05-0000-0000-C000-000000000046}\Verb\1,,,"%VERB_PRINT%, 0, 2"
  453. HKCR,CLSID\{00020D05-0000-0000-C000-000000000046}\Verb\2,,,"%VERB_QUICKVIEW%, 0, 2"
  454. HKCR,CLSID\{00020D05-0000-0000-C000-000000000046}\Verb\3,,,"%VERB_SAVE%, 0, 2"
  455. HKCR,CLSID\{00020D05-0000-0000-C000-000000000046}\Verb\4,,,"%VERB_LABEL%, 0, 2"
  456. HKCR,MailMsgAtt\CLSID,,,{00020D09-0000-0000-C000-000000000046}
  457. HKCR,CLSID\{00020D09-0000-0000-C000-000000000046},,,Inserted Message
  458. HKCR,CLSID\{00020D09-0000-0000-C000-000000000046}\AuxUserType\2,,,Message
  459. HKCR,CLSID\{00020D09-0000-0000-C000-000000000046}\AuxUserType\3,,,%MlviewROOT_Desc%
  460. HKCR,CLSID\{00020D09-0000-0000-C000-000000000046}\InprocServer32,,,wmsui32.dll
  461. HKCR,CLSID\{00020D09-0000-0000-C000-000000000046}\ProgID,,,MailMsgAtt
  462. HKCR,CLSID\{00020D09-0000-0000-C000-000000000046}\Verb\0,,,"%VERB_OPEN%, 0, 2"
  463.  
  464. ; add our new extensions in
  465. HKLM,"SOFTWARE\Microsoft\Exchange\Forms Registry",Provider,,wmsfr32.dll
  466. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Extensions",wmsfr,,"4.0;wmsfr32.dll;7;01010111111000;1110000000"
  467.  
  468. ; add wmsui apis
  469. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Support",ChooseFolder,,"wmsui32.dll;112"
  470. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Support",Details,,"wmsui32.dll;9"
  471.  
  472. ; add the list of file types
  473. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types",":TEXT",,".txt"
  474. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types",":APPL",,".exe"
  475. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types",":DEXE",,".exe"
  476. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types",":TIF ",,".tif"
  477. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types",":EPSF",,".eps"
  478. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","MSWD:WDBN",,".doc"
  479. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","MSWD:TEXT",,".txt"
  480. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","XCEL:TEXT",,".txt"
  481. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","XCEL:XLC ",,".xlc"
  482. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","XCEL:XLM ",,".xlm"
  483. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","XCEL:XLW ",,".xlw"
  484. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","XCEL:XLC3",,".xlc"
  485. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","XCEL:XLS3",,".xls"
  486. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","XCEL:XLM3",,".xlm"
  487. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","XCEL:XLW3",,".xlw"
  488. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","XCEL:XLA ",,".xla"
  489. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","XCEL:sLS ",,".XLT"
  490. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","XCEL:sLC ",,".XLT"
  491. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","XCEL:sLM ",,".XLT"
  492. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","XCEL:LWKS",,".WK1"
  493. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","XCEL:LWK3",,".WK3"
  494. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","XCEL:F+DB",,".DBF"
  495. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","XCEL:XLA4",,".XLA"
  496. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","MSPJ:MPP ",,".mpp"
  497. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","MSPJ:MPX ",,".mpx"
  498. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","MSPJ:MPC ",,".mpc"
  499. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","MSPJ:MPV ",,".mpv"
  500. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","MSPJ:MPW ",,".mpw"
  501. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","ALD2:PUBF",,".pub"
  502. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","ALD3:ALB3",,".pm3"
  503. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","ALD3:ALT3",,".pt3"
  504. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","ALD3:TIFF",,".tif"
  505. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","MORE:TEXT",,".rdy"
  506. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","FOX+:F+DB",,".dbf"
  507. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","ARTZ:EPSF",,".eps"
  508. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","SIT!:SIT!",,".sit"
  509. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","WPC2:WPD1",,".doc"
  510. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","MSWD:W6BN",,".doc"
  511. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","FOXX:FAPP",,".app"
  512. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","FOXX:FFXP",,".fxp"
  513. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","FOXX:F+PR",,".prg"
  514. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","FOXX:F+FR",,".scx"
  515. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","FOXX:FQPR",,".qpr"
  516. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","FOXX:F+RP",,".frx"
  517. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","FOXX:F+LB",,".lbx"
  518. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","FOXX:FPJX",,".pjx"
  519. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","FOXX:FMNX",,".mnx"
  520. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","L123:LWKS",,".wk1"
  521. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","L123:LWK3",,".wk3"
  522. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","PPT3:SLD3",,".ppt"
  523. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","MSPJ:MPT ",,".mpt"
  524. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","MSWK:AWWP",,".WPS"
  525. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","MSWK:AWSS",,".WKS"
  526. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","MSWK:AWDB",,".WDB"
  527. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","MSWK:RLRB",,".WPS"
  528. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","MSWK:sWWP",,".WPS"
  529. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","MSWK:sWSS",,".WKS"
  530. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","MSWK:sWRB",,".WPS"
  531. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","XCEL:XLS5",,".XLS"
  532. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","XCEL:sLS5",,".XLT"
  533. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","XCEL:XLB5",,".XLB"
  534. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","XCEL:XLA5",,".XLA"
  535. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","XCEL:XLW5",,".XLW"
  536.  
  537. ;; MAPI.Session ---------------------------------------------------------------
  538. HKCR,"MAPI.Session",,,"MAPI 1.0 Session"
  539. HKCR,"MAPI.Session\CLSID",,,"{3FA7DEB3-6438-101B-ACC1-00AA00423326}"
  540. HKCR,"MAPI.Session\CurVer",,,"MAPI.Session.1"
  541. HKCR,"MAPI.Session.1",,,"MAPI 1.0 Session (v1.0)"
  542. HKCR,"MAPI.Session.1\CLSID",,,"{3FA7DEB3-6438-101B-ACC1-00AA00423326}"
  543. HKCR,"CLSID\{3FA7DEB3-6438-101B-ACC1-00AA00423326}",,,"MAPI 1.0 Session (v1.0)"
  544. HKCR,"CLSID\{3FA7DEB3-6438-101B-ACC1-00AA00423326}\LocalServer32",,,"MDISP32.EXE /Automation"
  545. HKCR,"CLSID\{3FA7DEB3-6438-101B-ACC1-00AA00423326}\ProgID",,,"MAPI.Session"
  546.  
  547. ;; Additions for MDISP32.EXE
  548. ;; MAPI.Session ---------------------------------------------------------------
  549. HKCR,"MAPI.Session",,,"MAPI 1.0 Session"
  550. HKCR,"MAPI.Session\CLSID",,,"{3FA7DEB3-6438-101B-ACC1-00AA00423326}"
  551. HKCR,"MAPI.Session\CurVer",,,"MAPI.Session.1"
  552. HKCR,"MAPI.Session.1",,,"MAPI 1.0 Session (v1.0)"
  553. HKCR,"MAPI.Session.1\CLSID",,,"{3FA7DEB3-6438-101B-ACC1-00AA00423326}"
  554. HKCR,"CLSID\{3FA7DEB3-6438-101B-ACC1-00AA00423326}",,,"MAPI 1.0 Session (v1.0)"
  555. HKCR,"CLSID\{3FA7DEB3-6438-101B-ACC1-00AA00423326}\LocalServer32",,,"MDISP32.EXE /Automation"
  556. HKCR,"CLSID\{3FA7DEB3-6438-101B-ACC1-00AA00423326}\ProgID",,,"MAPI.Session"
  557.  
  558. ;; MAPI.Message ---------------------------------------------------------------
  559. HKCR,"MAPI.Message",,,"MAPI 1.0 Message"
  560. HKCR,"MAPI.Message\CLSID",,,"{3FA7DEB4-6438-101B-ACC1-00AA00423326}"
  561. HKCR,"MAPI.Message\CurVer",,,"MAPI.Message.1"
  562. HKCR,"MAPI.Message.1",,,"MAPI 1.0 Message (v1.0)"
  563. HKCR,"MAPI.Message.1\CLSID",,,"{3FA7DEB4-6438-101B-ACC1-00AA00423326}"
  564. HKCR,"CLSID\{3FA7DEB4-6438-101B-ACC1-00AA00423326}",,,"MAPI 1.0 Message (v1.0)"
  565. HKCR,"CLSID\{3FA7DEB4-6438-101B-ACC1-00AA00423326}\LocalServer32",,,"MDISP32.EXE /Automation"
  566. HKCR,"CLSID\{3FA7DEB4-6438-101B-ACC1-00AA00423326}\ProgID",,,"MAPI.Message"
  567.  
  568. ;; MAPI.Folder ----------------------------------------------------------------
  569. HKCR,"MAPI.Folder",,,"MAPI 1.0 Folder"
  570. HKCR,"MAPI.Folder\CLSID",,,"{3FA7DEB5-6438-101B-ACC1-00AA00423326}"
  571. HKCR,"MAPI.Folder\CurVer",,,"MAPI.Folder.1"
  572. HKCR,"MAPI.Folder.1",,,"MAPI 1.0 Folder (v1.0)"
  573. HKCR,"MAPI.Folder.1\CLSID",,,"{3FA7DEB5-6438-101B-ACC1-00AA00423326}"
  574. HKCR,"CLSID\{3FA7DEB5-6438-101B-ACC1-00AA00423326}",,,"MAPI 1.0 Folder (v1.0)"
  575. HKCR,"CLSID\{3FA7DEB5-6438-101B-ACC1-00AA00423326}\LocalServer32",,,"MDISP32.EXE /Automation"
  576. HKCR,"CLSID\{3FA7DEB5-6438-101B-ACC1-00AA00423326}\ProgID",,,"MAPI.Folder"
  577.  
  578. ;; Also, update the MAPIX version info
  579. HKLM,"SOFTWARE\Microsoft\Windows Messaging Subsystem","MAPIXVER",,"1.0.0.1"
  580.  
  581.  
  582. [MSMailDelReg.Remove]
  583. ; Remove the ol desktop icon
  584. HKLM,"Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{00020D75-0000-0000-C000-000000000046}"
  585. HKCR,"CLSID\{00020D75-0000-0000-C000-000000000046}"
  586.  
  587. HKLM,"Software\Microsoft\Windows Messaging Subsystem","MAPI"
  588. HKLM,"Software\Microsoft\Windows Messaging Subsystem","MAPIX"
  589. HKLM,"Software\Microsoft\Windows Messaging Subsystem","OLEMessaging"
  590. HKLM,"Software\Microsoft\Windows Messaging Subsystem","CMC"
  591. HKLM,"Software\Microsoft\Windows Messaging Subsystem","CMCDLLNAME"
  592. HKLM,"Software\Microsoft\Windows Messaging Subsystem","CMCDLLNAME32"
  593.  
  594. HKLM,SOFTWARE\Microsoft,Exchange
  595. HKLM,"SOFTWARE\Microsoft\Schedule+\Application",MailPath
  596.  
  597. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Options","ImportMailData"
  598. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Options","ExcludeCustomDlls"
  599. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Options","ExcludeCustomKeys"
  600.  
  601. ; blow away all the old profiles
  602. HKCU,"Software\Microsoft\Windows Messaging Subsystem\Profiles"
  603.  
  604. ; Remove exchng32.exe as server for .msg files
  605. HKCR,.msg
  606. HKCR,msgfile
  607.  
  608. ; Remove mapif.reg stuff
  609. HKCR,CLSID\{00020D30-0000-0000-C000-000000000046}
  610. HKCR,CLSID\{00020D31-0000-0000-C000-000000000046}
  611. HKCR,CLSID\{00020D32-0000-0000-C000-000000000046}
  612. HKCR,CLSID\{00020D33-0000-0000-C000-000000000046}
  613. HKCR,CLSID\{00020D34-0000-0000-C000-000000000046}
  614.  
  615. HKCR,MailFileAtt\CLSID
  616. HKCR,CLSID\{00020D05-0000-0000-C000-000000000046}
  617. HKCR,MailMsgAtt\CLSID
  618. HKCR,CLSID\{00020D09-0000-0000-C000-000000000046}
  619.  
  620. HKLM,"SOFTWARE\Microsoft\Exchange\Forms Registry","Provider"
  621. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Extensions","MMFMig"
  622. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Extensions","wmsfr"
  623.  
  624. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Support",ChooseFolder
  625. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Support",Details
  626.  
  627. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types",":TEXT"
  628. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types",":APPL"
  629. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types",":DEXE"
  630. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types",":TIF "
  631. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types",":EPSF"
  632. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","MSWD:WDBN"
  633. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","MSWD:TEXT"
  634. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","XCEL:TEXT"
  635. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","XCEL:XLC "
  636. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","XCEL:XLM "
  637. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","XCEL:XLW "
  638. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","XCEL:XLC3"
  639. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","XCEL:XLS3"
  640. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","XCEL:XLM3"
  641. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","XCEL:XLW3"
  642. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","XCEL:XLA "
  643. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","XCEL:sLS "
  644. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","XCEL:sLC "
  645. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","XCEL:sLM "
  646. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","XCEL:LWKS"
  647. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","XCEL:LWK3"
  648. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","XCEL:F+DB"
  649. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","XCEL:XLA4"
  650. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","MSPJ:MPP "
  651. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","MSPJ:MPX "
  652. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","MSPJ:MPC "
  653. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","MSPJ:MPV "
  654. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","MSPJ:MPW "
  655. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","ALD2:PUBF"
  656. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","ALD3:ALB3"
  657. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","ALD3:ALT3"
  658. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","ALD3:TIFF"
  659. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","MORE:TEXT"
  660. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","FOX+:F+DB"
  661. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","ARTZ:EPSF"
  662. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","SIT!:SIT!"
  663. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","WPC2:WPD1"
  664. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","MSWD:W6BN"
  665. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","FOXX:FAPP"
  666. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","FOXX:FFXP"
  667. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","FOXX:F+PR"
  668. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","FOXX:F+FR"
  669. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","FOXX:FQPR"
  670. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","FOXX:F+RP"
  671. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","FOXX:F+LB"
  672. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","FOXX:FPJX"
  673. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","FOXX:FMNX"
  674. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","L123:LWKS"
  675. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","L123:LWK3"
  676. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","PPT3:SLD3"
  677. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","MSPJ:MPT "
  678. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","MSWK:AWWP"
  679. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","MSWK:AWSS"
  680. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","MSWK:AWDB"
  681. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","MSWK:RLRB"
  682. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","MSWK:sWWP"
  683. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","MSWK:sWSS"
  684. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Mac File Types","MSWK:sWRB"
  685. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","XCEL:XLS5"
  686. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","XCEL:sLS5"
  687. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","XCEL:XLB5"
  688. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","XCEL:XLA5"
  689. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","XCEL:XLW5"
  690.  
  691. ;; MAPI.Session ---------------------------------------------------------------
  692. HKCR,"MAPI.Session",,,"MAPI 1.0 Session"
  693. HKCR,"MAPI.Session\CLSID",,,"{3FA7DEB3-6438-101B-ACC1-00AA00423326}"
  694. HKCR,"MAPI.Session\CurVer",,,"MAPI.Session.1"
  695. HKCR,"MAPI.Session.1",,,"MAPI 1.0 Session (v1.0)"
  696. HKCR,"MAPI.Session.1\CLSID",,,"{3FA7DEB3-6438-101B-ACC1-00AA00423326}"
  697. HKCR,"CLSID\{3FA7DEB3-6438-101B-ACC1-00AA00423326}",,,"MAPI 1.0 Session (v1.0)"
  698. HKCR,"CLSID\{3FA7DEB3-6438-101B-ACC1-00AA00423326}\LocalServer32",,,"MDISP32.EXE /Automation"
  699. HKCR,"CLSID\{3FA7DEB3-6438-101B-ACC1-00AA00423326}\ProgID",,,"MAPI.Session"
  700.  
  701. ;; MAPI.Message ---------------------------------------------------------------
  702. HKCR,"MAPI.Message",,,"MAPI 1.0 Message"
  703. HKCR,"MAPI.Message\CLSID",,,"{3FA7DEB4-6438-101B-ACC1-00AA00423326}"
  704. HKCR,"MAPI.Message\CurVer",,,"MAPI.Message.1"
  705. HKCR,"MAPI.Message.1",,,"MAPI 1.0 Message (v1.0)"
  706. HKCR,"MAPI.Message.1\CLSID",,,"{3FA7DEB4-6438-101B-ACC1-00AA00423326}"
  707. HKCR,"CLSID\{3FA7DEB4-6438-101B-ACC1-00AA00423326}",,,"MAPI 1.0 Message (v1.0)"
  708. HKCR,"CLSID\{3FA7DEB4-6438-101B-ACC1-00AA00423326}\LocalServer32",,,"MDISP32.EXE /Automation"
  709. HKCR,"CLSID\{3FA7DEB4-6438-101B-ACC1-00AA00423326}\ProgID",,,"MAPI.Message"
  710.  
  711. ;; MAPI.Folder ----------------------------------------------------------------
  712. HKCR,"MAPI.Folder",,,"MAPI 1.0 Folder"
  713. HKCR,"MAPI.Folder\CLSID",,,"{3FA7DEB5-6438-101B-ACC1-00AA00423326}"
  714. HKCR,"MAPI.Folder\CurVer",,,"MAPI.Folder.1"
  715. HKCR,"MAPI.Folder.1",,,"MAPI 1.0 Folder (v1.0)"
  716. HKCR,"MAPI.Folder.1\CLSID",,,"{3FA7DEB5-6438-101B-ACC1-00AA00423326}"
  717. HKCR,"CLSID\{3FA7DEB5-6438-101B-ACC1-00AA00423326}",,,"MAPI 1.0 Folder (v1.0)"
  718. HKCR,"CLSID\{3FA7DEB5-6438-101B-ACC1-00AA00423326}\LocalServer32",,,"MDISP32.EXE /Automation"
  719. HKCR,"CLSID\{3FA7DEB5-6438-101B-ACC1-00AA00423326}\ProgID",,,"MAPI.Folder"
  720.  
  721. ;; Also, update the MAPIX version info
  722. HKLM,"SOFTWARE\Microsoft\Windows Messaging Subsystem","MAPIXVER",,"1.0.0.1"
  723.  
  724. ; User-visible strings
  725. [Strings]
  726. ScanPst_Desc            = "Inbox Repair Tool"
  727. MAPI_Desc               = "Windows Messaging"             ;Text displayed in Listbox during Setup
  728. MAPI_Tip                = "Integrated Mail, MAPI, and other messaging applications"
  729. MSFS_Desc               = "Microsoft Mail Services"
  730. MSFS_Tip                = "Allows you to access Microsoft Mail Post Offices"
  731. Apps_DESC               = "Accessories"
  732. Mlview_Desc             = "Windows Messaging Viewer"
  733. MlviewFLDR_Desc         = "Windows Messaging Viewer Folder"
  734. MlviewMSGSTO_Desc       = "Windows Messaging Viewer Message Store"
  735. MlviewROOT_Desc         = "Windows Messaging"
  736. MlviewROOT_ShortDesc    = "WinMsg"
  737. MlviewOpen_Desc         = "Open"
  738. MlviewExplore_Desc      = "Explore"
  739. MlviewLOADER_Desc       = "WMSUI Loader"
  740. SYSTOOLS_DESC           = "Accessories\System Tools"
  741. MSPAB_Desc              = "Personal Address Book"
  742. MSLMS_Desc              = "Personal Folders"
  743. InfoCenterItems_Desc    = "Windows &Messaging Items..."
  744. MMFMig_Desc             = "Mail File Converter"
  745. V_MailBeep              = "New Mail Notification"
  746. desktop_DESC            = "Desktop"
  747. SendTo_DESC             = "SendTo"                         ; Name of SendTo folder in the Windows dir
  748. SendToMail_DESC         = "Windows Messaging"
  749. SendToMailNew_DESC      = "Mail Recipient"
  750. WINMSG_DOC              = "Mail Message"
  751. SendNewMessage          = "Send New Message"
  752. OpenMailbox             = "Open Mailbox"
  753. WinMsg_Desc             = "Inbox"
  754. WizRemoveMsg            = "This will remove the icon from your desktop. Use the Add/Remove Programs control panel to install Windows Messaging on your computer."
  755. EMAILTop_DESC           = "Windows Messaging"
  756. EMAILTop_TIP            = "Electronic mail and messaging utilities"
  757. EmailRunOnce            = "Windows Messaging"
  758. VERB_OPEN               = "&Open"
  759. VERB_PRINT              = "P&rint"
  760. VERB_QUICKVIEW          = "&Quick View"
  761. VERB_SAVE               = "&Save As"
  762. VERB_LABEL              = "Re&name"
  763. Program_Files           = "Program Files"
  764. PROGRAMF                = "Progra~1"          ; first 6 chars of Program_Files, + "~1"
  765. WINMSG                  = "Window~1"          ; first 6 chars of Windows Messaging, + "~1"
  766. OEM_PROGRAMF            = "Progra~1"          ; first 6 chars of Program_Files, + "~1" - in OEM codepage (not Ansi)
  767. OEM_WINMSG              = "Window~1"          ; first 6 chars of Windows, + "~1"  - in OEM codepage (not Ansi)
  768.