Name
installer
Synopsis
installeroptions-pkgpkgpath-targetvolpath
Installs standard Mac OS X package files from the command line.
install is an alternative to the
Installer.app GUI application.
Options
-
-allow Install over an existing version of the software, even when the version being installed is older. The package must have special support for this option.
-
-config Send the list of
installercommand-line arguments, formatted in plist XML, to standard output without performing the installation. If you direct the output to a file, you can use that file with the-fileoption to perform multiple identical installations.-
-dumplog Log installer’s messages to standard output.
-
-filepathname Read arguments from file pathname. The file needs to be a product of the
-configoption, or a file of the same format.-
-help Display a help screen and then exit.
-
-langlanguage Identify language (specified in ISO format) as the default language of the target system. Used only with OS installations.
-
-pkginfo List the packages to be installed without performing the installation. Metapackages contain multiple subpackages; this option will list those subpackages as well.
-
-plist When used with
-pkginfoand-volinfo, format the output into plist XML.-
-verbose Print more package and volume information. Used with
-pkginfoand-volinfo.-
-verboseR Print more package and volume information, formatted for parsing. Used with
-pkginfoand-volinfo.-
-vers Display the version of
installerand then exit. ...