http://bugs.winehq.org/show_bug.cgi?id=7189
--- Comment #18 from Anastasius Focht focht@gmx.net 2008-01-31 08:29:08 --- Hello,
I posted some fix for VS.NET 2003 prerequisite installer here: http://bugs.winehq.org/show_bug.cgi?id=8439#c3 (http://bugs.winehq.org/attachment.cgi?id=10544) The same patch is needed in VS.NET 2005 prerequisite installer too, it fixes the detection of MSXML 6.x component.
--- snip installer msi log --- [01/25/08,14:39:55] MSXML 6.0 Parser [01/25/08,14:39:55] This component uses the MsiVersionCheck version check method. It will validate a Windows Installer app on your machine. [01/25/08,14:39:55] MSI Update Code: {1B117BA7-5BC1-419E-820E-7D4F3F412C7B}. [01/25/08,14:39:55] Checking for a major version of 6 and a minor version of 0. --- snip installer msi log ---
REG_DWORD VersionMajor 6 REG_DWORD VersionMinor 0
With that patch applied, the prerequisite installer finishes.
Regards