Command: --createSuitableInstallation
Function: The command creates an installation with the newest CODESYS version, which corresponds to the specified types, and opens the specified project.
Call: APInstaller.CLI
| A json serialized list of plug-in GUIDs and version tuples |
| Fully qualified path to a file containing a json-serialized list of plug-in GUIDs |
| Arguments which should be used to start the installation |
| Name of the setup channel Mutually exclusive with |
| Fully qualified path to a file containing the channel information Mutually exclusive with |
| Name of the installation (optional if the setup is interactive) |
| Fully qualified path to the installation directory of the installation to be installed (optional in an interactive installation) |
| A 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 optional and required references of the required plug-ins are installed |
| Indicates which type of updates should be retrieved: |
| If set, then compatible updates are installed |
| Add-on channel to be used. |
| Setup channel to be used. |
APInstaller.CLI --createSuitableInstallation --types "[{\"Guid\":\"80e2b23c-0232-4b04-8934-1e3d659c7182\",\"Version\":\"1.2.3.4\"}]" --interactive --destinationFolder "C:\Program Files (x86)\CODESYS" --installationName TestName --bit 32 --installReferences
APInstaller.CLI --createSuitableInstallation --types "[{\"Guid\":\"80e2b23c-0232-4b04-8934-1e3d659c7182\",\"Version\":\"1.2.3.4\"}]" --destinationFolder "C:\Program Files (x86)\CODESYS" --installationName TestName --bit 64 --addOnChannel "Releases" --setupChannel "Local" --updateMode "None" --updatePackages