Re: Invoking system.run in a flat package
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=0nh5PmuXnB+2tjY9P0ecl/wBoPxSwhz41DM9nREFCmg=; b=lizN5Rw/TATN5KTMn/WsSBfACtt5MY6uLKavfoazTvePHMn3s3q1LvWLw29N60iM8F 7cLgmPEjCXnL/Xvu6663nf9VGJX49OZtxZH26MzjBCppUe/olezFPhufYQVstQx0DfGW /hsFlGVoC2XKs+0uYfOoftZGXIU5hvGCzX7Co= 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=JnEYpkyua7Pi2NTvKVU/ZgVdk/Ce728u47s7W7b85S3kxgAzlRjPoIeqloSPi/GAM2 86TR7IBfiXpdHqLJvGa4mzNStPNdsQZKEITdI8wUVbwhvHepHhRlR/AEzwzozRS7PMmD YzB2IgRi2PGKEkGG200OFqCOMBEIYyTt/keUQ= On Jun 16, 2010, at 4:44 PM, sakshi wrote: Hi, I am trying to invoke system.run or system.runOnce in a flat package's script but it does not seem to work. The exectuable in question lies in the Resources folder of the distribution package. The allow-external-scripts property is set to true. The log shows "IFJS: Error while running task (null) *** -[NSCFDictionary setObject:forKey:]: attempt to insert nil value (key: _NSTaskExecutablePath)". Actually, it's a known bug which became a limitation. They are working fine on Snow Leopard. _______________________________________________ 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... Is this a known limitation? Embedded scripts are not supported inside a flat distribution on Leopard. And they are working fine for a bundle distribution on both Leopard and Snow Leopard. This email sent to site_archiver@lists.apple.com
participants (1)
-
Iceberg-Dev