Jump to content

Recommended Posts

Posted

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?


Posted
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...
Posted (edited)
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
Posted

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.

Posted
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

  • 2 months later...
Posted

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 ^^

Posted
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.

Posted

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...