Re: Using XPI to manipulate pref.js
"Benjamin D. Smedberg" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xpinstall |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Tomer Cohen wrote: > I wish to change values in pref.js using a script. To make it simple, > I like to pack it in XPI, than let people install it. XPI install scripts do not have access to xpconnect, so you cannot access the Components object to set preferences. You can set *default* preferences by installing a new default preferences file to [appdir]/defaults/pref/anyname.js --BDS