Re: PackageMaker and Tiger/Leopard Packages
Re: PackageMaker and Tiger/Leopard Packages
- Subject: Re: PackageMaker and Tiger/Leopard Packages
- From: Iceberg-Dev <email@hidden>
- Date: Fri, 19 Dec 2008 23:09:11 +0100
On Dec 18, 2008, at 7:28 PM, Adam Mercer wrote:
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 >= is the comparator you use in the Javascript requirement, this
could be the origin of the issue. To compare OS version, you need to
use the appropriate function: compareVersions.
Could you post your requirement to confirm this?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Installer-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden