site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.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... This email sent to site_archiver@lists.apple.com <installer-dev-bounces+xochitl_lunde=tripplite.com@lists.apple.com> wrote on 03/26/2010 12:59:28 AM:
Hi,
I have added the InstallationCheck in the resources folder of my
metapackage.I am no longer using flat package format. But still the
InstallationCheck script is not getting invoked.Do I need to add it
to Resources folder of each of the component packages. I have simply
dragged the file in the resources folder by switching over to "raw
editing mode". Is it the correct way to do it?? Kindly suggest.
I'm sorry, I can't figure out how to do this either. I can see that it will generate an installation check item inside the Distribution XML file if you specify requirements for the package. Do the 'Result of script' requirement work? The only think i could think of is to break up each installation check into 1 script (i.e., 1 script to test for Java Update, 1 script to test for MS Office installed, etc.) and then add many 'Result of Script' items from the requirements GUI. Because you can enter text there for a failure, you would not need to worry about InstallationCheck.strings file. If I get the chance to try this myself, I will let you know what result I get.