Re: Package maker query
Re: Package maker query
- Subject: Re: Package maker query
- From: "Jordan Krushen" <email@hidden>
- Date: Fri, 15 Dec 2006 14:04:54 -0800
On 12/14/06, apparao <email@hidden> wrote:
My application will install in the local machine using a shell
script. Script will ask for user inputs like path.., while running.
We can't avoid this interaction.
Is there any other way to provide input to the script at the time of
installation?.
Something like expect(1) may do what you want, if you know the
responses beforehand:
man expect
The Python version, Pexpect, is another easy option to controlled
interactivity, but is likely not useful in an installer package:
http://pexpect.sourceforge.net/
J.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden