Re: Problem installing when multiple iso's with are mounted
Re: Problem installing when multiple iso's with are mounted
- Subject: Re: Problem installing when multiple iso's with are mounted
- From: helpcrypto helpcrypto <email@hidden>
- Date: Thu, 29 Sep 2011 11:15:32 +0200
> Hi,
> I am getting the right path in those scripts.
Thats what i was looking for... :)
> But how will I make use of the those path in preflight script?
Altough its not a very elegant solution, and doesnt solve the problem
(its just a fix), you could do many things.
> The preflight script is executed from the driver I mounted first. Following is one line from the log. I have called the OSX installer.pkg from /Volumes/User Software 1/OSX/Printer Driver/OSX installer.pkg
Ill try exporting an environment variable with the correct path and
then use it on preflight more or less like this pseudo-code:
if variable "installsource"="disc1"
{
target="$1"
}
else
{
target="installLocation"
}
//install on target
I guess this is due to the whitespace, and shouldnt fail if you rename
"User Software 1" to "User Software_1" or something like that.
btw, i always recommend using s.sudre Packages, and avoid official
(buggy) PackageMaker :P
_______________________________________________
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