Re: Distribution Installer Actions
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:references:in-reply-to :mime-version:content-type:message-id:content-transfer-encoding:from :subject:date:to:x-mailer; bh=diGUU2wST2EoTlayVy0FDThtySqKcp/KwDtQXgsTUTw=; b=NeL89rAbs6oU7Bcre41X1qWWJo4fA2h1YpAflzo3R/dUDvXk71m9DV3qMfJWr1lMqM MD1eOtj0rbukdgCfrNE8u56DDULOHlIzGqdRGP1vE+vvRPBs4ShXrfrxeJ/rR3yQZO4G gFb/L7tqN8AUQ2T60FUBJwLFohQw2XJEeHrPg= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=references:in-reply-to:mime-version:content-type:message-id :content-transfer-encoding:from:subject:date:to:x-mailer; b=trVmPs1yK/eZEjhtLb65l2n/S7Oz0G61PvogqhakAQejVY7uC2AHcv1jE64MGUh5qX aF7IocnqWqxKdEKyEd2KZigPuMUziNtDD8zU5FM1/GLva7ffwCyARdLOGB4bx2SzvVrQ /CQiDj5jIGsTAXeR0z6oDpE9OnwdNcKzUnpww= "Clemmer, Everette" <eclemmer@rosettastone.com> wrote:
Hey all, I'm trying to work my way through creating a distribution package and I'm having some trouble getting postinstall and postflight scripts working. From what I've seen on the archives, it seems like I need to make an empty package with the same name as the installer operation, place the script file inside of that package, and then add that package into the distribution package. I've done this procedure for both operations but I've been unable to get either script to execute. Help/Thoughts?
Thanks, Everette
Hi Everette, Does the script have its executable bit set? Is it named correctly? Variables set correctly? http://developer.apple.com/mac/library/documentation/DeveloperTools/Conceptu... Log show any errors? Hope this helps, Don _______________________________________________ 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
participants (1)
-
Don Montalvo