4
edits
Changes
OwnCloud
,Changed Check Type which respects the version
<variable name="PKG_DESTINATION" value="%ProgramFiles(x86)%\ownCloud" architecture="x64"/>
<variable name="PKG_DESTINATION" value="%ProgramFiles%\ownCloud" architecture="x86"/>
<check type='uninstall' condition='existsversiongreaterorequal' path='ownCloud' value='%version%' />
<install cmd='taskkill /f /im owncloud.exe'>