This is a DRM situation where there are multiple app executables inside the main .app bundle.
________________________________ From: Kyle Sluder <kyle.slu...@gmail.com> To: Erg Consultant <erg_consult...@yahoo.com> Cc: cocoa-dev <cocoa-dev@lists.apple.com> Sent: Tuesday, April 28, 2009 2:11:40 PM Subject: Re: Why is NSString->FSRef so hard? On Tue, Apr 28, 2009 at 5:03 PM, Erg Consultant <erg_consult...@yahoo.com> wrote: > How does one launch an exe inside an app bundle if LSOpenApplication isn't > desgined to do that? "exe"? You need to specify what you mean: executable binary, which is just a plain binary file, or application, which is wrapped in a .app bundle. If you just want to launch a binary as a child task, you can use NSTask and -[NSBundle pathForAuxiliaryExecutable:]. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com