Jump to content

Recommended Posts

Posted

OK folks, here's a fantastic image cataloging and processing app, now free from Google:

http://www.picasa.com/

I am really impressed with it, and I want to include it in all my standard setups. Anyone take a look at it yet and figure out how to do a silent install? What about its options?

Thanks in advance,

JP


Posted

Use /S

It is a nullsoft install. The unattended guide has more information. Have not tried it with an unattended install yet, but it seems it work.

I also agree the new 2.0 version is great. Will be dumping thumbsplus for now.

Enjoy!

Posted

Just tried it...While the install portion was silent Picasa launched after the install was complete. It did not stop my other installs from completing so if a command cannot be found to stop that, you could probably just kill the process.

Posted

Right you are. I have that same problem when I install Active Ports, I have to add the following line right under the ECHO for the install. The catch is that it is opening 4 identical windows with the program shortcuts in it. It took me a bit to figure out that the shell never comes up during the app install stages of the build, so it doesn't hurt anything to stop explorer.exe

"taskkill.exe /F /IM explorer.exe"

Hope that helps, and yes Picasa is the absolute bomb! Hats off to Google for listening to and understanding the end users wants, needs and loves.

Have a great day!

Posted

MCT,

What settings did you use to prevent picasa from loading after install? So far this is what I am using but it still pops up after I install silent.

reg add HKCU\Software\Google\Picasa\Picasa2\Preferences\HotFolders /v 0 /d "%USERPROFILE%\My Documents\My Pictures\\" /f
reg add HKCU\Software\Google\Picasa\Picasa2\Preferences\HotFolders /v 1 /d "%USERPROFILE%\My Documents\\" /f
reg add HKCU\Software\Google\Picasa\Picasa2\Preferences\HotFolders /v 2 /d "%USERPROFILE%\Desktop\\" /f

Dennis

  • 3 weeks later...
Posted

Here's a registry tweak I developed to apply after silent install - it removes the Picasa Media Taskbar app:

REGEDIT4

;Delete NeroCheck, QTTask & WinAmp Agent from startup group
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"NeroFilterCheck"=-
"QuickTime Task"=-
"WinampAgent"=-
"nwiz"=-
"NvMediaCenter"=-
"igfxtray"=-
"SunJavaUpdateSched"=-
"Picasa Media Detector"=-
"DVDLauncher"=-

I've got some other stuff in there too, but you can take out what you don't want.

JP

Posted

Hey,

I used autoit to build a silent install executable. It works for me, very primitive, inelegant and ugly but it works. This works for my version of picasa2 which is 1877. If it doesn't work for you please try to figure out autoit (do a search).

Just save the file to the same dir as the picasa install(which has to be named "picasa2-setup-1877.exe" ).

Cheers.

picasa2setup.exe

Posted
/S is not allowing unattended.  Try again.

in your %ProgramFiles%\Picasa2 there is a hidden "setup.exe" (2,96 MB), use it with /S instead of picasa2-setup-1884.exe

start /wait setup.exe /S
taskkill.exe /F /IM Picasa2.exe
taskkill.exe /F /IM PicasaMediaDetector.exe

Posted

I don't know about the setup.exe in the programfiles, but I use the extracted exe in my %temp% folder when I run the original installer. I guess their're just about the same. And it's smaller than the original.

Posted
I don't know about the setup.exe in the programfiles, but I use the extracted exe in my %temp% folder when I run the original installer.  I guess their're just about the same.  And it's smaller than the original.

right

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