Hi, wpkgExpress related questions should probably posted on the wpkgExpress Mailing List at wpkgexpress-support at googlegroups.com Looking at your XML, you have just a simple syntactic error. The </install> tag should come before the <remove...> tag. Cheers, Michael On 06/01/2010 05:31 PM, Alexandros Gougousoudis wrote: > Hi, > > I installed wpkgExpress (v1.0-r12)on my Lenny, so far so good. But when > I try to import my packages.xml I get the error: > > Uploaded Packages failed to pass XSD schema validation > Errors > > * Element 'remove': This element is not expected. (line 15) > > > The first lines of my packages.xml are: > > <?xml version="1.0" encoding="UTF-8"?> > <packages> > > <package id="winup" name="Windows-Update" priority="1" reboot="false" > revision="3"> > <check condition="equals" > path="HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\WUServer" > type="registry" value="http://wsus.verwaltung.kh-berlin.de"></check> > <install cmd="\\physalis\wpkg\files\dist\wsus\install-wsus.bat"> > <exit code="0"></exit> > </install> > </package> > > <package id="no_usbstor" name="Disable USB Storage" priority="1" > reboot="false" revision="1"> > <check condition="equals" > path="HKLM\SYSTEM\CurrentControlSet\Services\USBSTOR\Start" > type="registry" value="4"></check> > <install > cmd="\\physalis\wpkg\files\dist\no_usbstor\install-no_usbstor.bat"> > <exit code="0"></exit> > <remove > cmd="\\physalis\wpkg\files\dist\yes_usbstor\install-yes_usbstor.bat"></remove> > > </install> > </package> > > [...] > > So I think it has problems with > > <remove > cmd="\\physalis\wpkg\files\dist\yes_usbstor\install-yes_usbstor.bat"></remove> > > > Hm, has the remove command been changed? What am I doing wrong? > > Thx > Alex > > > ------------------------------------------------------------------------- > wpkg-users mailing list archives >> > http://lists.wpkg.org/pipermail/wpkg-users/ > _______________________________________________ > wpkg-users mailing list > wpkg-users at lists.wpkg.org > http://lists.wpkg.org/mailman/listinfo/wpkg-users > -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4086 bytes Desc: S/MIME Cryptographic Signature URL: <http://lists.wpkg.org/pipermail/wpkg-users/attachments/20100601/8a063f2c/attachment.bin> |