Skip to main content

Command: --getInstallations

Function: The command returns information about all currently installed installations.

Call: APInstaller.CLI

Table 24. Options

--outputfile <output file>

Fully qualified path to a file where the result of the command is to be written

If this option is not specified, then the result is written to the console.

--minimal

If set, then only basic information is returned about each installation (no add-ons or settings)



Example 13. Example

APInstaller.CLI --getInstallations --minimal --outputfile="C:\outFile.txt"