Having the plugin installer install plugins into C:\Program Files\Quantum GIS<br>Wroclaw\apps\qgis\python\plugins would require you to run QGIS as administrator on anything > Windows Vista. <div><br></div><div>IMO plugins are user data and should go into the user home directory.</div>

<div><br></div><div>I would store the plugins on a shared directory and point everyones install at that, disabling the installer is also a good idea.</div><div><br></div><div>- Nathan   <br><br><div class="gmail_quote">On Wed, Sep 14, 2011 at 7:47 AM, Alister Hood <span dir="ltr"><<a href="mailto:alister.hood@synergine.com">alister.hood@synergine.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi,<br>
<br>
> Date: Tue, 13 Sep 2011 16:49:43 +0300<br>
> From: Janneke Qgis <<a href="mailto:janneke.qgis@gmail.com">janneke.qgis@gmail.com</a>><br>
> Subject: Re: [Qgis-user] plugin installer with unstable internet<br>
>       connections<br>
> To: Tim Sutton <<a href="mailto:lists@linfiniti.com">lists@linfiniti.com</a>><br>
> Cc: <a href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a><br>
> Message-ID: <<a href="mailto:4E6F5F77.6070707@gmail.com">4E6F5F77.6070707@gmail.com</a>><br>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<div class="im">><br>
> Thanks for the quick answer, both Tim and Anita,<br>
><br>
> Started copying the plugins from the following folder:<br>
> C:\Documents and Settings\Admin\.qgis\python\plugins<br>
><br>
> but got confused as I also found the following two folders:<br>
><br>
> C:\Program Files\Quantum GIS Wroclaw\apps\qgis\plugins<br>
> C:\Program Files\Quantum GIS Wroclaw\apps\qgis\python\plugins<br>
><br>
> Does anything from these folders also need to be copied?<br>
><br>
> Janneke<br>
<br>
</div>Built-in Python plugins are installed in e.g. "C:\Program Files\Quantum<br>
<div class="im">GIS Wroclaw\apps\qgis\python\plugins"<br>
<br>
</div>C++ plugins are installed in e.g. "C:\Program Files\Quantum GIS<br>
Wroclaw\apps\qgis\plugins"<br>
<br>
The plugin installer only installs Python plugins, and puts them in the<br>
user's home directory, e.g.<br>
<div class="im">"C:\Documents and Settings\Admin\.qgis\python\plugins"<br>
<br>
</div>If you are installing Python plugins manually, it would make more sense<br>
to put them in "C:\Program Files\Quantum GIS<br>
Wroclaw\apps\qgis\python\plugins", instead of having to copy them into<br>
every user's home directory.  In this case you'd probably want to<br>
disable the plugin installer, because if at some stage a user updates<br>
one themselves, and doesn't keep it up to date, they could end up with<br>
an old plugin version in their home directory masking a newer one in the<br>
program directory.<br>
It would actually be nice if the plugin installer could put plugins in<br>
the program installation folder ("C:\Program Files\Quantum GIS<br>
Wroclaw\apps\qgis\python\plugins").  I think the only way to achieve<br>
this is with the --config-path option, but that way everyone also shares<br>
the same settings.<br>
<font color="#888888"><br>
Alister<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
Qgis-user mailing list<br>
<a href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
</div></div></blockquote></div><br></div>