Checking for minimum OS for installation
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Hi- 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> 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 (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.a... I need to put a check into my packagemaker installer that will only let the user installer on 10.4.6 or greater OS. 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", This email sent to site_archiver@lists.apple.com
participants (1)
-
Lori Desmarais