https://bugs.winehq.org/show_bug.cgi?id=36228
--- Comment #1 from Anastasius Focht focht@gmx.net --- Created attachment 48368 --> https://bugs.winehq.org/attachment.cgi?id=48368 WINEDEBUG=+tid,+seh,+loaddll,+process,+msxml,+msgbox wine ./C1K31EN.exe
Hello folks,
attached is the full log.
Relevant part of 'install.xml' file, showing xml structure (for 'requirements' xpath query):
--- snip --- <ibm-portal-composite> <domain-object name="com.ibm.rcp.installmanifest"> <object-data> <install version="8.0.0.20080809.0430"> <installfeature default="true" id="Platform.XPD" required="true" show="false" version="8.0.0.20080809.0430"> <requirements> <feature action="uninstall" id="com.ibm.eswe.preference.feature" match="compatible" url="jar:${installer.root}/updateSite.zip!/" version="6.1.0"/> <feature download-size="2188" id="com.ibm.langware.engine.feature" match="perfect" size="3464" url="jar:${installer.root}/updateSite.zip!/" version="6.1.2.200808010926"/> </requirements> </installfeature> ... </install>
</object-data> </domain-object> </ibm-portal-composite> --- snip ---
Regards