home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-10-21 | 4.8 KB | 112 lines |
-
- ; MSMAIL.INF
-
- ; This is the Setup information file to install MSMail & MAPI
-
- ; Copyright (c) 1993-1995 Microsoft Corporation
-
-
- [version]
- LayoutFile= Layout.inf, Layout1.inf, Layout2.inf
- signature="$CHICAGO$"
- SetupClass=BASE
-
- ;Destination Directories for CopyFiles Sections
- [DestinationDirs]
- BaseDelFilesSys = 11 ;LDID_SYSTEM
- BaseCopyFilesSys = 11 ;LDID_SYSTEM
- BaseCopyProgramFiles = 24,%OEM_PROGRAMF%\%OEM_WINMSG% ;LDID_APPS\Progra~1\Window~1
- BaseCopyFilesInf = 17 ;LDID_INF
- MAPIDelFilesEforms = 10,FORMS ;LDID_WIN\EFORMS
- MAPIDelFilesWin = 25 ;LDID_SHARED
- MAPIDelFilesSys = 11 ;LDID_SYSTEM
- MAPICopyFilesWin = 10,FORMS\CONFIGS ;LDID_WIN\FORMS\CONFIGS
- MAPICopyFilesSys = 11 ;LDID_SYSTEM
- MAPICopyFilesSysNoRemove = 11 ;LDID_SYSTEM
- MAPICopyFilesHelp = 18 ;LDID_HELP
- MAPICopyProgramFiles = 24,%OEM_PROGRAMF%\%OEM_WINMSG% ;LDID_APPS\Progra~1\Window~1
- MSFSCopyFilesSys = 11 ;LDID_SYSTEM
-
- ;Always install these sections
- [BaseWinOptions]
- RTF_EDIT
-
-
- [RTF_EDIT]
- CopyFiles = BaseCopyFilesSys
- DelFiles = BaseDelFilesSys, BaseCopyFilesInf
- AddReg = BaseAddReg
- DelReg = BaseDelReg
- UpdateInis = BaseUpdateIni
-
-
- [BaseUpdateIni]
- ; remove mlcfg32 to the control panel
- control.ini,MMCPL,"mlcfg="
-
- ; remove old mmf mig tool from systools folder
- setup.ini, progman.groups,, "group11=%SYSTOOLS_DESC%" ; creates systools folder
- setup.ini, group11,, """%MMFMig_Desc%""" ; deletes link
-
- ; remove 'Inbox.lnk' from desktop
- setup.ini, progman.groups,, "desktop=""..\..\%desktop_DESC%""" ;creates folder
- setup.ini, desktop,,"""%WinMsg_Desc%"""
-
- ; remove english non-localized 'Inbox.lnk' from desktop
- setup.ini, progman.groups,, "desktop=""..\..\%desktop_DESC%""" ;creates folder
- setup.ini, desktop,,Inbox
-
- ;Deletes Old Links in the Programs Folder (Not in a sub-folder)
- setup.ini, progman.groups,, "group0=" ;creates "null" folder
- setup.ini, group0,, """%SendNewMessage%"""
- setup.ini, group0,, """%OpenMailbox%"""
-
- [BaseAddReg]
- ;Remove the old "Microsoft Exchange.lnk" from the desktop
- HKLM,Software\Microsoft\Windows\CurrentVersion\DeleteFiles\Desktop,,,%25%\%desktop_DESC%
- HKLM,Software\Microsoft\Windows\CurrentVersion\DeleteFiles\Desktop,microsof.lnk,,"%MlviewROOT_Desc%.lnk"
- HKLM,Software\Microsoft\Windows\CurrentVersion\DeleteFiles\Desktop,microsof.exe,,"%MlviewROOT_Desc%.exe"
-
- ;Create entries for Maint Mode Setup, set all initially to uninstalled:
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\EMAIL,Installed,2,"0"
-
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\MAPI,Installed,2,"0"
-
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\MSFS,Installed,2,"0"
-
-
- [BaseDelReg]
- ; Remove the Inbox wizard if it happens to exist
- HKLM,"Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{00020D76-0000-0000-C000-000000000046}"
- HKCR,"CLSID\{00020D76-0000-0000-C000-000000000046}"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents,"EMAIL"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\EMAIL,INF,,"msmail.inf"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\EMAIL,Section,,"EMAIL"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents,"MAPI"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\MAPI,INF,,"msmail.inf"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\MAPI,Section,,"MSMAIL"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents,"MSFS"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\MSFS,INF,,"msmail.inf"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\MSFS,Section,,"MSFS"
-
- [BaseCopyFilesInf]
- msmail.inf
-
- [BaseCopyFilesSys]
- riched32.dll,,,32 ;32 flag suppresses ver conflict dlg
-
- [BaseDelFilesSys]
- mlcfg32.dll
-
- ; User-visible strings
- [Strings]
- MlviewROOT_Desc = "Windows Messaging"
- SYSTOOLS_DESC = "Accessories\System Tools"
- MMFMig_Desc = "Mail File Converter"
- desktop_DESC = "Desktop"
- SendNewMessage = "Send New Message"
- OpenMailbox = "Open Mailbox"
- WinMsg_Desc = "Inbox"
- OEM_PROGRAMF = "Progra~1" ; first 6 chars of Program_Files, + "~1" - in OEM codepage (not Ansi)
- OEM_WINMSG = "Window~1" ; first 6 chars of Windows, + "~1" - in OEM codepage (not Ansi)
-