Re: How to change the Default Message in PackageMaker InstallationCheck
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Chris Hi guys, Could i remove the default message, or modify the text? Any help, appreciated! Best Regards, Joe --------------------------------- Get your email and more, right on the new Yahoo.com --0-1027350949-1159443695=:88680 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: 8bit _______________________________________________ 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... The only way to get around this is to use a Distribution Script based package which is available in 10.4 and later only. You can create a hybrid package that uses a standard InstallationCheck script in 10.3 and earlier and use a distribution script for 10.4 and later. With distribution scripts you can control both the title and the message for these types of checks (and since it is in JavaScript you have more control over what the string says). I defined some messages in InstallationCheck.strings. When cancel the installation, we not only get the defined message, but also get the default message:"*** cannot be installed on this computer" This email sent to site_archiver@lists.apple.com
participants (1)
-
Christopher Ryan