Re: mount dmg disk
Re: mount dmg disk
- Subject: Re: mount dmg disk
- From: "gMail.com" <email@hidden>
- Date: Mon, 15 Mar 2010 11:34:35 +0100
- Thread-topic: mount dmg disk
Kyle,
you could be right, but, if I put the program name as first argument, it
doesn't work. Please note I launch the /usr/bin/hdiutil and not the shell.
args = [NSArray arrayWithObjects:@"mount", @"-stdinpass", dmgPath, nil];
[aTask setLaunchPath:@"/usr/bin/hdiutil"];
and this way it works all the time.
Regards
--
Leonardo
> Da: Kyle Sluder <email@hidden>
> Data: Sun, 14 Mar 2010 18:42:51 -0700
> A: "gMail.com" <email@hidden>
> Cc: Gwynne Raskind <email@hidden>, <email@hidden>
> Oggetto: Re: mount dmg disk
>
> On Sun, Mar 14, 2010 at 1:41 PM, gMail.com <email@hidden> wrote:
>> I had to modify just one thing, then it worked: since we invoke directly
>> hdiutil, I removed "hdiutil" from the args, so now it looks like:
>
> This is incorrect. Unix convention requires the program name be the
> first argument.
>
> Remember, NSTask is *NOT* like entering a command at the shell prompt.
>
> --Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please 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