Re: [wpkg-users] Alpha testers wanted for a simple package priority editor

2009-06-19 Thread simplesi
Rainer Meier wrote: > > So I suggest making it available and add a README.txt to the package where > you > put all your warnings and concerns. Some instructions might be helpful > too. > Instructions will come at much later date - I'm an old style programmer - I don't do documentation :) I've

[wpkg-users] [Bug 163] Typo in package installation message

2009-06-19 Thread bugzilla-daemon
http://bugzilla.wpkg.org/show_bug.cgi?id=163 Rainer Meier changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #2 from Rainer Meier 2

[wpkg-users] [Bug 163] Typo in package installation message

2009-06-19 Thread bugzilla-daemon
http://bugzilla.wpkg.org/show_bug.cgi?id=163 Rainer Meier changed: What|Removed |Added Status|NEW |RESOLVED CC|

Re: [wpkg-users] Alpha testers wanted for a simple package priority editor

2009-06-19 Thread Rainer Meier
Hi Simon, simplesi wrote: > mangoo wrote: >> Any URL to actually download it? >> > > I'll email the download link to anyone who asks for it as I wouldn't want > people to use it and wipe their main wpkg installation with it before I've > found any bugs! > > I've never published a VB project sinc

Re: [wpkg-users] Alpha testers wanted for a simple package priority editor

2009-06-19 Thread simplesi
mangoo wrote: > > Any URL to actually download it? > I'll email the download link to anyone who asks for it as I wouldn't want people to use it and wipe their main wpkg installation with it before I've found any bugs! I've never published a VB project since VB3 days so beware! regards Simon

Re: [wpkg-users] Alpha testers wanted for a simple package priority editor

2009-06-19 Thread Tomasz Chmielewski
simplesi schrieb: I've written a simple tool (in VB 2008) to edit package priorities. I'm looking for some alpha testers who know NOT to use it on a live system. It can easily be tested on a copy of a typical packages folder. Any URL to actually download it? -- Tomasz Chmielewski http://wpk

[wpkg-users] Alpha testers wanted for a simple package priority editor

2009-06-19 Thread simplesi
I've written a simple tool (in VB 2008) to edit package priorities. I'm looking for some alpha testers who know NOT to use it on a live system. It can easily be tested on a copy of a typical packages folder. regards Simon -- View this message in context: http://www.nabble.com/Alpha-testers-w

Re: [wpkg-users] No error reported if no upgrade command specified

2009-06-19 Thread Pendl Stefan
mscdex wrote: >> If you're not afraid of the command line, you can always use xmllint for windows (or linux). It's pretty simple to use, just specify the xml filename and xsd filename and it'll display any errors/warnings. xmllint for windows can be found here: http://www.zlatkovic.com/libxml.en

Re: [wpkg-users] No error reported if no upgrade command specified

2009-06-19 Thread mscdex
If you're not afraid of the command line, you can always use xmllint for windows (or linux). It's pretty simple to use, just specify the xml filename and xsd filename and it'll display any errors/warnings. xmllint for windows can be found here: http://www.zlatkovic.com/libxml.en.html (the actual bi

[wpkg-users] [Bug 163] New: Typo in package installation message

2009-06-19 Thread bugzilla-daemon
http://bugzilla.wpkg.org/show_bug.cgi?id=163 Summary: Typo in package installation message Product: WPKG Version: 1.1.x-M Platform: All OS/Version: All Status: NEW Severity: trivial Priority: P5 Component:

Re: [wpkg-users] No error reported if no upgrade command specified

2009-06-19 Thread Pendl Stefan
Rainer Meier wrote: >> > Good idea - could you recommend one (and a package to deploy it :) ) I know XMLspy seems to be a decent XML editor. However I am personally using eclipse - but eclipse is not the best application to deploy... << -

Re: [wpkg-users] No error reported if no upgrade command specified

2009-06-19 Thread Rainer Meier
Hi Simon, simplesi wrote: > AFAICT the log file doesn't indicate that that my expected update has not > been done - wpkg just updates the wpkg.xml version number as if it had been > sucessful. :( > > I was just hoping for a warning console/debug output message that an upgrade > had been asked for

Re: [wpkg-users] running a task at logoff

2009-06-19 Thread Pendl Stefan
simplesi wrote: >> Pendl Stefan wrote: > > For Windows XP and newer, you can use the TASKKILL utility. > Ta - I've have to lookup how to use it (any examples greatly received :) ) << - The Firefox silent installer is using it

Re: [wpkg-users] No error reported if no upgrade command specified

2009-06-19 Thread Pendl Stefan
simplesi wrote: >> Rainer Meier wrote: > > Using the logs you can always prove if WPKG really executed the commands > you expected or not. > AFAICT the log file doesn't indicate that that my expected update has not been done - wpkg just updates the wpkg.xml version number as if it had been sucess

Re: [wpkg-users] No error reported if no upgrade command specified

2009-06-19 Thread simplesi
Rainer Meier wrote: > > Using the logs you can always prove if WPKG really executed the commands > you expected or not. > AFAICT the log file doesn't indicate that that my expected update has not been done - wpkg just updates the wpkg.xml version number as if it had been sucessful. :( I was j

Re: [wpkg-users] running a task at logoff

2009-06-19 Thread Pendl Stefan
simplesi wrote: >> I run wpkg as a bat file in all users/programs/startup. I run another program in startup (a choose program to choose what network folder to map to a drive letter) and I need to update that program. Unfortunately, since it is running at the same time as wpkg, I can't overwrite

Re: [wpkg-users] running a task at logoff

2009-06-19 Thread simplesi
Pendl Stefan wrote: > > For Windows XP and newer, you can use the TASKKILL utility. > Ta - I've have to lookup how to use it (any examples greatly received :) ) > On the other hand, how about running the AutoIT script from the WPKG > launcher ??? > This way you can make sure they are always

Re: [wpkg-users] running a task at logoff

2009-06-19 Thread Pendl Stefan
simplesi wrote: >> I run wpkg as a bat file in all users/programs/startup. I run another program in startup (a choose program to choose what network folder to map to a drive letter) and I need to update that program. Unfortunately, since it is running at the same time as wpkg, I can't overwrite

[wpkg-users] running a task at logoff

2009-06-19 Thread simplesi
I run wpkg as a bat file in all users/programs/startup. I run another program in startup (a choose program to choose what network folder to map to a drive letter) and I need to update that program. Unfortunately, since it is running at the same time as wpkg, I can't overwrite it using wpkg :) I

Re: [wpkg-users] Installation depend of exist the installationmedium

2009-06-19 Thread Chris Wilcox
> > Hi, > > My Question is: Can I provide software via wpkg depend of "pc can see the > software package or not". > > In this case I have only a simple configuration: software for all ;-) > But only few pc's can see the installation-package via ADS-Group-membership. > > Now my admins can sim

[wpkg-users] Installation depend of exist the installationmedium

2009-06-19 Thread Lichtnau Frank
Hi, My Question is: Can I provide software via wpkg depend of "pc can see the software package or not". In this case I have only a simple configuration: software for all ;-) But only few pc's can see the installation-package via ADS-Group-membership. Now my admins can simple control SW via ADS

[wpkg-users] [Bug 162] Expose the folder containing wpkg.js as an environment variable

2009-06-19 Thread bugzilla-daemon
http://bugzilla.wpkg.org/show_bug.cgi?id=162 --- Comment #3 from Daniel Dehennin 2009-06-19 09:10:23 --- I'm using a similar approach, I define a WPKG variable, the main purpose is to shortcut calls to binary programs which I put in %WPKG%\bin\. Defining automaticall a WPKG_ROOT as path to