Skip to main content

Commande : --CanCreateInstallation

Fonction: La commande vérifie si une installation peut être créée avec la version spécifiée.

Appel: APInstaller.CLI

Tableau 12. Options

--version <version>

Nécessaire

Setup version in the format "<product> 64 3.5.18.1" or "<product> 3.5.18.1" (for 32 bit)

Product ID string which can be parsed by the assigned installation vendor. Example:

"CODESYS 64 3.5.18.1" ou "CODESYS 3.5.18.1" (pour 32 bits).

--channel <channel>

Name of the repository channel for the setup

Default setting: The setup channel configured in the installer settings

Mutually exclusive with --channelFile

--channelFile <channel file>

Fully qualified path to a file containing the channel information.

Mutually exclusive with --channel



Exemple 1. Examples

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"