Educational Software Thread, Picasa silent install/MSI or equivalent in Technical; Hi,
Our new scheme of work for ICT calls for Picasa to be used.
Now i cant find an MSI ...
-
16th September 2012, 10:05 PM #1 Picasa silent install/MSI or equivalent
Hi,
Our new scheme of work for ICT calls for Picasa to be used.
Now i cant find an MSI and looks like there isnt one. I've not had much luck with Silent Installs but will give it a try if someone can help.
Otherwise, can someone recommend a program (free!) that is as close to Picasa as possible. I haven't read what exactly it wants to be done with the photos.
Thanks!
-
-
IDG Tech News
-
16th September 2012, 10:15 PM #2 Anything wrong with using the exe?
Code:
picasa39-setup.exe /S /L
Steve
-
-
17th September 2012, 09:01 AM #3 Oh i tried this....its more something wrong with me i imagine! lol Will try again!
-
-
17th September 2012, 11:26 AM #4 Worked fine here
One thing i did notice is it needs caps, won't accept lowercase for some reason.
Steve
-
-
17th September 2012, 11:43 AM #5 Ooh..what needs caps?
I can get the damn thing to run from the bat but when i get my vbs to call it during login nothing happens. Probably doing something daft but not with it today!
-
-
17th September 2012, 11:45 AM #6 
Originally Posted by
Little-Miss
Ooh..what needs caps?
I can get the damn thing to run from the bat but when i get my vbs to call it during login nothing happens. Probably doing something daft but not with it today!
Code:
picasa39-setup.exe /S /L
^ S/L needs to be caps it seems
Just running it cmd prompt currently, not using vbs. Still not working for you?
Steve
-
-
17th September 2012, 11:48 AM #7 nah, i copied and pasted exactly what you wrote.
The script works, just not when called via VBS it seems..
-
-
17th September 2012, 11:59 AM #8 then why not run it as a batch file?
something like
@echo off
rem check if exists in program files
if exist c:\program files\google\picasa\picasa.exe goto _end
rem check if exists in program files x86
if exist c:\program files (x86)\google\picasa\picasa.exe goto _end
rem installer
picasa39-setup.exe /S /L
:_end
-
Thanks to sted from:
Little-Miss (17th September 2012)
-
17th September 2012, 11:59 AM #9
'picasa39-setup.exe' is not recognised as an internal or external command, operable program or batch file
That will be why then..
now im stumped lol!
-
-
17th September 2012, 12:03 PM #10 
Originally Posted by
Little-Miss
That will be why then..
now im stumped lol!
have you put the full patch infront of 'picasa39-setup.exe' so something like (and "" possibly needed due to filename length or at least wont harm) "\\server\packages$\google\picassa\29\picasa39-setup.exe"
-
-
17th September 2012, 12:38 PM #11 Ah, ok...now it asks me for admin password. How does one bypass this...
-
-
17th September 2012, 12:48 PM #12 Hmm could also do with a "dont install if already there" in the batch...
-
-
17th September 2012, 12:57 PM #13 Combing @sted suggestions would give ...
Code:
@echo off
rem check if exists in program files
if exist c:\program files\google\picasa\picasa.exe goto _end
rem check if exists in program files x86
if exist c:\program files (x86)\google\picasa\picasa.exe goto _end
rem installer
"\\server\path$\picasa39-setup.exe /S /L"
:_end
which when run as a batch file in the startup script, shouldn't need any admin rights ..
I essentially use the same command here, just run via WPKG instead ..
-
Thanks to soveryapt from:
Little-Miss (17th September 2012)
-
17th September 2012, 02:05 PM #14 
Originally Posted by
Little-Miss
Ah, ok...now it asks me for admin password. How does one bypass this...
if you run it as a login script it runs with that usrs credentials startup scrips run as admin
-
Thanks to sted from:
Little-Miss (17th September 2012)
SHARE: 
Similar Threads
-
By MattHarwood in forum AV and Multimedia Related
Replies: 9
Last Post: 2nd October 2012, 01:01 PM
-
By TechSupp in forum Office Software
Replies: 10
Last Post: 30th May 2012, 11:16 AM
-
By rocknrollstar in forum Windows
Replies: 3
Last Post: 26th November 2011, 10:49 AM
-
By oalcock in forum Windows
Replies: 7
Last Post: 30th July 2010, 04:07 PM
-
By Ste_Harve in forum Windows
Replies: 2
Last Post: 2nd May 2006, 11:52 AM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules