Source code – Kofax Ascen 7.5 Release Script for FileNet Content Manager 4.5 User Manual

Page 9

Advertising
background image

Ascent® 7.5 Release Script for FileNet Content Manager 4.5 Release Notes

Kofax, Inc.

3

Source Code

The source code for the Ascent® 7.5 Release Script for FileNet Content Manager 4.5 is provided

and it is located on the Ascent® 7.5 Release Script for FileNet Content Manager 4.5 installation

CD. Note that two source code projects are provided on the installation CD. The release script

source code project can be opened, edited, and compiled in Microsoft Visual Basic 6.0 with Service

Pack 6. The connector, connector interface, and connector interface factory projects can be opened

in Microsoft Visual Studio 2003 SP1.

X To modify the release script

1

Install the FileNet Content Manager release script. Refer to Installing the Release Script on

page 19 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.P8Rel45_V75.ConnectorInterface.tlb and

Kofax.P8Rel45_V75.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

Ascent Capture Administration and Release modules before attempting to compile the

release script source code.

3

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

Files\Ascent\CAP\P8Rel45_V75). When you are prompted to replace the existing file,

select “Yes.”

4

Register the P8Rel45_V75.dll using the following command line:
regsvr32 “C:\Program Files\Ascent\CAP\P8Rel45_V75\P8Rel45_V75.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 Ascent 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 19 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 2003 SP1 under the Release build configuration.

3

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

Files\Ascent\CAP\P8Rel45_V75):
Kofax.P8Rel45_V75.Connector.dll

Kofax.P8Rel45_V75.ConnectorInterface.dll

Kofax.P8Rel45_V75.ConnectorInterface.tlb

Advertising