Changes

Thunderbird

1,038 bytes added, 10:57, 15 May 2006
no edit summary
<remove cmd='%SYSTEMROOT%\UninstallThunderbird.exe -ms' />
</package>
 
 
----
 
'''Silent installation of Thunderbird extensions.'''
 
To silently install Mozilla Thunderbird extensions, do the following:
 
* download the extension
* cd "%PROGRAMFILES%\Mozilla Thunderbird\extensions\" and look what folders you have there
* install the extension in Thunderbird manually
* you will notice that the additional folder appeared in "%PROGRAMFILES%\Mozilla Thunderbird\extensions\" - this is your new extension
* copy the new folder to the server
* the silent installer will look like this:
 
<install cmd='cmd /C xcopy /Q /I /E /Y "\\server\wpkg\thund\ext\quicktext\{8845E3B3-E8FB-40E2-95E9-EC40294818C4}" "%PROGRAMFILES%\Mozilla Thunderbird\extensions\{8845E3B3-E8FB-40E2-95E9-EC40294818C4}"' />
 
* 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
[[category:Silent Installers|Thunderbird]]
Anonymous user