Command: --searchInstallation
Function: The command searches for already installed installations which fulfill the specified criteria.
Call: APInstaller.CLI
| A json serialized list of plug-in GUIDs and version tuples. Mutually exclusive with |
| Fully qualified path to a file containing a json-serialized list of plug-in GUIDs and version tuples. Mutually exclusive with |
| A json serialized list of plug-in GUIDs and version tuples Mutually exclusive with |
| Fully qualified path to a file containing a json-serialized list of plug-in GUIDs and version tuples Mutually exclusive with |
| Fully qualified path to a file where the result of the command is to be written If not specified, then the result is written to the console instead. |
APInstaller.CLI --searchInstallation --types "[{\"Guid\":\"d1a449f0-21c2-471d-b02a-79af0fa4a974\",\"Version\":\"1.2.3.4\"}]"
APInstaller.CLI --searchInstallation --typesFile "C:\typeFile.json" --outputfile "C:\outFile.txt"
APInstaller.CLI --searchInstallation --plugins "[{\"Guid\":\"2b7e9a81-f3f3-4ad2-96d5-35d1af40c03c\",\"Version\":\"1.2.3.4\"}]"
APInstaller.CLI --searchInstallation --pluginFile "C:\pluginFile.json"