http://bugzilla.wpkg.org/show_bug.cgi?id=229 Rainer Meier <r.meier at wpkg.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #3 from Rainer Meier <r.meier at wpkg.org> --- Stefan pointed out a very valid idea: This is not a problem of WPKG, but a problem of any XML parser. Change the double hyphens in the commented text and you are fine. For example change: <!-- <install cmd='"%PROGRAMFILES%\WPKG\wpkginst.exe" --SETTINGSFILE=%SOFTWARE%\wpkg\settings.xml' /> --> Into: <!-- <install cmd='"%PROGRAMFILES%\WPKG\wpkginst.exe" -\-SETTINGSFILE=%SOFTWARE%\wpkg\settings.xml' /> --> In fact WPKG is not using its internal parser but rather Microsoft MSXML implementation. Can you check whether changing your comment as suggested by Stefan helps? Meanwhile I am setting this to invalid as it seems to be a common problem with XML parsers and it's out of scope for WPKG. br, Rainer -- Configure bugmail: http://bugzilla.wpkg.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. |