[wpkg-users] How to run a batch-file with wpkg
Malte Starostik
malte at malte.homeip.net
Wed Oct 7 15:56:55 CEST 2009
Am Mittwoch, 7. Oktober 2009 15:37:50 schrieb Hans-Werner Friedemann:
> Where???
>
>
>
> -----Ursprüngliche Nachricht-----
> Von: Tomasz Chmielewski [mailto:mangoo at wpkg.org]
> Gesendet: Mittwoch, 7. Oktober 2009 15:14
> An: Hans-Werner Friedemann
> Cc: wpkg-users at lists.wpkg.org
> Betreff: Re: [wpkg-users] How to run a batch-file with wpkg
>
> Hans-Werner Friedemann schrieb:
> > Hi @ all
> >
> > I´ve try to run a batch file with WPKG!
> > There are a lot of Problems!!!
> >
> > First I copy the file into a local directory, then i want to start
> > this file from this location.
> >
> > I get these error-message:
> >
> >
> > "file://server5/WPKG/packages/PixiEasySwitch.xml". Das Zeichen '<'
> > kann in einem Attributwert nicht verwendet werden.
> >
> > This is my Script:
> >
> > <?xml version="1.0" encoding="UTF-8"?>
> >
> > <packages>
> >
> > <package
> > id="PixiEasySwitch"
> > name="PixiEasySwitch 1.1.0.0"
> > revision="1100"
> > priority="90">
> > <check type="file" condition="exists" path="C:\Dokumente und
> > Einstellungen\All Users\Desktop\Pixi EasySwitch 1.1.lnk" />
> > <install cmd='%COMSPEC% /c copy /y /v
> > "%SOFTWARE%\PixiEasySwitch\Pixi EasySwitch 1.1.exe" C:\pixi\' />
> > <install cmd='%COMSPEC% /c copy /y /v
> > "%SOFTWARE%\PixiEasySwitch\Pixi EasySwitch 1.1.lnk" C:\pixi\' />
> > <install cmd='%COMSPEC% /c copy /y /v
> > "%SOFTWARE%\PixiEasySwitch\CreateDesktopIcon.bat" C:\pixi\' />
> > <install cmd='%COMSPEC% /c "C:\pixi\CreateDesktopIcon.bat" />
>
> You have a syntax error in the above line.
Match the quotes.
More information about the wpkg-users
mailing list