Commande : --CanCreateInstallation
Fonction: La commande vérifie si une installation peut être créée avec la version spécifiée.
Appel: APInstaller.CLI
| Nécessaire 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"