Changes

Jump to: navigation, search

Thunderbird

658 bytes added, 09:53, 5 July 2006
m
Silent installation of Thunderbird extensions
* the silent installer will look like this:
<package id="thunderbird-quicktext" name="Quicktext extension" revision="1" reboot="false" priority="0"> <check type="file" condition="exists" path="%PROGRAMFILES%\Mozilla Thunderbird\extensions\{8845E3B3-E8FB-40E2-95E9-EC40294818C4}\install.rdf" /> <install cmd='cmd /C xcopy /Q /I /E /Y "%SOFTWARE%\thunderbird\serverextensions\wpkgquicktext\thund{8845E3B3-E8FB-40E2-95E9-EC40294818C4}" "%PROGRAMFILES%\extMozilla Thunderbird\extensions\{8845E3B3-E8FB-40E2-95E9-EC40294818C4}"' /> <upgrade cmd='cmd /C xcopy /Q /I /E /Y "%SOFTWARE%\thunderbird\extensions\quicktext\{8845E3B3-E8FB-40E2-95E9-EC40294818C4}" "%PROGRAMFILES%\Mozilla Thunderbird\extensions\{8845E3B3-E8FB-40E2-95E9-EC40294818C4}"' /> <remove cmd='cmd /C rmdir /S /Q "%PROGRAMFILES%\Mozilla Thunderbird\extensions\{8845E3B3-E8FB-40E2-95E9-EC40294818C4}"' /> </package>
* basically, it means that you have to copy the folder that is named similar to {8845E3B3-E8FB-40E2-95E9-EC40294818C4} to your "Mozilla Thunderbird\extensions" folder
* when Mozilla Thunderbird is started next time, new extension is detected automatically - you can verify it in Tools / Extensions menu in Thunderbird
 
== Silent installation of dictionaries (spell-checking) ==

Navigation menu