Re: [wpkg-users] Can WPKG install packages while user is at desktop - Lets move on the 2nd problem

2008-03-27 Thread Steve Handy
Adam I meant not Andrew From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Handy Sent: Thursday, March 27, 2008 3:10 PM To: 'Adam Williams' Cc: 'wpkg-users@lists.wpkg.org' Subject: Re: [wpkg-users] Can WPKG install packages while user is at desktop -

Re: [wpkg-users] Can WPKG install packages while user is at desktop - Lets move on the 2nd problem

2008-03-27 Thread Steve Handy
g.org' Subject: Re: [wpkg-users] Can WPKG install packages while user is at desktop - Lets move on the 2nd problem did you add the /synchronize /quiet flags? Steve Handy wrote: Well I uninstalled the Firefox, rebooted the computer, and then disconnected the network cable to prevent

Re: [wpkg-users] Can WPKG install packages while user is at desktop - Lets move on the 2nd problem

2008-03-26 Thread Adam Williams
Handy Cc: 'Adam Williams'; 'wpkg-users@lists.wpkg.org' Subject: Re: [wpkg-users] Can WPKG install packages while user is at desktop - Lets move on the 2nd problem Hi Steve, Steve Handy wrote: One more thing though. Why is it that when I uninstall the firefox, and then

Re: [wpkg-users] Can WPKG install packages while user is at desktop - Lets move on the 2nd problem

2008-03-26 Thread Steve Handy
.org' Subject: Re: [wpkg-users] Can WPKG install packages while user is at desktop - Lets move on the 2nd problem Hi Steve, Steve Handy wrote: > One more thing though. Why is it that when I uninstall the firefox, and then > run the cscript \\ /sync.., the program doesn't inst

Re: [wpkg-users] Can WPKG install packages while user is at desktop - Lets move on the 2nd problem

2008-03-26 Thread Rainer Meier
Hi Steve, Steve Handy wrote: > One more thing though. Why is it that when I uninstall the firefox, and then > run the cscript \\ /sync.., the program doesn't install. As written already many times either you used execute="once" or the checks still evaluated true. In case (parts) of an appli

Re: [wpkg-users] Can WPKG install packages while user is at desktop - Lets move on the 2nd problem

2008-03-26 Thread Steve Handy
.wpkg.org' Subject: Re: [wpkg-users] Can WPKG install packages while user is at desktop Hi Steve, Steve Handy wrote: > Assuming this is true I need a way to eliminate the incrementing feature Please see my answer to Adam regarding this. You don't need to increment the version to ma

Re: [wpkg-users] Can WPKG install packages while user is at desktop

2008-03-26 Thread Rainer Meier
Hi Steve, Steve Handy wrote: > Assuming this is true I need a way to eliminate the incrementing feature Please see my answer to Adam regarding this. You don't need to increment the version to make sure a package is verified/re-installed. Just define appropriate checks and do _NOT_ use execute="

Re: [wpkg-users] Can WPKG install packages while user is at desktop

2008-03-26 Thread Rainer Meier
Hi Adam, > My understanding is that even with execute="once", when the revision > is incremented, it will rerun the check/install/upgrade. am I > mistaken? What do you mean by "it will return". Let me explain the 1.0+ algorithm regarding this: If execute="once" is set: - if the package is no

Re: [wpkg-users] Can WPKG install packages while user is at desktop

2008-03-26 Thread Rainer Meier
Hi Adam Adam Williams wrote: > execute="always" ? This will force the package to be re-installed ALWAYS - no matter if that version (or any other) is already installed. This is not recommended. I use it only for one single package - the WPKG XML backup to copy the local wpkg.xml to a network

Re: [wpkg-users] Can WPKG install packages while user is at desktop

2008-03-26 Thread Adam Williams
execute="always" ? Steve Handy wrote: > Assuming this is true I need a way to eliminate the incrementing feature > > - Do you use WPKG? Tell us how! >> http://wpkg.org/Testimonials _

Re: [wpkg-users] Can WPKG install packages while user is at desktop

2008-03-26 Thread Rainer Meier
Hi Steve Steve Handy wrote: > I have tried it already. Here is what I did > > 1) I executed the command cscript \\Store1\WPKG\wkpg.js /sync from > the run box. OK, this makes sure all software defined for the used profile is actually installed. > 2) the program installed on to the co

Re: [wpkg-users] Can WPKG install packages while user is at desktop

2008-03-26 Thread Steve Handy
KG install packages while user is at desktop Rainer Meier wrote: > > When I look at the XML definition there is one single check: > path="%programfiles%\mozilla.org\SeaMonkey\seamonkey.exe" /> > > So if seamonkey.exe does not exist, then the package is re-install

Re: [wpkg-users] Can WPKG install packages while user is at desktop

2008-03-26 Thread Steve Handy
7;; 'wpkg-users@lists.wpkg.org' Subject: Re: [wpkg-users] Can WPKG install packages while user is at desktop Hi Steve, Steve Handy wrote: > Well I used something different. Here it is: > > id="firefox" > name="Mozilla Firefox 2.0" >

Re: [wpkg-users] Can WPKG install packages while user is at desktop

2008-03-26 Thread Adam Williams
Rainer Meier wrote: > > When I look at the XML definition there is one single check: > path="%programfiles%\mozilla.org\SeaMonkey\seamonkey.exe" /> > > So if seamonkey.exe does not exist, then the package is re-installed. > Or I should write "it _would_ be reinstalled". It is not because the >

Re: [wpkg-users] Can WPKG install packages while user is at desktop

2008-03-26 Thread Rainer Meier
Hi Steve, Steve Handy wrote: > Well I used something different. Here it is: > > id="firefox" > name="Mozilla Firefox 2.0" > revision="20014" > reboot="false" > priority="10"> > > >/> > > > > > > > > > > > > > > Now the revi

Re: [wpkg-users] Can WPKG install packages while user is at desktop

2008-03-26 Thread Steve Handy
not occur, or am I wrong) -Original Message- From: Rainer Meier [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2008 2:33 PM To: Steve Handy Cc: 'Adam Williams'; 'wpkg-users@lists.wpkg.org' Subject: Re: [wpkg-users] Can WPKG install packages while user is at desk

Re: [wpkg-users] Can WPKG install packages while user is at desktop

2008-03-26 Thread Rainer Meier
Hi Steve, > I used the Firefox xml from the site. It worked twice but I had to > increment revision by 1 each time I unistalled the Mozilla firefox to > test it. > > > > So does this mean each time the revision has to be incremented. If so, > then how can I automate this process. When ihav

Re: [wpkg-users] Can WPKG install packages while user is at desktop

2008-03-26 Thread Steve Handy
file going to be incremented? Thanks From: Adam Williams [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2008 11:18 AM To: Steve Handy Cc: 'wpkg-users@lists.wpkg.org' Subject: Re: [wpkg-users] Can WPKG install packages while user is at desktop in your packages.xml if its alrea

Re: [wpkg-users] Can WPKG install packages while user is at desktop

2008-03-26 Thread Rainer Meier
Hi both, First of all the package should contain some checks. The package below checks for existence of the seamonkey.exe file. If it does not exist, then WPKG will re-install the package (at least 1.0+ versions of WPKG). Sure you need to run the wpkg.js script using a user which has belongs t

Re: [wpkg-users] Can WPKG install packages while user is at desktop

2008-03-26 Thread Adam Williams
aking of the account logged into the system I am executing the command on? Don't know what you mean by increment by 1. *From:* Adam Williams [mailto:[EMAIL PROTECTED] *Sent:* Wednesday, March 26, 2008 11:10 AM *To:* Steve Handy *Cc:* 'wpkg-users@lists.wpkg.org' *Subject:* Re:

Re: [wpkg-users] Can WPKG install packages while user is at desktop

2008-03-26 Thread Steve Handy
iams [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2008 10:42 AM To: Steve Handy Cc: 'wpkg-users@lists.wpkg.org<mailto:wpkg-users@lists.wpkg.org>' Subject: Re: [wpkg-users] Can WPKG install packages while user is at desktop in XP SP2: start, run, control panel (in classic view

Re: [wpkg-users] Can WPKG install packages while user is at desktop

2008-03-26 Thread Adam Williams
March 26, 2008 10:42 AM *To:* Steve Handy *Cc:* 'wpkg-users@lists.wpkg.org' *Subject:* Re: [wpkg-users] Can WPKG install packages while user is at desktop in XP SP2: start, run, control panel (in classic view), scheduled tasks, 2x click on add scheduled task, hit next. i use th

Re: [wpkg-users] Can WPKG install packages while user is at desktop

2008-03-26 Thread Steve Handy
To: Steve Handy Cc: wpkg-users@lists.wpkg.org<mailto:wpkg-users@lists.wpkg.org> <mailto:wpkg-users@lists.wpkg.org> Sent: Wed Mar 26 10:30:29 2008 Subject: Re: [wpkg-users] Can WPKG install packages while user is at desktop sure, set it as a scheduled task in the control panel St

Re: [wpkg-users] Can WPKG install packages while user is at desktop

2008-03-26 Thread Adam Williams
[wpkg-users] Can WPKG install packages while user is at desktop sure, set it as a scheduled task in the control panel Stevester wrote: Can WPKG install software while a user is logged into and working from their desktop instead of when a user machine is booting up? This would help tremendously

Re: [wpkg-users] Can WPKG install packages while user is at desktop

2008-03-26 Thread Steve Handy
What am I setting? Can you be a little more specfic? - Original Message - From: Adam Williams <[EMAIL PROTECTED]> To: Steve Handy Cc: wpkg-users@lists.wpkg.org Sent: Wed Mar 26 10:30:29 2008 Subject: Re: [wpkg-users] Can WPKG install packages while user is at desktop sure, set i

Re: [wpkg-users] Can WPKG install packages while user is at desktop

2008-03-26 Thread Adam Williams
sure, set it as a scheduled task in the control panel Stevester wrote: > Can WPKG install software while a user is logged into and working from their > desktop instead of when a user machine is booting up? This would help > tremendously when a user doesnt have a network connection on a initial boo

[wpkg-users] Can WPKG install packages while user is at desktop

2008-03-26 Thread Stevester
Can WPKG install software while a user is logged into and working from their desktop instead of when a user machine is booting up? This would help tremendously when a user doesnt have a network connection on a initial boot. Thanks Steve Handy -- View this message in context: http://www.nabbl