Updated on 2023-09-20 GMT+08:00

Silent Installation

Procedure

  1. Optional: Open the CLI as an administrator and run the following commands to go to the folder where the OpenEyeSetup.exe installation program is located.

    Figure 1 Commands for opening the installation program directory

  2. Perform the installation.

    • OpenEyeSetup.exe /S: silent installation in the default path
      Figure 2 Command for installation in the default path
    • OpenEyeSetup.exe /S /D=D:\xxxx\xxxx: silent installation in a specified installation path
      Figure 3 Command for installation in a specified path
    • OpenEyeSetup.exe /S /A=1: silent installation in the default path, with the answering mode change authentication enabled
      Figure 4 Command for setting parameters for installation
    • OpenEyeSetup.exe /S /A=1 /D=D:\xxxx\xxxx: silent installation in a specified installation path, with the answering mode change authentication enabled
      Figure 5 Command for setting parameters and specifying the installation path
    • OpenEyeSetup.exe /S /L=1033 /D=D:\xxxx\xxxx: silent installation in a specified installation path, with the language set to English

      Figure 6 Command for setting the language and specifying the installation path
    • OpenEyeSetup.exe /S /A=1 /T=0 /D=D:\xxxx\xxxx: silent installation in a specified installation path, with the answering mode change authentication enabled and answering mode interval set
      Figure 7 Command for enabling the answering mode change authentication, setting the answering interval, and specifying the installation path
    • /S indicates silent installation.
    • /A=1 indicates that answering mode change authentication is enabled.
    • /D=Installation path indicates the specified installation path.
    • /L=2052 indicates the language setting. 2052 indicates Chinese, 1033 indicates English, 1034 indicates Spanish, and 1054 indicates Thai. If this parameter is not set, the default language of the operating system is used.
    • /T=0 indicates that the answering interval is 0. If this parameter is not set, the default interval (0) is used.
    • /T takes effect on the OpenEye only when /A is set to 1.

    Use spaces to separate parameters. /S is mandatory for silent installation. If you want to specify an installation path, place /D as the last parameter in the installation command. Otherwise, the parameters following /D are regarded as a part of the path.