Skip to main content

Comando: --canCreateInstallation

Función: El comando comprueba si se puede crear una instalación con la versión especificada.

Llamar: APInstaller.CLI

tabla 12. Opciones

--version <version>

Necesario

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" o "CODESYS 3.5.18.1" (para 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



ejemplo 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"