The built-in help of APInstaller.CLI.exe only lists the commands, but does not explain how to use them (for example, the number and format of arguments).
Is there detailed help or is it planned for development?
If you want to install a package from command line this works for me
APInstaller.CLI.exe --installAddOnFromFile --sourcefile "path to package.package" --location "C:\Program Files\CODESYS 3.5.19.20\CODESYS"
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi.
The built-in help of APInstaller.CLI.exe only lists the commands, but does not explain how to use them (for example, the number and format of arguments).
Is there detailed help or is it planned for development?
more posts ...
You can do APInstaller.CLI.exe --installAddOn -? for example for a little bit more information.
If you want to install a package from command line this works for me
APInstaller.CLI.exe --installAddOnFromFile --sourcefile "path to package.package" --location "C:\Program Files\CODESYS 3.5.19.20\CODESYS"
I'm also looking for some help here. Explicit for the
--searchCriteria
parameter.I'm also looking for some help here. Explicit for the
--searchCriteria
parameter.