Is there a way to run the Abbyy Finereader 12 SDK setup.exe to install 32bit version on 64bit Windows 10? If so what is the command line parameter switch to do so?
32bit command line install
この記事は役に立ちましたか?
0人中0人がこの記事が役に立ったと言っています
Is there a way to run the Abbyy Finereader 12 SDK setup.exe to install 32bit version on 64bit Windows 10? If so what is the command line parameter switch to do so?
0人中0人がこの記事が役に立ったと言っています
コメント
2件のコメント
Hi
The `ABBYY FineReader Engine System Administrator’s Guide` has specific chapters for a silent install via command-line.
See chapter `Automatic standalone runtime installation`:
- setup.exe /q /v INSTALLDIR="C:\MyFolder"
See chapter `Command-line installation options`
- ARCH=x86 | x64 | Auto
- Specifies whether 32-bit or 64-bit files should be installed. If ARCH=Auto, the set of files is selected depending on the operating system architecture.
For example:
- setup.exe /q /v ARCH=x86 INSTALLDIR="C:\MyFolder" SN=XXXXXXXX-XXXX-XXXX-XXXX
Best regards
Koen de Leijer
Thanks! Much appreciated! Although it didn't state it was installing 32 bit on 64 bit OS it did put the 32 bit dll's where we could use them.
サインインしてコメントを残してください。