Re: PackageMaker Requirement
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com On Aug 31, 2008, at 4:54 PM, Stéphane Sudre wrote: It's probably: that should be used if I am to believe the doc. _______________________________________________ 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... [...] /* If the path has again changed in Snow Leopard, you would need to add another test */ if (my.target.systemVersion.ProductVersion >= '10.5.0') { tResult = system.files.fileExistsAtPath(tMountPoint + "/The/Path/ To/My/File/For/Leopard"); } else if (my.target.systemVersion.ProductVersion >= '10.4.0') if (system.compareVersions (my.target.systemVersion.ProductVersion,'10.4.0')>=0) This email sent to site_archiver@lists.apple.com
participants (1)
-
Stéphane Sudre