Strawberry Music

Strawberry is a music player and music collection organizer. It is a fork of Clementine released in 2018 aimed at music collectors and audiophiles. It's written in C++ using the Qt toolkit. It's free software and you can download it from [1]

 <package
	id="strawberrymusicplayer"
	name="Strawberry Music Player"
	revision="%version%"
	priority="0">

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

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

	<install cmd='"%SOFTWARE%\Strawberry Music Player\strawberry.exe" /S' />
	<upgrade include="install" />

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