Changes

OwnCloud

75 bytes removed, 07:06, 6 September 2014
Updated for 1.6.3.3721, Uninstall-Key is now removed by uninstaller, disabled automatic updates
revision="%version%"
priority="10">
<variable name="version" value="1.6.23.34633721" />
<variable name="PKG_DESTINATION" value="%ProgramFiles(x86)%\ownCloud" architecture="x64"/>
<variable name="PKG_DESTINATION" value="%ProgramFiles%\ownCloud" architecture="x86"/>
</install>
<install cmd='%COMSPEC% /C "%SOFTWARE%\ownCloud\ownCloud-%version%-setup.exe" /S'/>
<!-- Disabling automatic Updates --> <install cmd='reg add HKLM\Software\Policies\ownCloud\ownCloud /v "skipUpdateCheck" /d "1" /t REG_DWORD /f' />  
<upgrade include="install"/>
<remove cmd='%COMSPEC% /C if exist "%PKG_DESTINATION%" rmdir /S /Q "%PKG_DESTINATION%"'/>
<!-- with 1.6.2.3463 the Uninstall-Key is not removed on 64bit-System. Removing manually. -->
<remove architecture="x64" cmd='reg delete "HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\owncloud" /f' />
</package>
</source>
10
edits