Re: Installation failing for subpackages when called from postinstall using installer command on 10.6
Re: Installation failing for subpackages when called from postinstall using installer command on 10.6
- Subject: Re: Installation failing for subpackages when called from postinstall using installer command on 10.6
- From: Vikram Singh <email@hidden>
- Date: Fri, 25 May 2012 22:37:13 +0530
Thank you Stephane. Yes, as you said it seems like a specific series of installer actions was causing this behavior. However, when I moved the installer calls that were failing to the top in the series of calls (earlier, they were the last calls in the series), it is installing fine now. (Though I could not understand what difference that would have made since all sub-packages are independent).
Anyway, thanks for looking into my log file :)
Thanks,
Vikram
On Fri, May 25, 2012 at 5:40 PM, Stephane Sudre
<email@hidden> wrote:
On Fri, May 25, 2012 at 10:46 AM, Vikram Singh <
email@hidden> wrote:
> My sub-packages are kept in some external directory and I don't have them
> when I am creating the distribution package. I tried to provide the path to
> this external directory in <pkg-ref ..../> field of the Distribution file.
> It works but in that case, I am not able to sign the installer. Seems like
> whenever the path of sub-packages is not self-contained for that
> distribution package, it fails to sign. Do you know any way to fix this?
> Because it was not signing the package, I had to move the installation of
> sub-packages to postinstall script. And then this problem occurred in Mac 10.6.
If you need to keep the packages outside of the distribution, then
yes, it can lead to signing conflict issues. But at the same time,
having the packages signed and the distribution not, is not useful
from a signing point of view.
I've seen the error log you provided in the past and performing the
install later again did not bring back the issue. It could possibly be
a bug in the Installation framework/tools which is triggered more
easily when you run a series of installer actions.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Installer-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden