Skip to main content

Comando: --getAddon

Función: Devuelve información sobre el complemento especificado, si está instalado en la instalación especificada

Llamar: APInstaller.CLI

tabla 21. Opciones

--location <location>

Necesario

Ruta completa al directorio de instalación

--id <id>

Necesario

ID (GUID) or ID2 (String). Individually or both; separated by a semicolon. Example: "<Guid>;<Id2>"

--outputfile <output file>

Fully qualified path to a file where the result of the command is to be written.

Si no se especifica esta opción, el resultado se escribe en la consola.



ejemplo 10. Examples

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"