ABBYY 生产环境部署

abbyy sdk开发的产品,开发环境和生产环境 安装部署方式不同

iKey的驱动一定要装好,可以参考【https://blog.csdn.net/npf_java/article/details/82899050

1、开发环境通过软件 setup.exe 进行下一步安装

2、生产环境安装需要通过命令行,有三种方式,默认使用第二种即可

1)setup.exe /q /v MODULES=PDF,ICR IKEYDR=Yes INSTALLDIR="C:\MyFolder" 

This command line will install (in silent mode) the PDF and ICR library modules into the C:\MyFolder folder. The hardware key drivers will be installed.

2)setup.exe /qb /v INSTALLDIR="C:\ABBYY SDK" SN=XXXX-XXXX-XXXX-XXXX-XXXX-XXXX

This command line will install (in silent mode) all library modules into the C:\MyFolder folder using the serial number XXXX-XXXX-XXXX-XXXX-XXXX-XXXX of the Standalone Runtime License, a progress bar will be displayed.

3)setup.exe /q /v SERVERNAME=MyServer LICENSESRV=No INSTALLDIR="C:\MyFolder"

This command line will install all library modules into the C:\MyFolder folder in silent mode. Licensing Service will not be installed and ABBYY FineReader Engine will be configured to use Network Licenses from the server located on the MyServer computer.

3、插入运行key以后,在C:\ABBYY SDK\Bin64目录下找到LicenseManager.exe,启动LicenseManager查看key的状态是否正常

4、如果发现LicenseManager中,没有显示key,则需要修改C:\Program Files (x86)\Common Files\ABBYY\SDK\11\Licensing\LicensingSettings.xml 中EnableIKeyLicenses的值,把no改为yes

5、重启ABBYY.Licensing.FineReaderEngine.Windows.11.0 服务,再打开LicenseManager查看状态

你可能感兴趣的:(ABBYY)