Clementine

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search

Clementine is a nice audio player with a small footprint. It's free software and you can download it from http://www.clementine-player.org

 <package
	id="clementine"
	name="Clementine Audio Player"
	revision="%version%"
	priority="0">

	<variable name="version" value="1.0.1" /> 

	<check type="uninstall" condition="exists" path="Clementine" />

	<install cmd='"%SOFTWARE%\clementine\ClementineSetup-%version%.exe" /S' />

	<upgrade include="install" />

	<remove architecture="x86" cmd='"%PROGRAMFILES%\Clementine\uninstall.exe" /S' />
	<remove architecture="x86" cmd='%COMSPEC% /c rd /s /q "%PROGRAMFILES%\Clementine"' />
	<remove architecture="x64" cmd='"%PROGRAMFILES(x86)%\Clementine\uninstall.exe" /S' />
	<remove architecture="x64" cmd='%COMSPEC% /c rd /s /q "%PROGRAMFILES(x86)%\Clementine"' />
 </package>