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
Was this article helpful?
0 out of 0 found this helpful
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 out of 0 found this helpful
Comments
2 comments
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.
Please sign in to leave a comment.