Re: Detect if application is installed
Re: Detect if application is installed
- Subject: Re: Detect if application is installed
- From: Jon Pugh <email@hidden>
- Date: Tue, 10 Jul 2007 09:59:01 -0700
At 9:12 AM -0400 7/10/07, Fares BELHAOUAS wrote:
>Is there a way to know if an application is installed or not, In fact I want to detect what are the mail clients installed (Mac mail, MS Entourage, Mozilla Thunderbird,...) and what are the Web navigators (Safari, Mozilla firefox, etc)
tell application "Finder"
exists application file "Mail" of folder "Applications" of startup disk
end tell
Jon
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden