Hi,
> Please try WPKG 1.0-rc4 from http://wpkg.org/Download and provide a log file
> with logLevel=0xFF.
Loglevels ... could someone rewrite the help in config.xml? I don't quite
understand it or I'm just too stupid. I tried a few combinations of loglevels
but it always resulted in wpkg not lo
Hi,
> So, you still had the expected behaviour.
> wpkg.js checks if the application is in its "database" (wpkg.xml), and if it
> is, it assumes it is installed.
How about a /recheck parameter? Rainer? :p
I can already see the problems with administrators that remove software through
the control
Hi,
I've been messing around with the new wpkg.js and WPKG Client the past few days
and thought it would be cool if I didn't store the wpkg.xml files on the local
harddrives of the clients but on the server instead. Previously I just copied
the wpkg.xml file at the end of each run to the server
> > I've got a little problem with my xml files and maybe someone knows the
> > solution for this problem...
> > In the config.xml file i wanted to use the following lines:
> > > value="xml.php?pwd=S3kr37&mode=packages" />
> > > value="xml.php?pwd=S3kr37&mode=profiles" />
> >
> Just a guess - d
Hi,
I've got a little problem with my xml files and maybe someone knows the
solution for this problem...
In the config.xml file i wanted to use the following lines:
But when wpkg is trying to parse these parameters it fails with the following
error in the eventlog:
Error parsing xml '\\se
> Anyone knows what AFD is (I'm just heading back home, so I can't check
> it right now)?
Something called "Ancilliary Function Driver for Winsock".
-
SF.Net email is sponsored by: The Future of Linux Business White Paper
fro
> > > I'm using the DHCP configuration file as a database for hosts so I don't
> > > have to enter the hostnames myself but can select them from an already
> > > existing table instead.
> > Using the dhcp conf file is really a good idea. Could it be added to the
> > TODO list, tomasz ? or maybe
Hi,
I've just done a few tests messing with package dependencies and found an error
in the dependency chain handling.
This is how my dependencies chain looks like:
"QuickTime Alternative" depends on "Real Alternative"
"Real Alternative" depends on "PuTTY"
"PuTTY" depends on "Codec Pack"
"Codec
> Why not, insted of making a new web interface, add as a plugin WPKG to
> an existing 'inventory' application, for example GLPI:
The thing is that i already have a server that offers various other services to
its users. Like email, forums, and much more. The webinterface for unattended
and WPKG
> Ok, It's now available here:
> http://joliot-curie.ens-lyon.fr/wpkg/
> [..]
> PS2: If you notice something even bad stuff, you can tell !
Its cool. I'm working on a webinterface for both unattended and WPKG myself at
the moment which is integrated into an existing webinterface offering other
s
forgot to send to the list too ;)
> > And the wpkg installer still runs until it times out :/
> So something must be still running I guess?
> tasklist doesn't show any processes?
cscript.exe and WPKGSrv.exe are still running before i kill the wpkg window
manually.
> You can add a timeout="second
> The easiest would be to write a batch script - so that it exits cleanly:
> uninstall_vlc.exe /S /whatever
> echo
Hmm, did exactly that... "%SOFTWARE%\videolan\uninstall.bat":
"%PROGRAMFILES%\VideoLAN\VLC\uninstall.exe" /S
echo
And the wpkg installer still runs until it times out :/
-
jens
---
> Hmm, I thought every command has to return some exit code.
That's what i thought too...
> So what happens if you run VLC uninstall from cmd.exe, and do "echo
> %errorlevel%" - nothing there at all?
I did a "set errorlevel=23" prior to executing the uninstall command. After
uninstall finished i
Hi,
I've got a little problem installing VideoLAN VLC with WPKG. Actually, its the
uninstall I have problems with, the install is working perfectly fine.
This is my package entry for VLC (in this case its v0.8.4 but I've tested it
with all versions from 0.8.4 up to 0.
> > So it basically boils down to: Could you _please_ make the xml parser
> > case-_IN_sensitive? The XML "definition" says that it doesn't matter how an
> > element is written. You can write "Install", "iNSTALL", "iNsTaLl" and it's
> > all the same.
> Hmm...
> http://www.w3.org/TR/xhtml1/#h-4.2
> The .xml files generated from my database however aren't working at all for
> some reason...
> The all exit with:
>
> Could not install XYZ
> Failed checking after installation
>
> The problem is that I can't find any differences between the handwritten
> packages.xml and the packages.xml gen
> I'm having some serious problems with WPKG here :(
> It seems like WPKG is destroying the packages.xml when it copies it to the
> local machine...
Ok, I take it all back ... my fault. This part is working perfectly fine. The
.xml files generated from my database however aren't working at all fo
Hi,
I'm having some serious problems with WPKG here :(
It seems like WPKG is destroying the packages.xml when it copies it to the
local machine...
While it looks like this on my server:
It becomes this in wpkg.xml in %windir%\system32\wpkg.xml:
As you can see the >> becomes
Hi,
after playing around with WPKG for quite a while now i finally also managed to
get the client installer to work.
But i there are a few things i'd really like to see implemented if its somehow
possible.
It would be nice if there was a way to tell the person sitting in front of the
compute
Hi
After doing some work on a highly specific webfrontend for unattended and wpkg
(sorry, its pretty much not usable for anyone else :/) i now have a need to
grab the .xml files from a specifig location, if possible even from http, since
i don't really want to create the .xml files from the sql
> I am not going to quote the referred webpage again. It works.
> 1. Unpack the extension
Works.
> 2. Copy it to client
Works.
> 3. Put the path into the registry _just as stated in the referred document_
Doesn't really work. See below...
> If i wanted to enlighten you, i would have to copy the
> > > http://developer.mozilla.org/en/docs/Adding_Extensions_using_the_Windows_Registry
> > I read that page and i must say: "What the fuck are those idiots doing?"
> > The documentation is totally useless and either i'm too stupid to follow
> > the incomplete instructions or this just doesn't wo
> It is not file oriented, but install package oriented. It does a check (or
> several checks) in order to determin, whether a program is installed. If one
> of the checks fail, wpkg assumes, that the program is not installed and
> triggers the install command(s). It does not install files as su
> > 1. A field for the download URL where the installer can be downloaded from.
> > Like for Sun Java or other free software that can be downloaded from the
> > internet.
> The ability to install over HTTP as opposed to SMB would be a really
> great advantage
That too. But the idea was to have a
Been a while since I last wrote here but as I'm getting closer to finishing my
"dream-setup" more and more things WPKG lacks pop up.
1. A field for the download URL where the installer can be downloaded from.
Like for Sun Java or other free software that can be downloaded from the
internet.
2.
> > Any suggestions? Objections?
> IMHO too complicated, and it doesn't differ much from separate files for each
> update (but read my other replies to see more reasoning and perhaps a
> solution).
The big advantage is that we can just add new updates under the last one. When
using separate pack
> So... What you're asking for is WSUS ;)
More or less, yes. But I unattended+wpkg is going to run off of a Linux server
and there wont be a Windows server in the network. So WSUS isnt an option.
> It would be interesting to see wpkg modified to do the same thing, but I'm
> not sure if it will w
> One alternative would be to slipstream all of your Office updates into your
> office install point. Not sure if that would be more work or not, but it
> should go faster.
Speed isnt an issue here. The problem is that i want to be able to install
updates _after_ Office was already installed. S
Hi,
been some time since I last had the chance to do some work on my
unattended+wpkg setup but this thing here is really bugging me and I would
_really_ like it to be implemented since it would make things _a lot_ easier
for all of us.
A current package entry would look something like this:
There are some porn links on the Wiki again. -.-
http://www.wpkg.org/wiki/index.php?title=Talk:Main_Page&rcid=262
I suggest that only registered users are allowed to edit the Wiki (if that is
possible). And if possible activate some kind of verification for the
registration (activation code sen
30 matches
Mail list logo