Command: --canCreateInstallation
Function: The command checks if an installation can be created with the specified version.
Call: APInstaller.CLI
| Required Setup version in the format Product ID string which can be parsed by the assigned installation vendor. Example:
|
| Name of the repository channel for the setup Default setting: The setup channel configured in the installer settings Mutually exclusive with |
| Fully qualified path to a file containing the channel information. Mutually exclusive with |
APInstaller.CLI --canCreateInstallation --version "CODESYS 64 3.5.18.0"
APInstaller.CLI --canCreateInstallation --version "CODESYS 3.5.18.0" --channel "Releases"
APInstaller.CLI --canCreateInstallation --version "CODESYS 3.5.18.0" --channelFile "D:\channelFile.txt"