Re: PackageMaker and Tiger/Leopard Packages
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=kl4FA5Tg+BoaeNKyR4gj+0HNhMe1PvQOAY5x+p0xIgw=; b=pPCeDPxvr68wn/+xg7dqdeIr67kqEP0w+PZQXXbkHeySXuVJPsHsjKwqX7S0BRy5JG 8VUNgt1HFGXRQOktsT/9FznV4Akd6Y/ZYesB/fSOI302R8pE/gdY3XMxIwvD8klcRwZQ b6mAeTayZa42QmS8PbYdvfJ9+7JrZYraiEb/4= 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=kUJCnqB2eZ/QmMCNST/fzNNSMpsNZnb/QCbq4EH0d0GeE3rS6SVXFL4pe1wpSMBcRc IYM9iWJj79LpdrC8nu6HJpXR+vYayhhV2JPKd7gsCViihFrqbP2XDAjR7dPM8twYHYR2 LqsDnsaZqOFwHSbEO8K0URcy5278Gim4kL1o0= On Dec 20, 2008, at 12:18 PM, Adam Mercer wrote: When building the meta-package in the requirements tab of the Leopard only package I add a check for System OS being greater or equal to 10.5.0, as shown in the following screen shot: <http://www.lsc-group.phys.uwm.edu/~ram/requirements.png> When building, and running, the installer on Leopard the Leopard only package is greyed out and not able to be selected: <http://www.lsc-group.phys.uwm.edu/~ram/installer.png> You mention Javascript, I'm not using Javascript to do a version check, how can I do this? _______________________________________________ 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... On Fri, Dec 19, 2008 at 22:09, Iceberg-Dev <dev.iceberg@gmail.com> wrote: If >= is the comparator you use in the Javascript requirement, this could be the origin of the issue. To compare OS version, you need to use the appropriate function: compareVersions. Could you post your requirement to confirm this? Just checked and PackageMaker creates a Javascript requirement that is incorrect when it comes to OS versions. As I wrote, you need to fix it using the compareVersions method. This email sent to site_archiver@lists.apple.com
participants (1)
-
Iceberg-Dev