[wpkg-users] Check command

2009-06-11 Thread ds10025
Does the check command behave like a while loop. I'm trying to understand the flow of the script. - wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/ __

Re: [wpkg-users] Check command

2009-06-11 Thread Rainer Meier
Hi ds10025 ds10...@cam.ac.uk wrote: > Does the check command behave like a while loop. > > I'm trying to understand the flow of the script. Like WolframAlpha is used to say... "I am not sure what do do with your input." ;-) Each package can define one or more checks. Checks can be combined usin

Re: [wpkg-users] Open Office 3.1 Installation and upgrade

2009-06-11 Thread heyr...@gmail.com
I resolved...I think, using this: reboot="false" prority="1"> Thanks to everybody. Rick Jindřich Vorlíček ha scritto: Hi, I use this: id="OpenOffice(startup_

Re: [wpkg-users] Check command

2009-06-11 Thread ds10025
Thanks Rainer I'm writing a script for Acrobat reader security updates using examples suplied. It need to look like:- While latest version of Acrobat reader is NOT install Remove old version Install new version Install any patches Endwhile Cobverting this int

Re: [wpkg-users] Check command

2009-06-11 Thread Rainer Meier
Hi, ds10...@cam.ac.uk wrote: > Thanks Rainer > > I'm writing a script for Acrobat reader security updates using examples > suplied. > > It need to look like:- > > While latest version of Acrobat reader is NOT install > Remove old version > Install new version > Ins

[wpkg-users] Accessing WPKG.js from client via HTTP/HTTPS

2009-06-11 Thread jkl.umd
First off, I want to thank the entire WPKG team; you all have created a great tool which has been a huge help. My question: Is there any way to specify an HTTP/HTTPS URL as the path for the WPKG.js file using the client? I've looked through the source for it and it does seem to be UNC path speci

Re: [wpkg-users] Check command

2009-06-11 Thread Rainer Meier
Hi, Please respond to the list as well, so everybody can see your answers and might profit from the open discussions. ds10...@cam.ac.uk wrote: > I think I began to understand what is going on. > > > If I want WPKG to remove old version of Acrobat reader first. I put the > remove command as before