Installing Content Collector Notes client extension in console mode

Complete these steps to install IBM® Content Collector Notes client extension in console mode.

Procedure

  1. Open a Command Prompt window and start the installer in console mode:
    install.exe -i  console
    which is in the \NotesClient directory of the installation package.
  2. Answer the remaining prompts.
    Specify an installation folder. These are the default installation folders:
    Operating system Path
    Windows (32-bit) C:\Program Files\IBM\IBM Content Collector Lotus Notes Extension
    Windows (64-bit) c:\Program Files(x86)\IBM\IBM Content Collector Lotus Notes Extension

What to do next

Before using automatic retrieval and display, you need to enable the existing Domino template for IBM Content Collector. Automatic document retrieval on the client does not work if the template has not been enabled.

If you only want to provide the automatic retrieval and display functionality and none of the Content Collector interactive functionality to client users, you can deselect all Content Collector functionality when you enable the Domino template.

By default, the automatic retrieve and display functionality is only available to the owner of a mail database. If you want this functionality to be made available to a delegate user, you need to modify the template by removing the following condition in the PostOpen event of the Database Script using the Lotus Domino Designer:
Not( Lcase(dbOwner(0)) <> Lcase(session.effectiveUsername))