home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 June B
/
Pcwk6b98.iso
/
Outlk98
/
VALUPACK
/
CCMAIL
/
CCMAILSP.EXE
/
RCDATA
/
CABINET
/
ccmailsp.inf
< prev
next >
Wrap
Windows Setup INFormation
|
1997-06-10
|
3KB
|
94 lines
;CCMAILSP.INF
;This INF should provide a way to install and uninstall the
; - ccmailsp addition to outlook, as well as provide user input
; - for the location they want the stuff installed to.
;**KNOWN PROBLEM** The uninstall will not delete files if the user was
; given the option to select which directory the files
; were installed to. The removal of registry keys and
; files that were placed in directories that the user
; did not choose will be deleted. This should be fixed
; with IExpress 2.5
[Version]
Signature=$CHICAGO$
AdvancedINF=2.0
[DefaultInstall]
CopyFiles = HelpFiles, PifFiles, SystemDirFiles, ccMailINFFile
AddReg = ccmailspReg
UpdateInis = ccMailMAPISVCINF
[DestinationDirs]
SystemDirFiles = 11 ; For the system files
HelpFiles = 18
PifFiles = 25
ccMailINFFile = 17 ; INF Directory (Required for uninstall)
[SourceDisksNames]
55=%DiskDesc%,"",0
[SourceDisksFiles]
mapivm32.DLL=55
thkshld.DLL=55
ccmab32.DLL=55
ccmxp32.DLL=55
ccmdlist.EXE=55
cwimport.exe=55
export.pif=55
ccmsvc.cnt=55
ccmsvc.hlp=55
ccmailsp.inf=55
[SystemDirFiles]
mapivm32.DLL,,,4
thkshld.DLL,,,4
ccmab32.DLL,,,4
ccmxp32.DLL,,,4
ccmdlist.EXE,,,4
cwimport.exe,,,4
[HelpFiles]
ccmsvc.cnt
ccmsvc.hlp
[PifFiles]
export.pif
[ccMailINFFile]
ccmailsp.inf
[ccmailspReg]
HKLM,"SOFTWARE\Microsoft\Exchange\Client\Extensions","cc:Mail Menu Extension",,"4.0;ccmxp32.dll;1;;;CCMSVC"
[ccMailMAPISVCINF]
%11%\mapisvc.inf, Services, , "CCMSVC=%DispName%"
%11%\mapisvc.inf, "Help File Mappings", , "cc:Mail=CCMSVC.HLP"
%11%\mapisvc.inf, CCMSVC, , "PR_DISPLAY_NAME=%DispName%"
%11%\mapisvc.inf, CCMSVC, , "PR_SERVICE_DLL_NAME=CCMXP.DLL"
%11%\mapisvc.inf, CCMSVC, , "PR_SERVICE_ENTRY_NAME=ServiceEntry"
%11%\mapisvc.inf, CCMSVC, , "WIZARD_ENTRY_NAME=WizardEntry"
%11%\mapisvc.inf, CCMSVC, , "Providers=CCM_AB, CCM_XP"
%11%\mapisvc.inf, CCMSVC, , "PR_RESOURCE_FLAGS=SERVICE_SINGLE_COPY"
%11%\mapisvc.inf, CCMSVC, , "PR_SERVICE_SUPPORT_FILES=CCMXP.DLL, CCMAB.DLL, MAPIVM.DLL"
%11%\mapisvc.inf, CCM_AB, , "PR_PROVIDER_DLL_NAME=CCMAB.DLL"
%11%\mapisvc.inf, CCM_AB, , "PR_RESOURCE_TYPE=MAPI_AB_PROVIDER"
%11%\mapisvc.inf, CCM_AB, , "PR_DISPLAY_NAME=%ABDispName%"
%11%\mapisvc.inf, CCM_AB, , "PR_PROVIDER_DISPLAY=%ABDispName%"
%11%\mapisvc.inf, CCM_XP, , "PR_PROVIDER_DLL_NAME=CCMXP.DLL"
%11%\mapisvc.inf, CCM_XP, , "PR_RESOURCE_TYPE=MAPI_TRANSPORT_PROVIDER"
%11%\mapisvc.inf, CCM_XP, , "PR_DISPLAY_NAME=%XPDispName%"
%11%\mapisvc.inf, CCM_XP, , "PR_PROVIDER_DISPLAY=%XPDispName%"
%11%\mapisvc.inf, CCM_XP, , "PR_RESOURCE_FLAGS=STATUS_PRIMARY_IDENTITY"
[Uninstall]
DelFiles = HelpFiles, PifFiles, SystemDirFiles, ccMailINFFile
DelReg = ccmailspReg
[Strings]
DiskDesc="MS Outlook support for Lotus cc:Mail - Setup"
DispName="MS Outlook support for Lotus cc:Mail"
ABDispName="MS Outlook support for Lotus cc:Mail - Address Book Provider"
XPDispName="MS Outlook support for Lotus cc:Mail - Transport Provider"