IFRequirementDicts "recommends" not working?
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com User-agent: Thunderbird 2.0.0.9 (Windows/20071031) I've tested this on a couple of 10.4 systems with the same results. This is the relevant portion of the Info.plist (generated by PackageMaker). <key>IFRequirementDicts</key> <array> <dict> <key>Level</key> <string>recommends</string> <key>MessageKey</key> <string>FxPlug too old</string> <key>SpecArgument</key> <string>/Library/Frameworks/FxPlug.framework </string> <key>SpecProperty</key> <string>CFBundleVersion</string> <key>SpecType</key> <string>bundle</string> <key>TestObject</key> <string>1.2.3</string> <key>TestOperator</key> <string>eq</string> <key>TitleKey</key> <string>title</string> </dict> </array> -- . . . . . . . . . . . . . . . . . . . . . . . . . Nathan Weston nathan@genarts.com GenArts, Inc. Tel: 617-492-2888 955 Mass. Ave Fax: 617-492-2852 Cambridge, MA 02139 USA www.genarts.com _______________________________________________ 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... When I create a package requirement with the level set to "recommends" instead of "requires", it's still treated as a requirement. The installer won't let me choose any volumes and the "Continue" button is grayed out. This email sent to site_archiver@lists.apple.com
participants (1)
-
Nathan Weston