Sammy20 Posted September 20, 2008 Posted September 20, 2008 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?
radix Posted September 20, 2008 Posted September 20, 2008 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 offstart /wait picasa3-setup.exe /Sping -n 02 127.0.0.1>nultaskkill /f /im Picasa3.exestart /wait regedit /s Settings.regexit
brute force Posted October 3, 2008 Posted October 3, 2008 (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 offstart /wait picasa3-setup.exe /Sping -n 02 127.0.0.1>nultaskkill /f /im Picasa3.exestart /wait regedit /s Settings.regexitcan 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 usethanks very much Edited October 3, 2008 by brute force
ajua Posted October 3, 2008 Posted October 3, 2008 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.
brute force Posted October 3, 2008 Posted October 3, 2008 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
ajua Posted October 3, 2008 Posted October 3, 2008 You import .REG registry files using this inside a CMD file:REGEDIT /S PATH\REGFILE.REGREGEDIT /S C:\registry.reg
TailS_tff Posted December 17, 2008 Posted December 17, 2008 Hi guys!Nice viewer indeed, since v2Well, 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 ^^
AYiU Posted December 20, 2008 Posted December 20, 2008 Hi guys!Nice viewer indeed, since v2Well, 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.
jmurphy777 Posted December 22, 2008 Posted December 22, 2008 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
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now