The installation of Code Analyzer for ABL, which is an optional component of Progress Developer Studio for OpenEdge, cannot be included in a silent installation script. If you want to install Code Analyzer for ABL, then you must do it in a separate step after the silent installation is complete.

To install Code Analyzer for ABL, complete the following steps:

  1. Open a command window, and change to install\CABL subdirectory of the OpenEdge installation directory.
  2. Enter the following command, specifying the full path of your OpenEdge installation directory:
    CABL.exe -v" INSTALLDIR=\"OpenEdge-install-dir\""

    For example:

    C:\Progress\OpenEdge\install\CABL> CABL.exe -v" INSTALLDIR=\"C:\Progress\OpenEdge\""