Command: --createInstallation
Function: The command creates a new installation according to the command-line options.
Call: APInstaller.CLI
| Name of the setup channel Default value: The setup channel configured in the installer settings Mutually exclusive with |
| Fully qualified path to a file containing the channel information Mutually exclusive with |
| Product ID which can be parsed by a vendor for a customized installation. |
| Product to be installed Only CODESYS is currently available here. |
| Generation of the installation to be installed (example: |
| Value which describes the architecture of the setup (either 32 or 64) |
| Patch of the version to be installed |
| Build information of the version to be installed |
| Hotfix information of the version to be installed |
| Name of the installation (optional if the setup is interactive) |
| Fully qualified path to the installation directory of the installation to be installed (optional in an interactive installation) |
| If set, then dialogs for user input may be displayed. By default, the commands are executed silently. |
| Indicates which type of updates should be retrieved: |
APInstaller.CLI --createInstallation --productId "CODESYS 64 3.5.18.0" --interactive
APInstaller.CLI --createInstallation --productId "CODESYS 64 3.5.18.0" --destinationFolder "C:\Program Files\CODESYS 64 3.5.18.0" --installationName "Default"
APInstaller.CLI --createInstallation --product "CODESYS" --generation "3.5.18" --bit 64 --patch 0 --hotfix 0 --build 0 --interactive