site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com #!/bin/sh exit 0 Matt _______________________________________________ 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'm writing an installer for my company which also redistributes the Adobe AIR Runtime (licensing taken care of). There is a silent install option which should run this in the background and make it a seamless experience for the user. /Applications/Adobe\ AIR\ Installer.app/Contents/MacOS/Adobe\ AIR\ Installer -silent This works just fine when launching from the Terminal. However, when used as a postinstall script, the Adobe installer complains that AIR isn't installed. Just wondering if anyone had any thoughts why it would behave differently. I also wrote an Installer plugin in Xcode, I take it that I can't launch a NSTask there, just wanted to clarify.... This email sent to site_archiver@lists.apple.com