Difference between revisions of "Lingoes"
From WPKG | Open Source Software Deployment and Distribution
(Created page with "Lingoes is another free (but not OpenSource) alternative to Babylon. If you are looking for a free and Opensource alternative then try GoldenDict. <source lang="xml"> <package ...") |
(link to GoldenDict, wrong install cmd) |
||
Line 1: | Line 1: | ||
− | Lingoes is another free (but not OpenSource) alternative to Babylon. If you are looking for a free and Opensource alternative then try GoldenDict. | + | Lingoes is another free (but not OpenSource) alternative to Babylon. If you are looking for a free and Opensource alternative then try GoldenDict http://wpkg.org/GoldenDict. |
<source lang="xml"> | <source lang="xml"> | ||
Line 13: | Line 13: | ||
<check type="uninstall" condition="exists" path="Lingoes %version%" /> | <check type="uninstall" condition="exists" path="Lingoes %version%" /> | ||
− | <install cmd='% | + | <install cmd='%SOFTWARE%\lingoes\lingoes_%version%.exe /SILENT' /> |
<upgrade include="install" /> | <upgrade include="install" /> |
Revision as of 13:35, 5 August 2012
Lingoes is another free (but not OpenSource) alternative to Babylon. If you are looking for a free and Opensource alternative then try GoldenDict http://wpkg.org/GoldenDict.
<package
id="lingoes"
name="Lingoes Uebersetzung"
revision="%version%"
reboot="false"
priority="0">
<variable name="version" value="2.8.1" />
<check type="uninstall" condition="exists" path="Lingoes %version%" />
<install cmd='%SOFTWARE%\lingoes\lingoes_%version%.exe /SILENT' />
<upgrade include="install" />
<remove architecture="x86" cmd='"%PROGRAMFILES%\Lingoes\Translator2\unins000.exe" /SILENT' />
<remove architecture="x64" cmd='"%PROGRAMFILES(x86)%\Lingoes\Translator2\unins000.exe" /SILENT' />
</package>