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 >
Windows Setup INFormation  |  1997-06-10  |  3KB  |  94 lines

  1. ;CCMAILSP.INF
  2.  
  3. ;This INF should provide a way to install and uninstall the
  4. ; - ccmailsp addition to outlook, as well as provide user input
  5. ; - for the location they want the stuff installed to.
  6. ;**KNOWN PROBLEM** The uninstall will not delete files if the user was
  7. ;                  given the option to select which directory the files
  8. ;                  were installed to. The removal of registry keys and
  9. ;                  files that were placed in directories that the user 
  10. ;                  did not choose will be deleted. This should be fixed
  11. ;                  with IExpress 2.5
  12.  
  13. [Version]
  14. Signature=$CHICAGO$
  15. AdvancedINF=2.0
  16.  
  17. [DefaultInstall]
  18. CopyFiles = HelpFiles, PifFiles, SystemDirFiles, ccMailINFFile
  19. AddReg = ccmailspReg
  20. UpdateInis = ccMailMAPISVCINF
  21.  
  22. [DestinationDirs]
  23. SystemDirFiles = 11            ; For the system files
  24. HelpFiles = 18
  25. PifFiles = 25
  26. ccMailINFFile = 17            ; INF Directory (Required for uninstall)
  27.  
  28. [SourceDisksNames]
  29. 55=%DiskDesc%,"",0
  30.  
  31. [SourceDisksFiles]
  32. mapivm32.DLL=55
  33. thkshld.DLL=55
  34. ccmab32.DLL=55
  35. ccmxp32.DLL=55
  36. ccmdlist.EXE=55
  37. cwimport.exe=55
  38. export.pif=55
  39. ccmsvc.cnt=55
  40. ccmsvc.hlp=55
  41. ccmailsp.inf=55
  42.  
  43. [SystemDirFiles]
  44. mapivm32.DLL,,,4
  45. thkshld.DLL,,,4
  46. ccmab32.DLL,,,4
  47. ccmxp32.DLL,,,4
  48. ccmdlist.EXE,,,4
  49. cwimport.exe,,,4
  50.  
  51. [HelpFiles]
  52. ccmsvc.cnt
  53. ccmsvc.hlp
  54.  
  55. [PifFiles]
  56. export.pif
  57.  
  58. [ccMailINFFile]
  59. ccmailsp.inf
  60.  
  61. [ccmailspReg]
  62. HKLM,"SOFTWARE\Microsoft\Exchange\Client\Extensions","cc:Mail Menu Extension",,"4.0;ccmxp32.dll;1;;;CCMSVC"
  63.  
  64. [ccMailMAPISVCINF]
  65. %11%\mapisvc.inf, Services, , "CCMSVC=%DispName%"
  66. %11%\mapisvc.inf, "Help File Mappings", , "cc:Mail=CCMSVC.HLP"
  67. %11%\mapisvc.inf, CCMSVC, , "PR_DISPLAY_NAME=%DispName%"
  68. %11%\mapisvc.inf, CCMSVC, , "PR_SERVICE_DLL_NAME=CCMXP.DLL"
  69. %11%\mapisvc.inf, CCMSVC, , "PR_SERVICE_ENTRY_NAME=ServiceEntry"
  70. %11%\mapisvc.inf, CCMSVC, , "WIZARD_ENTRY_NAME=WizardEntry"
  71. %11%\mapisvc.inf, CCMSVC, , "Providers=CCM_AB, CCM_XP"
  72. %11%\mapisvc.inf, CCMSVC, , "PR_RESOURCE_FLAGS=SERVICE_SINGLE_COPY"
  73. %11%\mapisvc.inf, CCMSVC, , "PR_SERVICE_SUPPORT_FILES=CCMXP.DLL, CCMAB.DLL, MAPIVM.DLL"
  74. %11%\mapisvc.inf, CCM_AB, , "PR_PROVIDER_DLL_NAME=CCMAB.DLL"
  75. %11%\mapisvc.inf, CCM_AB, , "PR_RESOURCE_TYPE=MAPI_AB_PROVIDER"
  76. %11%\mapisvc.inf, CCM_AB, , "PR_DISPLAY_NAME=%ABDispName%"
  77. %11%\mapisvc.inf, CCM_AB, , "PR_PROVIDER_DISPLAY=%ABDispName%"
  78. %11%\mapisvc.inf, CCM_XP, , "PR_PROVIDER_DLL_NAME=CCMXP.DLL"
  79. %11%\mapisvc.inf, CCM_XP, , "PR_RESOURCE_TYPE=MAPI_TRANSPORT_PROVIDER"
  80. %11%\mapisvc.inf, CCM_XP, , "PR_DISPLAY_NAME=%XPDispName%"
  81. %11%\mapisvc.inf, CCM_XP, , "PR_PROVIDER_DISPLAY=%XPDispName%"
  82. %11%\mapisvc.inf, CCM_XP, , "PR_RESOURCE_FLAGS=STATUS_PRIMARY_IDENTITY"
  83.  
  84. [Uninstall]
  85. DelFiles = HelpFiles, PifFiles, SystemDirFiles, ccMailINFFile
  86. DelReg = ccmailspReg
  87.  
  88.  
  89. [Strings]
  90. DiskDesc="MS Outlook support for Lotus cc:Mail - Setup"
  91. DispName="MS Outlook support for Lotus cc:Mail"
  92. ABDispName="MS Outlook support for Lotus cc:Mail - Address Book Provider"
  93. XPDispName="MS Outlook support for Lotus cc:Mail - Transport Provider"
  94.