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 ...") |
(No difference)
|
Revision as of 13:32, 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.
<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='%FREESOFTWARE%\lingoes\stardict-%version%.exe /S' />
<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>