Changes

Jump to: navigation, search

Mozilla Calendar/Lightning for Thunderbird (global)

83 bytes removed, 10:17, 29 June 2010
Tidyup
== Lightning is a calendar Add-on for Mozilla CalendarThunderbird available from http://www.mozilla.org/projects/calendar/lightning/. ==WPKG Installer== ===Lightning 1.0 Beta for Thunderbird (3.0=== Use Lightning 1.0 Beta / 1.0 when available with Thunderbird 3. Note: -install-global-extension and -install-global-theme have been removed from Thunderbird 3 / Gecko 1.9.2 and upwards. The way to install Lightning as a global extension is to use xcopy: <source lang="xml"> <install cmd='cmd /C xcopy /Q /I /E /Y "%SOFTWARE%\thunderbird\extensions\{e2fda1a4-762b-4020-b5ad-a41df1933103}" "%PROGRAMFILES%\Mozilla Thunderbird\extensions\{e2fda1a4-762b-4020-b5ad-a41df1933103}"' /> <upgrade cmd='cmd /C xcopy /Q /I /E /Y "%SOFTWARE%\thunderbird\extensions\{e2fda1a4-762b-4020-b5ad-a41df1933103}" "%PROGRAMFILES%\Mozilla Thunderbird\extensions\{e2fda1a4-762b-4020-b5ad-a41df1933103}"' /> </source> The XPI file must reside on a local disk or on a network share (drive letter) , it can't be installed from a UNC path. For further information see [[Thunderbird#Silent_installation_of_Thunderbird_extensions]]  ===Lightning 0.9 for Thunderbird 2===
<source lang="xml">
</source>
== DonSince Firefox 2.0.0.7, the XPI file must reside on a local disk or on a network share (drive letter), it can't Import Anything == be installed from a UNC path.
 
====Don't Import Anything====
The first time Thunderbird is run as a particular user - including the Local System account - we get to see the useless "Don't Import Anything" dialog, which causes the lightning install via "-install-global-extension" to fail. We can work around this as follows:
</source>
== Removing an extension ==
It looks like to To remove an extension it is enough to remove that extension's files - in the above case, just remove the whole <code>%PROGRAMFILES%\Mozilla Thunderbird\extensions\{e2fda1a4-762b-4020-b5ad-a41df1933103}</code> directory.  == Installing since Firefox 2.0.0.7 == The xpi file must reside on a local disk or on a network share (drive letter). It can't be installed from the network.  == Installing with Thunderbird 3 == Lightning 0.9 does not work with Thunderbird 3If you want to use Lightning with Thunderbird 3 download the international[http://releases.mozilla.org/pub/mozilla.org/calendar/lightning/releases/1.0b2rc3/win32/lightning.xpi beta release of Lightning] Note:-install-global-extension and -install-global-theme have been removed from Gecko 1.9.2 and upwards. So the only way to install lightning as a global extension is to use xcopy  <source lang="xml"> <install cmd='cmd /C xcopy /Q /I /E /Y "%SOFTWARE%\thunderbird\extensions\{e2fda1a4-762b-4020-b5ad-a41df1933103}" "%PROGRAMFILES%\Mozilla Thunderbird\extensions\{e2fda1a4-762b-4020-b5ad-a41df1933103}"' /> <upgrade cmd='cmd /C xcopy /Q /I /E /Y "%SOFTWARE%\thunderbird\extensions\{e2fda1a4-762b-4020-b5ad-a41df1933103}" "%PROGRAMFILES%\Mozilla Thunderbird\extensions\{e2fda1a4-762b-4020-b5ad-a41df1933103}"' /> </source>
for further information see [[Thunderbird#Silent_installation_of_Thunderbird_extensions]]
== Installing X.509 certificates ==
With Mozilla's Network Security Services (NSS) it is also possible to install certificates from the command line. I am not sure if it fits in here since these are not managed per-machine but per-user (or per-profile).But if you are looking for a way to deploy a CA-cert you can use See [http://mschuette.name/wp/2008/06/09/mozilla-x509-certificates-from-the-command-line/ my batch script].
[[category:Silent Installers|Mozilla Calendar/Lightning for Thunderbird (global)]]
577
edits

Navigation menu