Re: Developing a plugin to be installed automatically
"Pit M." <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.plugins |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <68b5267d-50a3-4597-a782-e5d2cebd3bc0@y27g2000prb.googlegroups.com> |
On 17 Mai, 12:04, Martin Husemann <[email protected]> wrote: > On 17.05.2011 10:40, Pit M. wrote: > > > FF4.0.01 seems to accept the XPI, but after restart there is nothing > > in the plugins directory. > > Which Plugin directory? It will end up in the current profile's > extension directory, which varies slightly between windows versions, > something like: > > C:\Users\Martin\AppData\Mozilla\Firefox\Profiles\SomeHex.default\extensions \YourPluginID\Plugins > > Martin Thank you ! I was looking at it in C:\Programme\Mozilla Firefox\plugins :-) That was my first choice for testing my plugin and it worked after copying my file to that place. I will do some more tests to check if it works. Regards,