32
edits
Changes
Lingoes
,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 ..."
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
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>
</source>
[[Category:Silent Installers]]
<source lang="xml">
<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>
</source>
[[Category:Silent Installers]]