Re: product build and dist scripts targeted at 10.5
Re: product build and dist scripts targeted at 10.5
- Subject: Re: product build and dist scripts targeted at 10.5
- From: Alexander Cohen <email@hidden>
- Date: Wed, 30 May 2012 12:39:29 -0400
Excellent, i will try that.
thx
AC
On May 30, 2012, at 12:09 PM, Edward Waxler wrote:
> The reason the installation is failing when you use "allowed-os-versions" on Leopard is because that key is only supported in OS X 10.6.6 and later. The workaround for this is to use a JavaScript function to check for the OS version in the volume check phase of the installation, something like the following:
>
> if( system.compareVersions(my.target.systemVersion.ProductVersion, '10.6.6') == -1 )
> {
> my.result.type = 'Fatal';
> my.result.message = 'This software requires Mac OS X 10.5 or above';
> return(false);
> }
>
> Hope this helps,
> Ed
>
>> I changed the min version by hand just for testing purposes. It was at 2.
>>
>> Sent from my iPad
> _______________________________________________
> 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
_______________________________________________
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