Re: Meta Package in 10.5 to support 10.3 problem
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:in-reply-to:references :mime-version:content-type:message-id:cc:content-transfer-encoding :from:subject:date:to:x-mailer; bh=FaUpb5/LFWtb7ldCTyL19MONq1CRU0QGF1ZK5TlPBO8=; b=ilcQ5yz5qrLVEJSuO5yyVK+3ntZjAT/AqORhoKGZrefptDUlxnXzyh/HWOiZl+jQ4t Sb5IF86InTA3NBZiNaNoZBuq/Jhn8fh5xSIMiJgd7q/IA9jpMGsQYGl/YptebngId/DB MvQyoP1N0HEd4cO0oanrzsp2bRUsEqg4m2bBI= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=in-reply-to:references:mime-version:content-type:message-id:cc :content-transfer-encoding:from:subject:date:to:x-mailer; b=hv6OJq9P4VRGI05nBJW5RbhROVi23yg67W9trL1hWQ7Jmps7YuiGEmaxOiju7iHChg aUYaIxwWRJ1eQQzDCSUcEC5YpJptfGzOVetSPpG2hcjL2wppSQlNaKKsg/aj+dKgN8KL UQ7RfObZo+F5EmklCuLPHOWp9caxLgEEB/XEc= On Sep 8, 2009, at 4:23 PM, Sparta wrote: Hello, 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. Does anyone has seen such problem before? Please suggest me how should I proceed with the package maker. I am building a meta package on 10.5 that supports 10.3 (Install Properties). 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. 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/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Iceberg-Dev