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.