Using the ExpressAddin

The ExpressAddin is a COM Server defined in the FnAppIntExpressAddin.dll library, which implements the following interfaces:

To begin using the ExpressAddin from the Add-In sample application, perform the following steps:

  1. Install the ExpressAddin. The ExpressAddin is defined in the FnAppIntExpressAddin.dll file, which is installed to the installation directory (default is C:\Program Files\FileNet\AppInt\) during the Application Integration installation process. This is a self-registering COM component which requires no manual configuration after installation.
  2. Install the Add-In sample application and review the code to become familiar with the ExpressAddin implementation strategy.
  3. Modify the Add-In sample application.
  4. Build the modified Add-In sample application.
  5. Run the modified Add-In sample application.
  6. Select a FileNet Application Integration command from the File or Insert menu.

The following sections provide more information about the ExpressAddin: