Re: Calling tool from postinstall script causes Terminal to launch
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com -- m-s On 12 Apr, 2007, at 14:53, Mike wrote: open "${PACKAGE_PATH}/Contents/Resources/spmunge" Thanks, Mike _______________________________________________ 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... Try just calling the path to the executable instead of using /usr/bin/ open. I have a simple command-line binary tool that I call from my postinstall script: However, when my tool runs, it causes Terminal to launch and show the result of running the tool. How can I have my postinstall script run and launch my tool without it launching Terminal as a result? _______________________________________________ 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/mikey-san% 40bungie.org This email sent to mikey-san@bungie.org This email sent to site_archiver@lists.apple.com
participants (1)
-
Michael Watson