[wpkg-users] Problems
Jens Geile
jens.geile at mzbs.de
Fri Apr 27 00:39:13 CEST 2007
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:
<package id="test" name="test" revision="4" priority="100" reboot="false" notify="false" execute="always">
<Install cmd='cmd /c echo foo >> c:\test.txt' />
<Install cmd='cmd /c del /q /s "c:\test.txt"' />
</package>
It becomes this in wpkg.xml in %windir%\system32\wpkg.xml:
<package id="test" name="test" revision="4" priority="100" reboot="false" notify="false" execute="always">
<Install cmd="cmd /c echo foo >> c:\test.txt"/>
<Install cmd="cmd /c del /q /s "c:\test.txt""/>
</package>
As you can see the >> becomes >> and the " become " which of course totally fucks up the execution of those install commands.
I'm using WPKG 0.9.11-test1 and WPKG-Installer 0.91...
Since this is pretty urgent I'd appreciate a fast answer with a solution or if needed, a patch to fix this problem.
Thanks in advance,
-
jens
wpkg-users mailing list
wpkg-users at lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users
More information about the wpkg-users
mailing list