http://bugs.winehq.org/show_bug.cgi?id=33504
Bug #: 33504 Summary: Microsoft SQL Server 2005 Express Edition: installer fails (needs more properties in Win32_OperatingSystem) Product: Wine Version: 1.5.29 Platform: x86 URL: http://go.microsoft.com/fwlink/?linkid=65212 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wmi&wbemprox AssignedTo: wine-bugs@winehq.org ReportedBy: djelinski1@gmail.com Classification: Unclassified
The installer tries to access the following unimplemented properties of Win32_OperatingSystem: OSProductSuite OSType ServicePackMajorVersion SuiteMask Version The installer log states that "Current Operating System is not supported", followed by: "The SQL Server System Configuration Checker cannot be executed due to WMI configuration on the machine daniel Error:87 (0x57)." Some time before that the log reports that checking OSVersion and OSServicePack returned result 87 (0x57), which leads me to believe that these messages are related.
The application also tries to get unimplemented Win32_Processor.Family, but that seems to be silently ignored.