home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / CHIPCD_3_98.iso / software / testsoft / exchange / ccmc.ins < prev    next >
Text File  |  1997-08-25  |  4KB  |  107 lines

  1. ;---------------------------------------------------------------------
  2. ;   Install ccMail Connector
  3. ;---------------------------------------------------------------------
  4.  
  5. ;---------------------------------------------------------------------
  6. ;       Adding MSExchangeCCMC to the registry 
  7. ;
  8. ;               Service name: Microsoft Exchange cc:Mail Connector
  9. ;---------------------------------------------------------------------
  10. CreateServiceManual:MSExchangeCCMC;Microsoft Exchange Connector for Lotus cc:Mail;connect\ccMail\bin\ccmc.exe;MSExchangeDS$MSExchangeIS$Eventlog$
  11.  
  12. ;---------------------------------------------------------------------
  13. ;   Event log for this service
  14. ;---------------------------------------------------------------------
  15. OpenMachineKey:SYSTEM\CurrentControlSet\Services\EventLog\Application
  16. CreateKey:MSExchangeCCMC
  17. CloseKey:
  18.  
  19. OpenMachineKey:SYSTEM\CurrentControlSet\Services\EventLog\Application\MSExchangeCCMC
  20. ReplaceDword:CategoryCount;9
  21. ReplaceExpandString:CategoryMessageFile;%s\res\ccmsg.dll
  22. ReplaceExpandString:EventMessageFile;%s\res\ccmsg.dll
  23. ReplaceDword:TypesSupported;7
  24. CloseKey:
  25.  
  26.  
  27. ;---------------------------------------------------------------------
  28. ; logging 
  29. ;---------------------------------------------------------------------
  30. OpenMachineKey:SYSTEM\CurrentControlSet\Services\MSExchangeCCMC
  31. SetString:DiagnosticsMessageFile;ccmsg.dll
  32. CreateKey:Diagnostics
  33. CloseKey:
  34. OpenMachineKey:SYSTEM\CurrentControlSet\Services\MSExchangeCCMC\Diagnostics
  35. SetDword:1 General;0
  36. SetDword:2 Outbound;0
  37. SetDword:3 Inbound;0
  38. SetDword:4 NDR;0
  39. SetDword:5 Dir Synch;0
  40. SetDword:6 MAPI;0
  41. CloseKey:
  42.  
  43. ;---------------------------------------------------------------------
  44. ; parameters
  45. ;---------------------------------------------------------------------
  46. OpenMachineKey:SYSTEM\CurrentControlSet\Services\MSExchangeCCMC
  47. CreateKey:Parameters
  48. CloseKey:
  49.  
  50. OpenMachineKey:SYSTEM\CurrentControlSet\Services\MSExchangeCCMC\Parameters
  51. SetString:Connector Store Path;%s\CCMCData
  52. SetDword:Exchange to cc:Mail queue size;40
  53. SetDword:cc:Mail to Exchange queue size;40
  54. SetDword:Outbound Conversion threads;2
  55. SetDword:Inbound Conversion threads;2
  56. SetDword:Maximum number of messages to EXPORT;10
  57. SetDword:Maximum number of messages to IMPORT;5
  58. SetString:Export command line;/ITEMSIZE /FORMAT/FAN /BATCH /FILES/MACBIN2
  59. SetString:Import command line;/ITEMSIZE /PARTIAL /BATCH /FILES/MACBIN2
  60. SetString:Dir Synch export command line;/DIRECTORY/L/R/A/P /FORMAT/NOFAN /BATCH
  61. SetString:Dir Synch export ML command line;/LIST /BATCH
  62. SetString:Dir Synch export BB command line;/BBOARD /LIST /BATCH
  63. SetString:Dir Synch import command line;/DIRECTORY/PROP /BATCH
  64. SetString:Dir Synch alias name rule;%%F%%1L
  65. SetString:Dir Synch display name rule;%%F %%L
  66. SetDword:Save a copy of the exported files;0
  67. SetDword:Save a copy of the imported files;0
  68. SetDword:Always delete IMPORT/EXPORT output;1
  69. SetDword:Seconds to wait before Export;F
  70. SetDword:Seconds to wait before Import;F
  71. SetString:cc:Mail Admin file path;
  72. SetString:Export.exe;Export.exe
  73. SetString:Import.exe;Import.exe
  74. SetDword:Mutually Exclude IMPORT and EXPORT;1
  75. SetDword:Maximum Number of Exceptions before shutdown;19
  76. SetDword:Use Registry settings;0
  77. SetDword:FixedWidthFont;0
  78. SetDword:Tab Length;5
  79. SetDword:Locale Date Format;0
  80.  
  81. ; QFE 25944 : generate both non-normalized primary proxy and a normalized secondary proxy
  82. SetDword:Generate secondary proxy;0
  83.  
  84. CloseKey:
  85.  
  86.  
  87. ;---------------------------------------------------------------------
  88. ; performance
  89. ;---------------------------------------------------------------------
  90. OpenMachineKey:SYSTEM\CurrentControlSet\Services
  91. CreateKey:MSExchangeCCMC\Performance
  92. CloseKey:
  93.  
  94. OpenMachineKey:SYSTEM\CurrentControlSet\Services\MSExchangeCCMC\Performance
  95. ReplaceString:Library;%s\connect\ccMail\bin\ccmcperf.dll
  96. ReplaceString:Open;OpenCCMCPerformanceData
  97. ReplaceString:Collect;CollectCCMCPerformanceData
  98. ReplaceString:Close;CloseCCMCPerformanceData
  99. CloseKey:
  100.  
  101. CreateProcessSafe:.;unlodctr MSExchangeCCMC;60000
  102. CreateProcess:%s\connect\ccMail\bin;lodctr ccmcperf.ini;60000
  103.  
  104. ;---------------------------------------------------------------------
  105. ;end of MSExchangeCCMC setup script
  106. ;---------------------------------------------------------------------
  107.