need help on creating distribution project
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Hello, function checkSystemversion() { var result = false; try { result = my.target.systemVersion.ProductVersion >= '10.4'; } catch (e) {} if(!result) { my.result.type = 'Fatal'; my.result.title = ''; my.result.message = ''; } return result; } Any help or suggestion is greatly appreciated. Thanks Jin _______________________________________________ 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 am creating a distribution package with an installation check script ( checkSystemversion() - the one supplied by Package Maker). I tried the package on both PPC and Intel mac running 10.4.8, and I noticed that the value of result always set to false and generates error message. Is it a bug or did I do something wrong? This email sent to site_archiver@lists.apple.com
participants (1)
-
Jin Lin