Для автоматизированного распространения ABBYY Finereader 9 можно воспользоваться командой -
msiexec /i "путь до дистрибутива\ABBYY Finereader Corporate Edition.msi" Transforms="путь до файла преобразований.mst" /quiet /norestart
Пример, если дистрибутив находится в сетевой папке ABBYYFR9 на сервере APPSOFT -
msiexec /i "\\APPSOFT\ABBYFR9\ABBYY Finereader CorporateEdition.msi" Transforms="\\APPSOFT\ABBYYFR9\1049.mst" /quiet /norestart
Где 1049.mst это номер файл языка интерфейса, с которым программа ABBYY FineReader будет установлена.
Вариант установки при использовании .exe файла -
Setup.exe /qn /L1049
Где /L1049 - указан язык интерфейса для программы
Для удаления продукта воспользуйтесь командой -
msiexec /x {F9000000–0001–0000–0000–074957833700} /quiet /norestart
For automated distribution of ABBYY Finereader 9 it is possible to use a command -
msiexec /i "way to a distribution kit\ABBYY Finereader Corporate Edition.msi" Transforms="way to the file of conversions.mst" /quiet /norestart
Example if the distribution kit is in the network ABBYYFR9 folder on the APPSOFT server -
msiexec /i "\\APPSOFT\ABBYFR9\ABBYY Finereader CorporateEdition.msi" Transforms="\\APPSOFT\ABBYYFR9\1033.mst" /quiet /norestart
Where 1033.mst it is number the file of language of the interface with which the ABBYY FineReader program will be installed.
Installation option when using .exe of the file -
Setup.exe /qn /L1033
Where interface language for the program is specified to /L1033 - English Language
For deleting a product use a command -
msiexec /x {F9000000–0001–0000–0000–074957833700} /quiet /norestart