Re: Preference pane deployment
Re: Preference pane deployment
- Subject: Re: Preference pane deployment
- From: patrick machielse <email@hidden>
- Date: Sun, 25 Nov 2007 21:22:31 +0100
Op 25 nov 2007, om 18:41 heeft Sherm Pendley het volgende geschreven:
You could use NSWorkspace's -openFile: to open the .prefpane bundle
as a document. It's a registered document type for System
Preferences.app, which will then give the user the option of
installing it for that user only (in ~/Library/PreferencePanes) or
for all users (/Library/PreferencePanes). The app will also take
care of authorizing as admin if needed.
If you choose this method, you will want to make sure that the System
Preferences application is closed before you try to install your new
pane (or restart it after you've installed). If the user has used /
loaded the preference pane during an upgrade, the behavior of the pane
after install is unpredictable, presumably because it is not possible
to unload Objective-C code.
patrick
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden