Installing on Windows in Silent Mode

To silently install TIBCO eFTL software on Windows platforms, complete this task.

Procedure

  1. Download the installation archive package.
    Download the package for either the community edition or the enterprise edition.
  2. Open a terminal window and navigate to the directory in which the installer archive package is located.
  3. Run the installer silently.
    package_name /S /D=target_installation_folder
    The package name depends on the edition of TIBCO eFTL that you downloaded.
    Edition Command
    Community Edition tibco_eftl-ce_6.5.06.5.0_win_x86_64.exe
    Enterprise Edition tibco_eftl_6.5.0_win_x86_64.exe
    You can install specific installation types by specifying /type=type. The following types are available:
    • Development
    • Servers
    • DockerImages
    • Full (the default type)

    If you specify /type, you must ensure that /D is the final parameter.