Skip to main content

Command: --installAddOns

Function: The command installs all specified add-ons, using either a folder or an *.installation-config file.

Call: APInstaller.CLI

Table 26. Options

--location <location>

Required

Fully qualified path to the installation directory

--folder <folder>

Installs all add-ons which are in the directory

Mutually exclusive with --file

Either --folder or --file must be specified.

--channel <channel>

Required

Name of the setup channel

--file <file>

*.installation-config file from which add-ons are to be installed

Mutually exclusive with --folder

Either --folder or --file must be specified.



Example 15. Examples

APInstaller.CLI --installAddOns --location "C:\Program Files\CODESYS 3.5.18.0\CODESYS\AdditionalFolders\Default" --channel "Releases" --file "C:\test.installation-config"

APInstaller.CLI --installAddOns --location "C:\Program Files\CODESYS 3.5.18.0\CODESYS\AdditionalFolders\Default" --channel "Releases" --folder "C:\packages\"