Re: Javascript behaves differently, 10.5.8 vs. 10.6.2
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:mime-version:in-reply-to :references:content-type:message-id:content-transfer-encoding:from :subject:date:to:x-mailer; bh=Bvrw93CkNtYT+57mE2Izbg67drfFIB9KxUqDGMZy/6U=; b=aLNyHF8+ShPceQU6FgGeFYPQGep/RcMFy1W28Wk+7kuD6UiQ0Yxa/vJeKWGqTFBPWw tjQYaOlUVJEHhP/dElNapETARiRjvRB5UIc0xTzyHeM8qzudx6tExvR1emL2aSuviCrk scLt+cOGizB0tVu+OT+eDHYSJYDT/X+S6xRDA= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:content-type:message-id :content-transfer-encoding:from:subject:date:to:x-mailer; b=KI+zAi6yfSVvzqDJjQJP7PFRfsII+xxxV5nTJUJQGnoQKh3vSAN1362hSx7NZei9c8 wPxk1cERZHO+gpCTp8jJZEWpKHC+uHfpjqrfWD3n9L0O6fVQGVvEMPqxOamw+fcQQE9p oiIiL6qYUVSaj4oFrW6yaKjedQuqFOG8ROUS8= On Dec 9, 2009, at 2:02 AM, Steve Swanson wrote: Code fragment: Isn't pproHandle supposed to be an array? _______________________________________________ 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 is not an urgent problem, but it is frustrating. Is there a way to debug installer Javascript besides trial and error? The feature is to detect whether Premiere Pro is running, and if it is, post a warning message (because the plugin we install won't be visible until PPro restarts). The detection code is merged into distribution.dist after the package is built (using sed). I build my .mpkg on Snow Leopard w/ XCode 3.2. The installer works fine on 10.5.8 but fails on 10.6.2. system.log("Check Premiere/AME "); pproHandle = system.applications.fromIdentifier ('com.adobe.AdobePremierePro') This email sent to site_archiver@lists.apple.com
participants (1)
-
Iceberg-Dev