Checking for minimum OS for installation
Checking for minimum OS for installation
- Subject: Checking for minimum OS for installation
- From: "Lori Desmarais" <email@hidden>
- Date: Wed, 31 May 2006 13:12:41 +0000
Hi-
I need to put a check into my packagemaker installer that will only let the
user installer on 10.4.6 or greater OS.
I'm currently using packagmaker 2.1 (on a 10.4.6 system)
I've added the following into my Info.plist:
<key>IFRequirementDicts</key>
<array>
<dict>
<key>LabelKey</key>
<string>Minimum_OS</string>
<key>Level</key>
<string>requires</string>
<key>SpecArgument</key>
<string>kern.osrelease</string>
<key>SpecType</key>
<string>sysctl</string>
<key>TestObject</key>
<string>8.5</string>
<key>TestOperator</key>
<string>>=</string>
</dict>
</array>
For the TestOperator, I've tried using >= , >= and ge.
my .pkg keeps failing to allow me to install saying "Make sure your system
meets the requirements",
Any pointers to what I'm doing wrong???
thank you,
Lori Desmarais
Release Engineering
Avid Technology, Inc.
_______________________________________________
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