• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Best way to require 10.3.9 or later to install
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Best way to require 10.3.9 or later to install


  • Subject: Best way to require 10.3.9 or later to install
  • From: Matt Ziebell <email@hidden>
  • Date: Mon, 26 Feb 2007 17:17:17 -0700

I'm having some trouble performing a system check in order to require 10.3.9 as the minimum system for install of a metapackage.  I'm building on 10.4.8 using packagemaker 2.1.1.
The script I found (below) requires 10.3.8, but it does not seem to be working, when tested against 10.2.8.  Any ideas on how to get the system check to function correctly on 10.2.8?  
Is there a better way of doing this check besides modifying the info.plist of a package? 

script url: http://lists.apple.com/archives/installer-dev/2006/Jan/msg00048.html

<key>IFRequirementDicts</key>
<array>
<dict>
<key>LabelKey</key>
<string>OS Version</string>
<key>Level</key>
<string>requires</string>
<key>MessageKey</key>
<string>messagekey0</string>
<key>SpecArgument</key>
<string>sysv</string>
<key>SpecType</key>
<string>gestalt</string>
<key>TestObject</key>
<string>4152</string>
<key>TestOperator</key>
<string>&gt;=</string>
<key>TitleKey</key>
<string>titlekey0</string>
</dict>
</array>


Thanks!
Matt


 _______________________________________________
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

  • Follow-Ups:
    • Re: Best way to require 10.3.9 or later to install
      • From: Matt Ziebell <email@hidden>
    • Re: Best way to require 10.3.9 or later to install
      • From: Stéphane Sudre <email@hidden>
  • Prev by Date: Re: Does Installer.app rely on some tricks to merge data & resource forks?
  • Next by Date: Re: Best way to require 10.3.9 or later to install
  • Previous by thread: Re: Does Installer.app rely on some tricks to merge data & resource forks?
  • Next by thread: Re: Best way to require 10.3.9 or later to install
  • Index(es):
    • Date
    • Thread