September 20, 200817 yr 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?
September 20, 200817 yr 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
October 3, 200817 yr 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, 200817 yr by brute force
October 3, 200817 yr 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.
October 3, 200817 yr 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
October 3, 200817 yr You import .REG registry files using this inside a CMD file:REGEDIT /S PATH\REGFILE.REGREGEDIT /S C:\registry.reg
December 17, 200817 yr 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 ^^
December 20, 200817 yr 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.
December 22, 200817 yr 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