Changes

Picasa

1,850 bytes added, 22:56, 6 November 2007
New page: Google Picasa is a handy picture album tool. Download it at [http://picasa.google.com/ Picasa homepage]. Use the following XML file to silently install it: <pre> <?xml version="1.0" encod...
Google Picasa is a handy picture album tool. Download it at [http://picasa.google.com/ Picasa homepage].

Use the following XML file to silently install it:
<pre>
<?xml version="1.0" encoding="utf-8" ?>
<packages>

<package id='Picasa' name='Picasa' revision='27' priority='50' reboot='false' >
<!-- Picasa album program -->
<check type='uninstall' condition='exists' path='Picasa 2' />
<install cmd='"%SOFTWARE%\Picasa v.2.7 (Build 36.60, 0)\setup.exe" /S' />
<install cmd='cmd /C taskkill /F /IM Picasa2.exe' >
<exit code='1' />
<exit code='128' />
</install>
<install cmd='cmd /C taskkill /F /IM PicasaMediaDetector.exe' >
<exit code='1' />
<exit code='128' />
</install>
<install cmd='cmd /C reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v "Picasa Media Detector" /f' />
<upgrade cmd='"%SOFTWARE%\Picasa v.2.7 (Build 36.60, 0)\setup.exe" /S' />
<upgrade cmd='cmd /C reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v "Picasa Media Detector" /f' />
<upgrade cmd='cmd /C taskkill /F /IM Picasa2.exe' >
<exit code='1' />
<exit code='128' />
</upgrade>
<upgrade cmd='cmd /C taskkill /F /IM PicasaMediaDetector.exe' >
<exit code='1' />
<exit code='128' />
</upgrade>
<upgrade cmd='cmd /C reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v "Picasa Media Detector" /f' />
</package>

</packages>
</pre>


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.

An uninstall string is not yet provieded. As far as I recall I did not manage to get a fully unattended installation from Picasa :-(.


[[Category:Silent Installers]]
Anonymous user