Kofax Capture 8.0 Release Script for FileNet Content Manager 5.0 User Manual

Page 7

Advertising
background image

Kofax Capture 8.0 Release Script for FileNet Content Manager 5.0 Administrator’s Guide

Kofax, Inc.

7

X To modify the release script

1

Install the FileNet Content Manager release script. Refer to

Installing the Release Script on

page 20

for the installation instructions. When you install the FileNet Content Manager

release script, you will install the required components referenced in the source code.

2

Open the FileNet Content Manager release script project. Make sure the project references

point to the type library files installed with the release script

(Kofax.P8Rel50_V80.ConnectorInterface.tlb and

Kofax.P8Rel50_V80.ConnectorInterfaceFactory.tlb). Make any desired modifications, and

compile the FileNet Content Manager source code in Visual Basic.

Note

If Microsoft Visual Basic displays a “Permission denied” error, you must close the

Kofax Capture Administration and Release modules before attempting to compile the

release script source code.

3

Copy the P8Rel50_V80.dll to the installation directory (for example, C:\Program

Files\Kofax\CaptureSS\ServLib\Cap\P8Rel50_V80). When you are prompted to replace

the existing file, select Yes.

4

Register the P8Rel50_V80.dll using the following command line:

regsvr32 “C:\Program

Files\Kofax\CaptureSS\ServLib\Cap\P8Rel50_V80\P8Rel50_V80.dll”

You will need to repeat this procedure on each Administration and Release workstation that will

be using the FileNet Content Manager release script.

Note

To successfully modify and compile the release script, development must occur on a

workstation with the appropriate versions of Kofax Capture and CAPTools.

Refer to the documentation that came with your FileNet Content Manager product and Visual

Basic documentation for assistance.

X To modify the connector, connector interface, or connector interface factory

1

Install the FileNet Content Manager release script.

Refer to Installing the Release Script on

page 20

for the installation instructions.

2

Open the solution Connector.sln, which contains the connector, connector interface, and

connector interface factory projects. Make any desired modifications, and rebuild the

solution in Microsoft Visual Studio 2005 under the Release build configuration.

3

Copy the following files to the installation directory (for example, C:\Program

Files\Kofax\CaptureSS\ServLib\Cap\P8Rel50_V80):
Kofax.P8Rel50_V80.Connector.dll

Kofax.P8Rel50_V80.ConnectorInterface.dll

Kofax.P8Rel50_V80.ConnectorInterface.tlb

Kofax.P8Rel50_V80.ConnectorInterfaceFactory.dll

Kofax.P8Rel50_V80.ConnectorInterfaceFactory.tlb
When you are prompted to replace the existing files, select Yes.

Advertising