Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Picasa 3

Featured Replies

Picasa 3 is simply incredible. So good, that it's replacing XnView as my default image viewer.

Does anyone know silent install instructions to get file types registered as well? Where are all the settings stored for the program?

Does anyone know silent install instructions to get file types registered as well? Where are all the settings stored for the program?

Settings are stored in registry

[HKEY_CURRENT_USER\Software\Google\Picasa]
[HKEY_LOCAL_MACHINE\SOFTWARE\Google\Picasa]

Configure Picasa, export what you want from registry and run installation with a .cmd file:

@echo off
start /wait picasa3-setup.exe /S
ping -n 02 127.0.0.1>nul
taskkill /f /im Picasa3.exe
start /wait regedit /s Settings.reg
exit

  • 2 weeks later...
Does anyone know silent install instructions to get file types registered as well? Where are all the settings stored for the program?

Settings are stored in registry

[HKEY_CURRENT_USER\Software\Google\Picasa]
[HKEY_LOCAL_MACHINE\SOFTWARE\Google\Picasa]

Configure Picasa, export what you want from registry and run installation with a .cmd file:

@echo off
start /wait picasa3-setup.exe /S
ping -n 02 127.0.0.1>nul
taskkill /f /im Picasa3.exe
start /wait regedit /s Settings.reg
exit

can you elaborate a little more on this. some of us are newbies to this and would benefit. i.e. "configure Picasa: do you mean install it completely on a test pc first, then export etc. or is the code above what we actually use

thanks very much

Edited by brute force

In order to use most of application settings, you will need to install it and configure it the way you want. Then you search for the place where the settings are stored (the registry in many cases).

So, install it, configure it and then look at those registry entries to see what you want to export.

In order to use most of application settings, you will need to install it and configure it the way you want. Then you search for the place where the settings are stored (the registry in many cases).

So, install it, configure it and then look at those registry entries to see what you want to export.

didnt know that. great. ill try it. one question: when you export, do you use the actual export as a cmd file. thanks for the explanation

You import .REG registry files using this inside a CMD file:

REGEDIT /S PATH\REGFILE.REG

REGEDIT /S C:\registry.reg

  • 2 months later...

Hi guys!

Nice viewer indeed, since v2

Well, here switches to try, founded when parsing installer code.

picasa3-setup.exe /S /L

/L seems to desactivate automatic launch of picasa.

Give a try and tell me ^^

Hi guys!

Nice viewer indeed, since v2

Well, here switches to try, founded when parsing installer code.

picasa3-setup.exe /S /L

/L seems to desactivate automatic launch of picasa.

Give a try and tell me ^^

Yeah! It works.

Hey everyone,

please note that the s in /S has to be in capitals.

i tried with lowercase and nothing happenned, just same install screen.

/L works great too.

hope this helps

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.