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=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=31dwUpnjjimnAn5XWssYHq7yeMOMy1q0Zxl9Z43Gkoo=; b=D8d3K30GSM+fyXH5ZIHWNogRcqMBI/lEdhPpNmTmLKTut0yECuUOyCJ6wzY3Lk5RDv 6JmRB2BaTq3fCM5JRuZ79XU989GXzEtOiWzn9FCLfRXn9fUoUHh0BgWDNkDdqbcPM88s 9QRhhdZU13qwkmol7VZkQetxX3j1vYITCd6kA= OK, as far as I can tell, this API did not work even on Mac OS X v10.5. What I get is this: 10.5: -> apps.length is undefined 10.6: -> apps.length is zero the system.applications.fromIdentifier API seems to be working fine on 10.5. Hope this can help.
2011/7/14 Ryan McGann <rmcgann@mac.com>:
Hi all, We are using the system.applications set of functions in our distribution JavaScript file to find out if our application is running before allowing the install. This seemed to work before (at least I thought...), but in testing on 10.6 and on a certain as-of-yet-unreleased cat-sounding operating system, the functions always return null. The code is pretty simple; system.applications.all returns null, as does system.applications.fromIdentifier() Is there some property we need to set in the <options> to get these to work? Has anybody else had success using these functions? Thanks,
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... This email sent to site_archiver@lists.apple.com