Re: Pre and postinstall scripts not running from PM 3.0.1 pmdoc
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=jKX2HMTA7s6ufKEJ9ypKk2yURvfd0+GQd8nu3cJI6VY=; b=bJSCBWPYABWR/rtjLDL4XKVPwGoZog3OVBW+mMShKspm04yTpCB5xaYECdoN3V1ME3 p26s0HbCAxAMk5x34A1BjNYjQg3CpcJhPlvm4vxbgyI18CMNaBAsEj1vmNqmxkC+0wIk 7MOLa2LPzsKvyR4+nHVOpCsa8X9Cklfi3AabE= 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=pcZ4JL4ArU+O1i+zzTCMCdc7EW8nzW+z0eB/udutLtzgfoGYKYrW5jOPYnkoHVzpev 1/bwcdBS60PviEzw425FJBZVUwMXaoLLGPT2kK604d+nG/Amcqnfa9O/uheN8PvIjSTq dPkF7t9vvs58xZ9AyuMc9sstyyFgkEk8N+Mgs= On Dec 1, 2008, at 11:43 PM, OSullivan, Steve wrote: Greetings all, Which format and target have you set in your PackageMaker project? _______________________________________________ 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... In a nutshell, my pre- and postinstall scripts are not running from my package. I have three components under one install option, and I am allowing only an easy installation on the system volume. One component has a set of pre- and post install scripts attached to it, and the second has a postinstall script attached to it. The third component has no scripts attached. My scripts are Bourne shell scripts (each starting off with #!/bin/ sh) and are executable. I have written them in TextWrangler. They are in Mac OS Roman encoding with Unix LineFeeds. (I hope this is not considered extraneous....) In an earlier iteration of this installer setup, I did have a postinstall script that executed properly, and I think I have set things up virtually identically between the two iterations. I cannot seem to find where I am messing up.... I have put echo lines into my scripts that output to textfiles to see if the scripts are running, and the output files never get created. Therefore, I do not think that the scripts are running at all. If anyone has any suggestions as to how to best troubleshoot this, I would really appreciate your input. preinstall and postinstall can mean 2 different things depending on these values. This email sent to site_archiver@lists.apple.com
participants (1)
-
Iceberg-Dev