3,217
edits
Changes
m
== General info for version 2 ==
"New Windows installer: Based on Nullsoft Scriptable Install System, the new Windows installer resolves many long-standing issues."
http://www.mozilla.com/en-US/thunderbird/2.0.0.0/releasenotes/
Despite the change of installers, the -ms flag works instead of /s to do silent install.
For uninstall, you'll want:
<source lang="xml">
<remove cmd='"%PROGRAMFILES%\Mozilla Thunderbird\uninstall\helper.exe" /S' />
</source>
no edit summary
== General info for version 2.0 ==