Command: --installAddOnFromFile
Function: The command installs an add-on using the specified package file in the specified installation.
Call: APInstaller.CLI
| Required Fully qualified path to the installation directory |
| Required Fully qualified path to a package file |
| If set, then dialogs for user input may be opened. By default, the commands are executed silently. |
| Indicates which type of updates should be retrieved: |
| Name of the setup channel |
APInstaller.CLI --installAddOnFromFile --location "C:\Program Files\CODESYS 3.5.18.0\CODESYS\AdditionalFolders\Default"
--sourcefile "C:\Temp test.package" --interactive --updateMode="All" --channel"LocalRepo"