[wpkg-users] wpkg on samba server + windows xp + domain environment + wpkg-gp
Adam Thorn
alt36 at cam.ac.uk
Thu Jul 19 23:51:48 CEST 2012
If your packages.xml file really contains only:
> packages.xml
>
> <package
> id="thunderbird"
> name="Mozilla Thunderbird"
> revision="%version%"
> reboot="false"
> priority="10">
> .
> .
> .
> </package>
then it's wrong. See http://wpkg.org/Packages.xml - you need a root
<packages> element in your XML, i.e.
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package id="foo">...</package>
<package id="bar">...</package>
</packages>
Adam
More information about the wpkg-users
mailing list