[Bug 59894] New: MS Office 2007 does no longer accept product key from config file
http://bugs.winehq.org/show_bug.cgi?id=59894 Bug ID: 59894 Summary: MS Office 2007 does no longer accept product key from config file Product: Wine Version: 11.11 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msxml3 Assignee: wine-bugs@list.winehq.org Reporter: ulrich.gemkow@ikr.uni-stuttgart.de Distribution: --- We install MS Office 2007 with a config file which contains a (valid) product key. The config file is an XML-File of the form <Configuration Product="Standard"> <Display Level="full" CompletionNotice="yes" SuppressModal="no" AcceptEula="yes" /> <PIDKEY Value="xxxxxxxxxxxxxxxxxxxxxxxxx" /> <USERNAME Value="xxxxxxxx" /> <COMPANYNAME Value="xxxxxxxxxxxx" /> </Configuration> where "x" are valid entries for our installation. When using this file the install completes without asking the user for this information. This no longer works, MS Office asks for an product key on install (which does not work, maybe because of #58015) A bisect shows that (rather large) patch as culprid: commit c23cbae37a768356ba61294f8a8247d0eb090f3c (HEAD) Author: Nikolay Sivov <nsivov@codeweavers.com> Date: Mon May 18 20:13:53 2026 +0200 msxml3: Reimplement XPath support without libxml2. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Unfortunately this patch cannot be reverted in the current release. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59894 Ulrich Gemkow <ulrich.gemkow@ikr.uni-stuttgart.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |c23cbae37a768356ba61294f8a8 | |247d0eb090f3c Keywords| |regression -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59894 --- Comment #1 from Rafał Mużyło <galtgendo@o2.pl> --- Thanks for the bisect. Would you mind doing a log run with 'msxml' channel both for the working and the buggy case ? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59894 --- Comment #2 from Ulrich Gemkow <ulrich.gemkow@ikr.uni-stuttgart.de> --- Created attachment 81219 --> http://bugs.winehq.org/attachment.cgi?id=81219 wine logfile with +msxml for the good case -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59894 --- Comment #3 from Ulrich Gemkow <ulrich.gemkow@ikr.uni-stuttgart.de> --- Created attachment 81220 --> http://bugs.winehq.org/attachment.cgi?id=81220 wine logfile with +msxml for the bad case -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59894 --- Comment #4 from Ulrich Gemkow <ulrich.gemkow@ikr.uni-stuttgart.de> --- Sure, thanks for looking into this! I added two log-files with +msxml, one for the good case (wine-11.9) and one for the bad case (wine-11.11.127, git from today). I replaced sensible values with sequences of "x". If this is a problem I will try to find a better solution. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59894 --- Comment #5 from Rafał Mużyło <galtgendo@o2.pl> --- ...so, that was far more chatty than I expected. Not sure if that's the point of the divergence, but in the ok log, there's this bit: 0174:trace:msxml:domdoc_selectSingleNode 01B61CE4, L"//SKU[@Group='130'][@Channe lMin<=709 and @ChannelMax>=709]", 0022BB98. 0174:trace:msxml:create_selection 01D0EC30, L"//SKU[@Group='130'][@ChannelMin<=7 09 and @ChannelMax>=709]", 0022B6D8. 0174:trace:msxml:select_nodes found 1 matches while the failed cases goes: 0174:trace:msxml:domdoc_selectSingleNode 01B6AA2C, L"//SKU[@Group='130'][@Channe lMin<=709 and @ChannelMax>=709]", 0022BB88. 0174:trace:msxml:create_selection 01C448C0, L"//SKU[@Group='130'][@ChannelMin<=7 09 and @ChannelMax>=709]", 0022B6C8. 0174:trace:msxml:select_nodes found 0 matches but likely going further back in the log will be necessary to figure out what's wrong. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59894 --- Comment #6 from Nikolay Sivov <bunglehead@gmail.com> --- (In reply to Ulrich Gemkow from comment #4)
Sure, thanks for looking into this!
I added two log-files with +msxml, one for the good case (wine-11.9) and one for the bad case (wine-11.11.127, git from today).
I replaced sensible values with sequences of "x". If this is a problem I will try to find a better solution.
Thank you. Please check if https://gitlab.winehq.org/wine/wine/-/merge_requests/11222 is enough. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59894 --- Comment #7 from Ulrich Gemkow <ulrich.gemkow@ikr.uni-stuttgart.de> --- Thank you! Applying the patches in this MR solves the problem. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59894 Nikolay Sivov <bunglehead@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |8c4ddb7c15796270ab54f2c96b2 | |b98566f5d0cbe Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #8 from Nikolay Sivov <bunglehead@gmail.com> --- Marking fixed, 8c4ddb7c15796270ab54f2c96b2b98566f5d0cbe. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla