http://bugs.winehq.org/show_bug.cgi?id=24196
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #6 from Austin English austinenglish@gmail.com 2013-09-11 18:58:05 CDT --- Looking at the +msi,+relay trace, it's failing because it expects the Windows version to be 2003 or later:
0047:trace:msi:ACTION_CustomAction Handling custom action L"CA_Check64OS.3643236F_FC70_11D3_A536_0090278A1BB8" (13 (null) L"This installation package supports only 64-bit version of Advanced Server 2003 or later.")
Setting winecfg to Windows Server 2003 lets it install.
BUT: The MS page says XP 64-bit should work: o 64-bit support: 64-bit CPU support requires the latest 64-bit version of either Windows XP Professional \Windows Server 2003.
I don't have a 64-bit windows XP vm handy to test, so there may be a bug in that it doesn't install in Wine under XP mode. This bug, however, is fixed.
Lastly, I built wine at the mentioned commit (f1398510df7687d36006714b14295833100f8bf5). At that commit, the installer does complete, but there are several crashes before it completes (in ngen.exe). In wine-1.7.1-209-gc191f62, it installs with no crashes. I didn't look further into what commit fixed what issue.