Re: Installer Check to see if it's an Intel Mac
Re: Installer Check to see if it's an Intel Mac
- Subject: Re: Installer Check to see if it's an Intel Mac
- From: Sherm Pendley <email@hidden>
- Date: Mon, 29 May 2006 16:23:13 -0400
On May 29, 2006, at 3:39 PM, Graham J Lee wrote:
On 29/5/06 18:29, Matthew Brewer wrote:
The suggestion to use ³arch² is fine, but I¹m not well acquainted
with
scripting of any sort. So, I can call this command, and it
returns a value.
And I would assume I would want to check that it is ³i386² and
break if it
isn¹t (via the InstallationCheck returning a determined value of
16-31, from
what I understand).
mabinogi:~ leeg$ if [ `arch` = 'i386' ]; then echo "beige
hardware" ; elif [ `arch` = 'ppc' ]; then echo "white hardware" ;
else echo "step away from the cube..."; fi
You can't just make stuff up and expect the installer to understand
it. The InstallationCheck documentation clearly states that the
return value of the script is used here, not the output it prints to
stdout.
For instance, a return value of 112 is used to indicate failure and
print message #16 in the .strings file.
<http://developer.apple.com/documentation/DeveloperTools/Conceptual/
SoftwareDistribution/Concepts/sd_install_check_ref.html>
sherm--
Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden