Re: Meta Package in 10.5 to support 10.3 problem
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Hello Sparta, Andrew Hi, Thanks for reply. I use Requirements, do not know how to use InstallationCheck Script. For requirements section, I use "4192" for OS 10.6 detection. -- Thanks and Regards, Sparta... On 09/09/09 4:30 AM, "Iceberg-Dev" <dev.iceberg@gmail.com> wrote: On Sep 8, 2009, at 4:23 PM, Sparta wrote: Hello, I am building a meta package on 10.5 that supports 10.3 (Install Properties). I have two packages as: Package 1: works on 10.6 onwards: (Gestalt sysv >= 0x01060) Package 2: works on 10.3, 10.4 and 10.5 (Gestalt sysv < 0x01060) Both the packages work fine independently. I have checked system version with Gestalt as shown above in the requirements section for individual addition. The meta-package installs desired files on 10.4, 10.5 and 10.6. Thus Gestalt check works fine on 10.4, 10.5 and 10.6. But on Panther (10.3) when I try to install this meta-package, both the packages are read one by one. Package-2 passes the check and shows the installation screen. But immediately the screen shows ³Package-1 can not be installed on this computer² message. Thus ending with only ³close² button left to select. Changing the sequence of packages addition has no effect on this result. Does anyone has seen such problem before? Please suggest me how should I proceed with the package maker. Do you use a Requirement or an InstallationCheck script for the Gestalt comparison? If you use an InstallationCheck script, which values do you return? _______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/apeckover%40pgmusic.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.a... Maybe check to see that your requirements are not getting lost from the distribution script. Immediately after adding your requirements, in PackageMaker open raw editing open, and see what the requirements look like. Then, after building, open the built package by control-clicking and selecting Show contents. Open the .dist file with a text editor and see if the requirements are still there. If not, you can add them back in to the built package. ----- Original Message ----- From: "Sparta" <theultimatespartan@gmail.com> To: "Iceberg-Dev" <dev.iceberg@gmail.com> Cc: <installer-dev@lists.apple.com> Sent: Wednesday, September 09, 2009 7:31 AM Subject: Re: Meta Package in 10.5 to support 10.3 problem This email sent to apeckover@pgmusic.com This email sent to site_archiver@lists.apple.com
participants (1)
-
Andrew Peckover