Hi,

event log on a client gives an error message and I can't find out why.
This is the entry in package.xml

<package
                id="pdfcreator"
                name="PDFCreator erzeugt PDF Dokumente"
                revision="1"
                reboot="false"
                priority="6"
        <check type="uninstall" condition="exists" path="PDFCreator" />
        <install cmd='msiexec /i 
\\192.168.2.88\deploy\software\pdfcreator.msi /quiet /passive' />
        <exit code="0" />
        </install>
        </package>

The message on the client says

Ereignistyp:    Informationen
Ereignisquelle:    WSH
Ereigniskategorie:    Keine
Ereigniskennung:    4
Datum:        01.03.2007
Zeit:        13:45:28
Benutzer:        Nicht zutreffend
Computer:    GRI-AK
Beschreibung:
Error parsing xml: Ein Name beginnt mit einem ungültigen Zeichen. (Name 
starts with invalid character)


Ereignistyp:    Informationen
Ereignisquelle:    WSH
Ereigniskategorie:    Keine
Ereigniskennung:    4
Datum:        01.03.2007
Zeit:        13:45:28
Benutzer:        Nicht zutreffend
Computer:    GRI-AK
Beschreibung:
Line      120



Ereignistyp:    Informationen
Ereignisquelle:    WSH
Ereigniskategorie:    Keine
Ereigniskennung:    4
Datum:        01.03.2007
Zeit:        13:45:28
Benutzer:        Nicht zutreffend
Computer:    GRI-AK
Beschreibung:
Linepos   2



Ereignistyp:    Informationen
Ereignisquelle:    WSH
Ereigniskategorie:    Keine
Ereigniskennung:    4
Datum:        01.03.2007
Zeit:        13:45:28
Benutzer:        Nicht zutreffend
Computer:    GRI-AK
Beschreibung:
Filepos   4625


Ereignistyp:    Informationen
Ereignisquelle:    WSH
Ereigniskategorie:    Keine
Ereigniskennung:    4
Datum:        01.03.2007
Zeit:        13:45:28
Benutzer:        Nicht zutreffend
Computer:    GRI-AK
Beschreibung:
srcText       <check type="uninstall" condition="exists" 
path="PDFCreator" />



The mentioned line 120 is "<check type=..."

I can't find anything wrong in that.

regards, Torsten

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
wpkg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wpkg-users

Reply via email to