Difference between revisions of "GoldenDict"
From WPKG | Open Source Software Deployment and Distribution
(Created page with "GoldenDict is designed as a StarDict successor. It is a translate program like Babylon. It's free and open source and supports many formats for dictionaries (babylon, lingvo..). ...") |
(add silent installers link) |
||
Line 23: | Line 23: | ||
</package> | </package> | ||
</source> | </source> | ||
+ | |||
+ | [[Category:Silent Installers]] |
Latest revision as of 13:33, 5 August 2012
GoldenDict is designed as a StarDict successor. It is a translate program like Babylon. It's free and open source and supports many formats for dictionaries (babylon, lingvo..). You can download it from http://goldendict.org
Note that the Shortcut will be created for the current user only!
<package
id="goldendict"
name="GoldenDict Uebersetzung"
revision="%version%"
reboot="false"
priority="0">
<variable name="version" value="1.0.1" />
<check type="uninstall" condition="exists" path="GoldenDict" />
<install cmd='%SOFTWARE%\goldendict\GoldenDict-%version%-1-Install.exe /S' />
<upgrade include="install" />
<remove architecture="x86" cmd='"%PROGRAMFILES%\GoldenDict\Uninstall.exe" /S' />
<remove architecture="x64" cmd='"%PROGRAMFILES(x86)%\GoldenDict\Uninstall.exe" /S' />
</package>