Difference between revisions of "Mozilla Calendar/Lightning for Thunderbird (global)"
From WPKG | Open Source Software Deployment and Distribution
Wolvverine (Talk | contribs) |
(Add a remove cmd entry) |
||
Line 8: | Line 8: | ||
<upgrade cmd='"%PROGRAMFILES%\Mozilla Thunderbird\thunderbird.exe" -install-global-extension "%PACKAGES%\thunderbird_add-on\lightning-0.3.win32.xpi"'> | <upgrade cmd='"%PROGRAMFILES%\Mozilla Thunderbird\thunderbird.exe" -install-global-extension "%PACKAGES%\thunderbird_add-on\lightning-0.3.win32.xpi"'> | ||
</upgrade> | </upgrade> | ||
− | <remove cmd=' | + | <remove cmd='"%PROGRAMFILES%\Mozilla Thunderbird\uninstall\helper.exe" /S'/> |
</package> | </package> | ||
</pre> | </pre> |
Revision as of 11:03, 19 November 2007
Mozilla Calendar/Lightning for Thunderbird (global)
<package id="lightning" name="Mozilla Lightning" revision="1" reboot="false" priority="1" timeout="100"> <depends package-id="thunderbird"/> <check type="file" condition="exists" path="%PROGRAMFILES%\Mozilla Thunderbird\extensions\{e2fda1a4-762b-4020-b5ad-a41df1933103}" /> <install cmd='"%PROGRAMFILES%\Mozilla Thunderbird\thunderbird.exe" -install-global-extension "%PACKAGES%\thunderbird_add-on\lightning-0.3.win32.xpi"'> </install> <upgrade cmd='"%PROGRAMFILES%\Mozilla Thunderbird\thunderbird.exe" -install-global-extension "%PACKAGES%\thunderbird_add-on\lightning-0.3.win32.xpi"'> </upgrade> <remove cmd='"%PROGRAMFILES%\Mozilla Thunderbird\uninstall\helper.exe" /S'/> </package>