Installer (macOS)

Installer

Installer 6.1.0 running on OS X Yosemite
Developer(s) Apple Inc.
Stable release
6.1.0 / October 16, 2014 (2014-10-16)[1]
Operating system macOS
Type Installer
License Proprietary
Website apple.com

Installer is an application included in macOS (and in its progenitors OPENSTEP and NeXTSTEP) that extracts and installs files out of .pkg packages. It was created by NeXT, and is now maintained by Apple Inc. Its purpose is to help software developers create uniform software installers.

Installer 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.[2]

Installer package

Installer packages have the file extension .pkg. Prior to Mac OS X Leopard, installer packages were implemented as Mac OS X packages.[3] These packages were a collection of files that resided in folders with a .pkg file extension.[4][5] In Mac OS X Leopard the software packaging method was changed to use the XAR (eXtensible ARchiver) file format; the directory tree containing the files is packaged as an xar archive file with a .pkg extension.[6] Instead of distributing multiple files for a package, this allowed all of the software files to be contained in a single file for easier distribution with the benefit of package signing.

See also

References

  1. "OS X 10.10 Yosemite release date". Retrieved 16 November 2014.
  2. "Software Delivery Guide - Specifying Install Operations". Apple. Retrieved 11 October 2016.
  3. "Software Delivery Guide". Apple. Retrieved 15 March 2015.
  4. "The Flat Package". MacTech. Retrieved 15 March 2015.
  5. "OSX legacy packaging redux". Matthew Brett. Retrieved 15 March 2015.
  6. "XAR NEW MacOS X 10.5 package format". MacGeekBlog. Retrieved 15 March 2015.


This article is issued from Wikipedia - version of the 11/2/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.