On Mon, Jun 18, 2007 at 06:10:31PM +0200, Ismael wrote: > BUT, we can use .pkg to install extra-features for OOo, like the spotlight > plugin which needs root rights to be installed, i.e. the user drag'n drops > OOo.app, and if he wants extra plugins (e.g. spotlight plugin), he installs > the .pkg
You can also install in ~/Library/Spotlight/ which doesn't require admin privileges, (http://developer.apple.com/macosx/spotlight.html) though the plugin would only be available to the installing user of course. You could ask whether the user wants the plugin to be available for everyone, but then you're back to the .pkg method. Also, from the link above: You can also include importers in an application's bundle in the Contents/Library/Spotlight subdirectory. This allows you to provide a drag-and-drop installation for your application and still provide Spotlight functionality for the application's document types. Ryan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
