Re: insufferable PackageMaker permissions defects
Re: insufferable PackageMaker permissions defects
- Subject: Re: insufferable PackageMaker permissions defects
- From: Karl Kuehn <email@hidden>
- Date: Mon, 14 Jun 2010 08:33:10 -0700
On Jun 14, 2010, at 4:23 AM, Nick Peelman wrote:
> The way I have always done it is with an InstallationCheck script. simply call `sw_vers -productVersion` to get the OS version.
Note that that call will get you the OS of the boot volume, not the target volume. A better solution would be to use a line like this:
/usr/bin/defaults read "$3/System/Library/CoreServices/SystemVersion" ProductVersion
This will get you the same result, but will work even in systems like InstaDMG or SIU.
--
Karl Kuehn
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