Re: checking if an app installed
Re: checking if an app installed
- Subject: Re: checking if an app installed
- From: Jens Alfke <email@hidden>
- Date: Wed, 23 Jun 2010 23:07:43 -0700
On Jun 23, 2010, at 6:38 PM, Angelo Chen wrote:
> Thanks for the fast reply, this works very well, now I'd like to check if certain plugin for Quicktime got installed too, is there a similar service? i tried following and it returns nil:
> NSURL * bURL = [[NSWorkspace sharedWorkspace] URLForApplicationWithBundleIdentifier:@"com.apple.AppleIntermediateCodec"];
That’s not an application. I think you’ll need to use QuickTime APIs to check for the presence of particular plugins. (And this is not the right list for those APIs.)
—Jens_______________________________________________
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