Changes

FAQ

12 bytes added, 19:30, 19 October 2005
m
no edit summary
== How can I script installation of packages if they can't be installed quietly, without user intervention? ==
There are some ways to do it. You can find a good description and a handful of examples on this page.
== Is there a GUI for WPKG? ==
Not at the moment. But we plan to build a http backend. Check [[Web_interface|this page]] for details.
== I modified WPKG a bit and added a feature. Can I contribute it? ==
Sure! Don't hesitate to inform us - if you want to contribute to development of WPKG, join the [[Support|mailing list]] and let us know!
== Do you have any examples of how to setup installing/uninstalling of programs using WPKG? ==
There are basic examples in the WPGK package if you download it. Below - some more examples.
== I'm getting "Unable to load specified XML document from \\server\wpkg\packages.xml" error. But packages.xml is there! ==
If you already checked that this file is really there, check this file for errors / typos. A common error could be missing quotation-marks ( " ), or if they are in a wrong place, or if there are two of them in a place only one is needed, or...
== Your examples use a server with WPKG share accessible by everybody. My server is password protected or is a Domain Controller and I can't access it without first logging to it. How can I configure WPKG to access a username/password protected share? ==
This is an advanced setup, and somehow unsecure (keeping passwords in plain files) - think of it as just an idea.