Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

msiexec /i yuuvis_rad_designer_setup-<Version>.msi /quiet INSTALLDIR="C:\yuuvis\designer"

Finreader

TBD

Capture-Crosscap

TBDDownload the below “setup.iss” file and and save it in the FineReader12 setup folder (where the setup.exe is).

View file
namesetup.iss

Open the file with a text-editor and adapt the installation directory in line 17 (szDir=<path>) to your needs.
Run “setup.exe /w /s /a /f1 setup.iss” with the working dir being the FineReader12 setup folder. See https://docs.revenera.com/installshield21helplib/helplibrary/IHelpSetup_EXECmdLine.htm for a list of all parameters supported by the installshield setup.exe
Copy the License File to <FineReader12>\Bin and <FineReader12>\Bin64.
Add the Bin and Bin64 folders to the Windows PATH environment variable.

Putting it together

For an automatic, unattended installation the setups should be called one after another in some sort of script or programm. This can for example be a simple batch or powershell script or a Java or C# program. It is also possible to realize this with a Dockerfile, running everything in docker-containers. However there are some things to pay attention to:

...