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:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=QJGO0dpquN349wwxqEeVGHSRGFt1Xzb/ux04ErCPutk=; b=s8mT0NfuHMghmFZdghq6ZHXbKK8wDHXiVik21WsfqJ/IDfz7tJs9LcGCmvKOQvx4NE jJDMNy2g+GvQ9oqmEU4hmlbj3+PuyQU8WaAIyO+UgdAK6/vCDe7LlhDl0HVMOO/kzps2 Te4B67PvenYao6h9E/YMxksbI+1DY9ozeN5qE= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=X6F15W4iScms84D1PTTATML/31tPVBoc4mbkBCwwLCmkhcc5u/g9EUPKQPi4NT6UUO UFAnGHpPKLn64Z9t6thzUUUikiIKhjbeFiHqoRLIX2LcWJ1bit0Y/OXjZOe6ncWtW7ys lHNEDnYeWZDWenHF7JyxRQ0hmBF7utcNVZW4o= With distribution scripts, there are no preinstall and postinstall options in the script itself. A solution could be to use an invisible package with an empty payload and a postinstall script. IIRC, this is what Apple is using for the pre/postaction stuff (Create Alias, Get Application, etc.). As for finding out which packages were selected, this is possible from an Installer plugin. Using pkgutil from a script would probably not help as the packages could have been installed previously. On Thu, Jul 8, 2010 at 2:24 PM, Jon Hodgson <jonhodgson.devlists@googlemail.com> wrote:
In the meantime...
I have a distribution package, now as well as post install scripts on individual packages (which works fine), I need to run a script after everything is installed, or at least after the choice has been made as to what will be installed (what it does is dependent on what is installed, I'm writing a config file that changes depending on what options were chosen), I can't see a mechanism for this... am I missing it, or does somebody know a way to achieve the same result?
It's frustrating, this whole system is almost great, but it seems to be missing a few really useful things and seems buggy as hell! _______________________________________________ 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/dev.iceberg%40gmail.com
This email sent to dev.iceberg@gmail.com
_______________________________________________ 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... This email sent to site_archiver@lists.apple.com