Command: --createFixedInstallation
Function: The command creates a fixed installation which corresponds exactly to the specified version and plug-ins and does not check for updates.
Call: APInstaller.CLI
| Required Setup version which can be parsed by the assigned installation vendor. Example: "CODESYS 64 3.5.18.1" or "CODESYS 3.5.18.1" (for 32 bit). |
| 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 opened. By default, the commands are executed silently. |
| If set, then all references of the specified plug-ins are installed |
| Indicates which type of updates should be retrieved: |
| If set, then compatible updates are installed. |
| Path of a file containing the json formatted list of packages to be installed Mutually exclusive with |
| json formatted list of packages to be installed Mutually exclusive with |
| Name of the add-on channel to be used. Overwrites |
| Name of the setup channel to be used. Overwrites |
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"