Comando: --createFixedInstallation
Función: El comando crea una instalación fija que corresponde exactamente a la versión y los complementos especificados y no comprueba si hay actualizaciones.
Llamar: APInstaller.CLI
| Required Versión de configuración que puede analizar el proveedor de instalación asignado. Ejemplo: «CODESYS 64 3.5.18.1" o «CODESYS 3.5.18.1" ( |
| 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 |
| A JSON serialized, comma-separated list of plug-in GUIDs and version tuples |
| Fully qualified path to a file containing a JSON serialized list of plug-in GUIDs and version tuples |
| Fully qualified path to the installation directory of the installation to be installed (optional in an interactive installation) |
| Name of the installation (optional if the setup is interactive) |
| Arguments which should be used to start the installation |
| Value which describes the architecture of the setup (either 32 or 64) |
| If set, then dialogs for user input may be displayed. By default, the commands are executed silently. |
| If set, then all references of the specified plug-ins are installed |
| Indica qué tipo de actualizaciones se deben recuperar: |
| Si se establece, se instalan las actualizaciones compatibles. |
| Ruta de un archivo que contiene la lista de paquetes con formato JSON que se van a instalar Mutuamente excluyente con |
| Lista con formato JSON de paquetes que se van a instalar Mutuamente excluyente con |
| Nombre del canal adicional que se va a utilizar. Sobrescribe |
| Nombre del canal de configuración que se va a utilizar. Sobrescribe |
APInstaller.CLI --createFixedInstallation --version "CODESYS 64 3.5.18.0" --interactive --plugins "[]" --channel "Releases"
APInstaller.CLI --createFixedInstallation --version "CODESYS 64 3.5.18.0" --interactive --plugins "[{\"Guid\":\"2b7e9a81-f3f3-4ad2-96d5-35d1af40c03c\",\"Version\":\"1.2.3.4\"}]"
APInstaller.CLI --createFixedInstallation --version "CODESYS 64 3.5.18.0" --pluginFile "C:\Temp\plugins.json" --destinationFolder "C:\Program Files\CODESYS 64 3.5.18.0" --installReferences
APInstaller.CLI --createFixedInstallation --version "CODESYS 64 3.5.18.0" --interactive --plugins "[]" --updatePackages --addOnChannel "Releases" --setupChannel "Local" --updateMode="None"
APInstaller.CLI.exe --createFixedInstallation --version="CODESYS V3.5 SP19" --packages "[{\"Key\":{\"Id2\":null,\"Id\":\"D1BA94E0-9823-4A49-9CE6-7B424A652307\"},\"Version":\"4.3.0.0\"}]" --channel "Releases" --interactive --updateMode="All"
APInstaller.CLI.exe --createFixedInstallation --version "CODESYS V3.5 SP19" --packages "[{\"Key\":{\"Id2\":null,\"Id\":\"D1BA94E0-9823-4A49-9CE6-7B424A652307\"},\"Version\":\"4.3.0.0\"}]" --channel "Releases" --interactive --updateMode="All"