577
edits
Changes
Picasa
,added uninstall option
<exit code='128' />
</upgrade>
<remove cmd="%PROGRAMFILES%\picasa2\Uninstall.exe /S"/>
</package>
Please note that this package is not that easy to silently install. Mainly because it forks processes after installation which have to be terminated. Therefore you need the Microsoft Taskkill command installed for it to work.
You can disable Picasa Media Detector with the following:
<exit code='128' />
</upgrade>
<remove cmd="%PROGRAMFILES%\picasa3\Uninstall.exe /S"/>
</package>