Installer (Mac OS X)

From Wikipedia, the free encyclopedia

Installer
Image:Mac OS X Installer.png

Installer 1.4.4 under Mac OS X
Developer: Apple Computer
Latest release: 2.1.0 / October 31st, 2005
OS: Mac OS X
Use: Package management system
License: Proprietary
Website: Apple.com

Installer is an application included in Mac OS X (and in its progenitor OPENSTEP, and NEXTSTEP) which extracts and installs files out of .pkg packages. It was created by NeXT, and is now maintained by Apple Computer. Its purpose is to help software developers create uniform software installers.

Installer resides at /Applications/Utilities/Installer.app on Macintosh computers running Mac OS X, and launches when a package or metapackage file is opened. The installation process itself can vary substantially, as Installer allows developers to customize the information the user is presented with. For example, it can be made to display a custom welcome message, software license and readme. Installer also handles authentication, checks that packages are valid before installing them, and allows developers to run custom scripts at several points during the installation process.

There is also a command line version located at /usr/sbin/installer.

[edit] Icons

[edit] Documentation