Little-Miss Posted September 16, 2012 Posted September 16, 2012 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!
Steve21 Posted September 16, 2012 Posted September 16, 2012 Anything wrong with using the exe? picasa39-setup.exe /S /L Steve
Little-Miss Posted September 17, 2012 Author Posted September 17, 2012 Oh i tried this....its more something wrong with me i imagine! lol Will try again!
Steve21 Posted September 17, 2012 Posted September 17, 2012 Worked fine here One thing i did notice is it needs caps, won't accept lowercase for some reason. Steve
Little-Miss Posted September 17, 2012 Author Posted September 17, 2012 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!
Steve21 Posted September 17, 2012 Posted September 17, 2012 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! 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
Little-Miss Posted September 17, 2012 Author Posted September 17, 2012 nah, i copied and pasted exactly what you wrote. The script works, just not when called via VBS it seems..
sted Posted September 17, 2012 Posted September 17, 2012 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 1
Little-Miss Posted September 17, 2012 Author Posted September 17, 2012 '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!
sted Posted September 17, 2012 Posted September 17, 2012 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"
Little-Miss Posted September 17, 2012 Author Posted September 17, 2012 Ah, ok...now it asks me for admin password. How does one bypass this...
Little-Miss Posted September 17, 2012 Author Posted September 17, 2012 Hmm could also do with a "dont install if already there" in the batch...
soveryapt Posted September 17, 2012 Posted September 17, 2012 Combing @sted suggestions would give ... @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 .. 1
sted Posted September 17, 2012 Posted September 17, 2012 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 1
Michael Posted January 12, 2016 Posted January 12, 2016 I know this is an old discussion, but I've found an easy way to create an MSI from Picasa 3.9. Download Picasa 3.9 here Download Exe to MSI Converter Free here Specify the switches: /S /L Deploy with Group Policy, works perfectly
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now