Changes
Picasa
,→Picasa 3
For Limited user accounts, this setting causes it to prompt the user, asking if they want to update.
The automatic update feature can be turned off using Tools → Options → General → Automatic Updates → Don't check for updatesor you can add the following lines after the setup-tag:<source lang="xml"> <install cmd='cmd /c %windir%\regedit.exe /s %YourPicasaPath%\PicasaAutoUpdateOff.reg'/> <upgrade cmd='cmd /c %windir%\regedit.exe /s %YourPicasaPath%\PicasaAutoUpdateOff.reg'/></source>
[HKEY_CURRENT_USER\Software\Google\Picasa\Picasa2\Preferences]
"AutoUpgradeCheck"=dword:00000000
"AutoUpgradeAsk"=dword:00000000
</source>
Because its stored in HKCU you may need to do this for every user.
Alternatives:
:# Changing the Startup Mode of "Google Updater Service"
:#:sc config gusvc start= disabled
:# Uninstall "Google Updater Service" view details here: [http://www.internetbestsecrets.com/2008/04/google-updater-service.html]
:#:pushd "%ProgramFiles%\Google\Common\Google Updater" & GoogleUpdaterService /UnregServer & popd
== Picasa 2 ==