FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 4a0faf74 authored by Dr Adam Thorn's avatar Dr Adam Thorn
Browse files

Improve check condition on Thunderbird

parent aabc3860
No related branches found
No related tags found
1 merge request!112Thunderbird.xml
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
<variable name="version" value="68.5.0" /> <variable name="version" value="68.5.0" />
<variable name="prefsversion" value="68" /> <variable name="prefsversion" value="68" />
<check type="uninstall" condition="exists" path="Mozilla Thunderbird %version%.*" />
<check type="uninstall" condition="versiongreaterorequal" path="Mozilla Thunderbird.*" value="%version%" />
<install cmd='"%software%\thunderbird\Thunderbird Setup %version%.exe" -ms' /> <install cmd='"%software%\thunderbird\Thunderbird Setup %version%.exe" -ms' />
<install cmd='cmd /c copy "%software%\thunderbird\chemistry-prefs.js-%prefsversion%" "%programfileswpkg%\mozilla thunderbird\defaults\pref\chemistry-prefs.js" '/> <install cmd='cmd /c copy "%software%\thunderbird\chemistry-prefs.js-%prefsversion%" "%programfileswpkg%\mozilla thunderbird\defaults\pref\chemistry-prefs.js" '/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment