To install the connector, you need to install the dynamic libraries and deploy the scenarios supplied in the installation package.
To be able to install the connector, you must have Windows administrator privileges.
The connector can only be installed on a machine that has WinActor Office Robot installed.
To install the dynamic libraries, complete the following steps:
- Run the ABBYY_FlexiCapture_Connector_for_WinActor.exe file in order to unpack the distribution package.
- Open the command prompt on your computer as administrator. Use the change directory command to navigate to the Bin folder containing the dynamic libraries (its default location is C:\Program Files (x86)\ABBYY FlexiCapture Connector for WinActor\Bin):
cd "C:\Program Files (x86)\ABBYY FlexiCapture Connector for WinActor\Bin"
- Type in the following command to register the library:
%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\RegAsm.exe Abbyy.WinActor.FlexiCapture.Scenarios.dll /codebase
If registration is successful, you will see the following message in the command prompt: “Types registered successfully.” Also, the following keys will be added to the HKEY_LOCAL_MACHINE\SOFTWARE\Classes registry key:
To deploy the scenarios, complete the following steps:
- In the folder containing the WinActor libraries (its default location is C:\Program Files (x86)\OR-5200\libraries\NTTAT_v5.3.1E), create a separate folder for the FC custom libraries and name it ABBYY_FlexiCapture_12.
- Copy the following UMS5 files from the ABBYY_FlexiCapture_12 user libraries folder in the distribution package:
- Configure.ums5
- CreateBatch.ums5
- FetchBatchResult.ums5
- GetBatchStage.ums5
- GetBatchVerificationURLs.ums5
- Open the Flowchart window, click the Library tab, and then click the Update Library button. The ABBYY_FlexiCapture_12 libraries should now appear in the library tree.
This concludes the installation process.
If you want to delete the connector:
- Open the command prompt on your computer. Use the change directory command to navigate to the Bin folder containing the dynamic libraries (its default location is C:\Program Files (x86)\ABBYY FlexiCapture Connector for WinActor\Bin):
cd "C:\Program Files (x86)\ABBYY FlexiCapture Connector for WinActor\Bin"
- Type in the following command to unregister the library:
%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\RegAsm.exe Abbyy.WinActor.FlexiCapture.Scenarios.dll /u
If unregistration is successful, you will see the following message in the command prompt: “Types un-registered successfully.”
- Delete the ABBYY FlexiCapture Connector for WinActor folder from the folder into which the connector distribution package was unpacked.
- Delete the ABBYY_FlexiCapture_12 folder from the folder containing the WinActor Office Robot libraries (its default location is C:\Program Files (x86)\OR-5200\libraries\NTTAT_v5.3.1E).