site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Hello, Thanks, Chuck I use the following requirements dictionary in my installer. This has worked fine for all of my users so far as well as my testing. I have one user that says he's using 10.4, but that the message in this requirements dictionary is being displayed and preventing him from installing. He even sent a screenshot. I asked him to confirm his version of the OS by selecting "About this Mac" from the Apple menu and he told me it said 10.4. I have no idea what to tell him. Is there anything wrong with the requirements dictionary below? I'm not sure what to tell him. <key>IFRequirementDicts</key> <array> <dict> <key>LabelKey</key> <string>Mac OS X v10.4 or newer</string> <key>MessageKey</key> <string>You must upgrade to Mac OS X v10.4 before installing the VelaClock Widget.</string> <key>SpecArgument</key> <string>/System/Library/CoreServices/SystemVersion.plist</string> <key>SpecProperty</key> <string>ProductVersion</string> <key>SpecType</key> <string>plist</string> <key>TestObject</key> <string>10.4</string> <key>TestOperator</key> <string>>=</string> <key>TitleKey</key> <string>VelaClock cannot be installed because it requires Mac OS X v10.4 or newer.</string> </dict> _______________________________________________ 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... This email sent to site_archiver@lists.apple.com
participants (1)
-
Chuck Soper