All I do is:<div><br></div><div>Set extensions.autoDisableScopes to 11.</div><div>Extract the xpi file to a folder with the extension version number.</div><div>Copy the contents to a folder with name matching the extension ID under %PROGRAMFILES%\Mozilla Thunderbird\extensions\</div>
<div><br></div><div>Double-check everything. You might have a typo somewhere.</div><div><br></div><div><div><package</div><div><span class="Apple-tab-span" style="white-space:pre">       </span>id="thunderbird-lightning"</div>
<div><span class="Apple-tab-span" style="white-space:pre">      </span>name="Lightning"</div><div><span class="Apple-tab-span" style="white-space:pre">   </span>revision="%version%"></div><div><span class="Apple-tab-span" style="white-space:pre">   </span></div>
<div><span class="Apple-tab-span" style="white-space:pre">      </span><depends package-id="thunderbird" /></div><div><span class="Apple-tab-span" style="white-space:pre"> </span></div><div><span class="Apple-tab-span" style="white-space:pre">     </span><variable name="version" value="1.4" /></div>
<div><span class="Apple-tab-span" style="white-space:pre">      </span><variable name="extid" value="{e2fda1a4-762b-4020-b5ad-a41df1933103}" /></div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">  </span><check</div>
<div><span class="Apple-tab-span" style="white-space:pre">              </span>type="file"</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>condition="exists"</div><div><span class="Apple-tab-span" style="white-space:pre">         </span>path="%PROGRAMFILES(X86)%\Mozilla Thunderbird\extensions\%extid%\chrome.manifest" /></div>
<div><span class="Apple-tab-span" style="white-space:pre">      </span></div><div><span class="Apple-tab-span" style="white-space:pre">     </span><install cmd='%COMSPEC% /C xcopy /Q /I /E /Y "%SOFTWARE%\apps\thunderbird\lightning\%version%" "%
PROGRAMFILES(X86) %\Mozilla Thunderbird\extensions\%extid%\"' /></div><div><span class="Apple-tab-span" style="white-space:pre">      </span></div><div><span class="Apple-tab-span" style="white-space:pre">     </span><upgrade cmd="taskkill /F /IM Thunderbird.exe"></div>
<div><span class="Apple-tab-span" style="white-space:pre">              </span><exit code="any" /></div><div><span class="Apple-tab-span" style="white-space:pre">  </span></upgrade></div><div><span class="Apple-tab-span" style="white-space:pre">     </span><upgrade cmd='%COMSPEC% /C rmdir /q /s "%
PROGRAMFILES(X86) %\Mozilla Thunderbird\extensions\%extid%"' /></div><div><span class="Apple-tab-span" style="white-space:pre">       </span><upgrade cmd='%COMSPEC% /C xcopy /Q /I /E /Y "%SOFTWARE%\apps\thunderbird\lightning\%version%" "%
PROGRAMFILES(X86) %\Mozilla Thunderbird\extensions\%extid%\"' /></div><div><span class="Apple-tab-span" style="white-space:pre">      </span></div><div><span class="Apple-tab-span" style="white-space:pre">     </span><remove cmd="taskkill /F /IM Thunderbird.exe"></div>
<div><span class="Apple-tab-span" style="white-space:pre">              </span><exit code="any" /></div><div><span class="Apple-tab-span" style="white-space:pre">  </span></remove></div><div><span class="Apple-tab-span" style="white-space:pre">      </span><remove cmd='%COMSPEC% /C if exist "%
PROGRAMFILES(X86) %\Mozilla Thunderbird\extensions\%extid%" rmdir /q /s "%
PROGRAMFILES(X86) %\Mozilla Thunderbird\extensions\%extid%"' /></div><div></package></div></div><div><br></div><div><div class="gmail_quote">On Thu, Jun 14, 2012 at 2:36 PM, Donny Brooks <span dir="ltr"><<a href="mailto:dbrooks@mdah.state.ms.us" target="_blank">dbrooks@mdah.state.ms.us</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">    I have been trying to get Thunderbird to install extensions for a while now. However no matter what method I try according to the <a href="http://wpkg.org/Thunderbird" target="_blank">wpkg.org/Thunderbird</a> wiki I am unable to get it to work. I did get the auto config to work properly with the directions on there. I have tried putting the .xpi file in the %PROGRAMFILES%\Mozilla Thunderbird\extensions\ folder named as the {extension-id}.xpi located in the install.rdf. I even tried adding a %PROGRAMFILES%\Mozilla Thunderbird\distribution\extensions\ folder and placing it there instead. I have tried putting the unzipped files from the .xpi file in the folder named the extension-id also. In my config I have added extensions.autoDisableScopes to 11 but nothing works. I am at a loss. The plugin I am trying to add is the sogo-integrator. Anyone have any ideas as to what could be causing this not to work? I am testing manually but will be deploying this with our wpkg system.<br>

<br>
Donny B.<br>
<br>
-------------------------------------------------------------------------<br>
wpkg-users mailing list archives >> <a href="http://lists.wpkg.org/pipermail/wpkg-users/" target="_blank">http://lists.wpkg.org/pipermail/wpkg-users/</a><br>
_______________________________________________<br>
wpkg-users mailing list<br>
<a href="mailto:wpkg-users@lists.wpkg.org">wpkg-users@lists.wpkg.org</a><br>
<a href="http://lists.wpkg.org/mailman/listinfo/wpkg-users" target="_blank">http://lists.wpkg.org/mailman/listinfo/wpkg-users</a><br>
</blockquote></div><br></div>