Installing Content Collector Notes Client Extension in GUI mode

Complete these steps to install IBM® Content Collector Notes Client Extension in GUI mode.

Procedure

  1. In Windows Explorer, change to the directory where you extracted the IBM Content Collector installation package.
  2. Run install.exe located in the \NotesClient directory of the installation package.
  3. Answer the remaining prompts.
    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
  4. If the Lotus® Notes® client on which you installed the IBM Content Collector Notes Client Extension is a multi-user installation and you want to enable the function to automatically retrieve and display documents when opened, you must edit each user's notes.ini file manually.
    Add the property NSF_HOOKS=AFULDORS to each notes.ini file and make sure to include a newline character at the end of each file.

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))