Changes

Picasa

547 bytes added, 12:59, 4 March 2014
WPKG Package: Added fix for Picasa removal
<remove cmd="%PROGRAMFILES%\Google\Picasa3\Uninstall.exe /S"/>
 
<!-- The uninstaller terminates before the files have actually been deleted and the registry updated, so WPKG thinks
the app is still installed despite the uninstaller seeming to finish successfully. WPKG will then reinstall the app on
the next run, then uninstall it. If we wait before allowing WPKG to run its 'check' on 'uninstall' then everything will
be OK. See http://comments.gmane.org/gmane.comp.package-management.wpkg.user/8411 -->
<remove cmd='%COMSPEC% /C ping -n 30 127.0.0.1 1>NUL 2>NUL' >
<exit code="any" />
</remove>
</package>
577
edits