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

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:\\MyFolder\" 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.

收藏 打印