site_archiver@lists.apple.com Delivered-To: Installer-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=vFzYnmNsTh95GKEpNVTnWZmE6WSfUJpKG6jeE188f4M=; b=XpZiKB++8nspaFymvh+g48ld0w08p2srgQeaZHBjWukGoRh6aF224wDtN5POOM+eL7 b7CrERXXleEupk62No+thUlJhiQ3HkEve7P2xeiw1SATnvfJr/Pu26AlsNWFBMrGkviJ 8/0b8PdTYaHdelwtC0vvDekm/4s5l6NzzSkA4= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=OIvKrlExHJ97DmlnrM0CcgIajJ7ZoLxzkKsZXsBisNyNa18bg7+lHxHfsHeFf6Nctr HLUhB3oLxl7I3Y5/A2trOxFhnaFfu3FVP1/WltYI2/mwtpQxABL89nXSYAQZCbsTgR3t OmMzXmC7Yie/I/o7LIBDzTizfORGq3x3YYStw= On Jul 7, 2008, at 3:35 PM, Paul Miller wrote: -- Karl Kuehn larkost@softhome.net _______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.a... I'm working on an Installer plugin that will install my stuff into multiple copies of Photoshop (ie Photoshop CS1, CS2, CS3, CS4, etc). So I want to search for and find all copies of an application named "Photoshop" with a certain signature. I think LSGetApplicationForInfo() will only get me the "default" one. What's the best way to search for ALL of them, noting that they might not all be in /Applications? You probably want to use Spotlight (if you can afford to go 10.4 and above). You can do this in a script with mdfind. Building the right find command can be a bit of an art, but you probably will only want to look for applications with a name matching a pattern. But you can do more, and even find things where the user has changed the outside "name". This email sent to site_archiver@lists.apple.com