Re: Detect Intel System?
Re: Detect Intel System?
- Subject: Re: Detect Intel System?
- From: Jonas Maebe <email@hidden>
- Date: Fri, 6 Aug 2010 00:40:17 +0200
On 05 Aug 2010, at 23:59, Duane Murphy wrote:
> Our product does not run on PPC hardware. The installer installation check script checks if the current hardware is Intel in order to continue.
You can add gestalt checks in the installer via the Package Builder GUI (don't use a script). There is one for the system architecture, and you can let it check against the constants listed at http://developer.apple.com/mac/library/documentation/Carbon/Reference/Gestalt_Manager/Reference/reference.html#//apple_ref/doc/constant_group/System_Architecture_Selectors (make sure to use the numerical value, since the installer does not support symbolical constants and will treat them as strings).
Jonas _______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden