PackageMaker and Tiger/Leopard Packages
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:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=80up15B5NJDUiEbiSRrKVqoyJtIGHkfGerNOnw13M2s=; b=hNGlQMQFesea8KTcKnb1IKGGJYUXtEx6owD0L+16ZqdS26VAbQPG6oVD424sioMwz/ E722z9JDMLG+q5oqoZWdoJkgBwXDabtE4S+oXwzxV13pUK3vJWt4KdXQEYirJWlPVn30 SOcEFlYvydD1dKOMN0NH2yQixwWNJH/lonAzs= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=O2q2Dkevtsb+lvl05XtiZ3o5+HJ5JqX4mfJonQ3a5MzQOMDqzNDp5+a59ckE/Sn28u gwrg5jWy5FtXhMB1UU+BLrWDwHygQd8OZ+YvVCjFjxeRTz81CXcL1iCl8ZhSRjPcO8Zw XY+DNVxuCNeseSfe949QFMJX1oWKEhvZ9GBYw= Hi I'm trying to make an installer using PackageMaker that installs a series of different packages that I've already created but am running into a little Tiger/Leopard issue. I have in total 8 different packages that need to be included in the meta-package and the problem I am having is that one of them requires Leopard whereas all the others will run on both Tiger and Leopard. My goal is to have a single installer that can be used on both Tiger and Leopard giving the option of installing all packages on Leopard, and all but the Leopard only package on Tiger. To do this I build all packages with a minium target of Tiger and then in the meta-package added the requirement that the System OS should be >= 10.5.0 for the package that requires Leopard. If I then build and run this installer on Leopard the package that has the requirement of System OS >= 10.5.0 is greyed out and I am unable to select it. I have also tried building this Leopard only package with a minimum target of Leopard, but they I am unable to use this package in the meta-package as when building I get an warning stating that "No payload could be found. The package will not be built." I also get this error if I put the version check into the Leopard only package itself. Surely it must be possible to do this. Can anyone offer any pointers? Cheers Adam _______________________________________________ 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)
-
Adam Mercer