Command: --getAddOn
Function: Returns information about the specified add-on, if it is installed in the specified installation
Call: APInstaller.CLI
| Required Fully qualified path to the installation directory |
| Required ID (Guid) or ID2 (String). Individually or both; separated by a semicolon. Example: |
| Fully qualified path to a file where the result of the command is to be written. If this option is not specified, then the result is written to the console. |
APInstaller.CLI --getAddOn --location "C:\Program Files\CODESYS 3.5.18.0\CODESYS\AdditionalFolders\Default" --id "test.package.id"
APInstaller.CLI --getAddOn --location "C:\Program Files\CODESYS 3.5.18.0\CODESYS\AdditionalFolders\Default" --id "f22b01fc-ccbb-40ba-97f0-35d2648dc17e" --outputfile="C:\outFile.txt"