GoldenDict
From WPKG | Open Source Software Deployment and Distribution
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>