http://bugs.winehq.org/show_bug.cgi?id=8945 --- Comment #8 from Anastasius Focht <focht(a)gmx.net> 2007-09-28 15:43:25 --- Created an attachment (id=8267) --> (http://bugs.winehq.org/attachment.cgi?id=8267) Adobe CS3 custom action trace, failing to load xml file using msxml3 Hello, well the custom action stuff now goes somewhat further with previous patches but fails in the end. Attached is relevant trace, made with: WINEDEBUG=+seh,+tid,+msi,+msidb,+ole,+urlmon,+msxml,+relay The custom action executes a jscript snippet which parses the xml property file. "MSXML2.DOMDocument.3.0" COM object is successfully instanciated msxml:doread -> urlmon FileProtocol is used to read the xml file into memory
From what I can see in trace: it actually manages to read it from disk. But somehow the msxml domdoc is later released, destroying the document. A bit later, the message "-(Adobe)- Unable to load file: C:\\windows\\temp\\adb443.tmp" is written to msi log.
Somewhat mysterious ... Regards -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.