Re: [wpkg-users] User initiated runs of WPKG

2012-10-10 Thread heiko . helmle
> > I've been trying to figure out a way to allow end users to trigger > WPKG to run when it is convenient to them. Ideally we could setup a > shortcut on everyone's Start menu so that they could click "Install > Updates" which would start wpkg.js. The issue I'm having with > implementing this

Re: [wpkg-users] Figuring out check type

2012-10-10 Thread Stefan Pendl
Am 10.10.2012 23:45, schrieb Donny Brooks: I am having a problem with a number of my packages constantly reinstalling themselves on every reboot. I am finally getting around to checking out the issue. In my search it appears I may be using the "check type" variable incorrectly . Here is one of

[wpkg-users] Silent install of Thunderbird plugin

2012-10-10 Thread Donny Brooks
I am trying to figure out how to get Thunderbird to silently install a plugin. I only need it to run once as the plugin I am trying to install is the SOGo integrator. After the initial install it should be able to update itself after that. I have tried the "version 4 or later" section on the wik

[wpkg-users] Figuring out check type

2012-10-10 Thread Donny Brooks
I am having a problem with a number of my packages constantly reinstalling themselves on every reboot. I am finally getting around to checking out the issue. In my search it appears I may be using the "check type" variable incorrectly . Here is one of the packages that is giving me fits:

Re: [wpkg-users] Windows 7 Home

2012-10-10 Thread Stefan Pendl
Am 10.10.2012 14:13, schrieb Rainer Meier: Hi, On 10.10.2012 13:46, Krzysztof Gibas wrote: Is there wpkg-client source available anywhere? Check on Sourceforge: SVN: The latest sourc

Re: [wpkg-users] User initiated runs of WPKG

2012-10-10 Thread Rainer Meier
Hi Andrew, On 10.10.2012 20:05, Andrew Struiksma wrote: I've been doing some research on SubInACL.exe and it appears to be designed for use with Win XP/Server 2003. The recommendations I saw on the forums was to migrate to icacls.exe. Do you have any info on this? Well yes, it might be advised

Re: [wpkg-users] User initiated runs of WPKG

2012-10-10 Thread Andrew Struiksma
Thanks for the info, Rainer. I have some questions below: On Wed, Oct 10, 2012 at 10:34 AM, Rainer Meier wrote: > > Hi Andrew, > > On 10.10.2012 18:56, Andrew Struiksma wrote: > > Has anyone figured out a way to allow users to > > trigger wpkg.js with elevated privileges? > > You can use WPKG cli

Re: [wpkg-users] User initiated runs of WPKG

2012-10-10 Thread Rainer Meier
Hi Andrew, On 10.10.2012 18:56, Andrew Struiksma wrote: I've been trying to figure out a way to allow end users to trigger WPKG to run when it is convenient to them. Ideally we could setup a shortcut on everyone's Start menu so that they could click "Install Updates" which would start wpkg.js. T

Re: [wpkg-users] User initiated runs of WPKG

2012-10-10 Thread Lonney
You could set it up as a scheduled task (configured with an admin account), assuming you can make a shortcut to run the task on demand that could work? Another way is to use the runas.exe command, but your user/pass will be clear text in the script. I'm using WPKG-GP, if anything needs to be updat

[wpkg-users] User initiated runs of WPKG

2012-10-10 Thread Andrew Struiksma
I've been trying to figure out a way to allow end users to trigger WPKG to run when it is convenient to them. Ideally we could setup a shortcut on everyone's Start menu so that they could click "Install Updates" which would start wpkg.js. The issue I'm having with implementing this is that end user

Re: [wpkg-users] Windows 7 Home

2012-10-10 Thread Rainer Meier
Hi, On 10.10.2012 13:46, Krzysztof Gibas wrote: Is there wpkg-client source available anywhere? Check on Sourceforge: SVN: br, Rainer ---

Re: [wpkg-users] Windows 7 Home

2012-10-10 Thread Krzysztof Gibas
Is there wpkg-client source available anywhere? - wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/ ___ wpkg-users mailing list wpkg-users@lists.wpkg.or

Re: [wpkg-users] RFC: WMI checks

2012-10-10 Thread Malte Starostik
Hello Rainer, Am Mittwoch, 10. Oktober 2012, 08:29:31 schrieb Rainer Meier: > > > path="Win32_QuickFixEngineering.HotFixID='KB976902',ServicePackInEffect='' > > "/> > > > > One obvious enhancement would be to a "condition" that allows for "path" > > to > > contain a complete WQL query. But befor