Install the Code Analyzer for ABL
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
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:
- Open a command window, and change to
install\CABLsubdirectory of the OpenEdge installation directory. - 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\""