site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:mime-version:in-reply-to :references:content-type:message-id:content-transfer-encoding:from :subject:date:to:x-mailer; bh=rPHwWF8c/VwKX35QSC8jBUsP8EGqDt7YWEWThlgCXDY=; b=gH5Xfy136VTblkDcQX1DtY3NDoEuzh+SWlCBZf/Reh/hiM6FdhtTXsBKpKxJ9TRmoF d/tN8ymB2rP62Okeee7aCb7OZ1awSzR4Zt831ctqDh17SsvX0IaJRJnRlZU31igP1wcc sNHnCaBJ7eYPWzAif6yMXlR6ZXXZnoUbD3FiM= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:content-type:message-id :content-transfer-encoding:from:subject:date:to:x-mailer; b=f1OV6Y8KzwG41q+g+J8IRxivRupdDOYsA0h5a2ZqZUtoF10BQW0Ep17WaR/hjuOSeT NQ7/fI56jrAJyLdQUX4Ej9T0zGpJeOxZJxg0NGTYdteHtbCfWGiqRfBwSNGFhtVlqYfn m7+iGALj7mhD3Yyu9Eogpj+4F/ebrnFtaCTks= On Mar 22, 2010, at 8:46 PM, Rustam Muginov wrote: _______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.a... Hello all. I am building installer for 10.5 and later. I do need a "common" post-install script, which would run after all components are installed. Currently, i can see options to assign preinstall/postinstall script for a particular component, but for whole distribution where are only "Actions" with the fixed list like "Create Alias", "Load Kernel Extension", e.t.c. How could i add a script which would guaranteed to run after all components have been installed? A solution (which is the one PackageMaker uses for its distribution pre/post actions) is to have a package that contains an empty payload (i.e. no files are being installed) and a postinstall script. This package needs to be placed as the last package of the packages list and its visible flag should be set to false. This email sent to site_archiver@lists.apple.com