http://bugs.winehq.org/show_bug.cgi?id=33497
Bug #: 33497 Summary: Microsoft SQL Server 2005 Express Edition: installer fails (needs ComAdminCatalog class from comadmin.dll) 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: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: djelinski1@gmail.com Classification: Unclassified
Continuation from bug 32048: After fixing DtcGetTransactionManagerExW stub from bug 32048, the installer aborts displaying message about WMI configuration:
"The SQL Server System Configuration Checker cannot be executed due to WMI configuration on the machine daniel Error:87 (0x57)."
Interesting part of the log (displayed after DtcGetTransactionManagerExW fixme): err:ole:CoGetClassObject class {f618c514-dfb8-11d1-a2cf-00805fc79235} not registered err:ole:create_server class {f618c514-dfb8-11d1-a2cf-00805fc79235} not registered fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported err:ole:CoGetClassObject no class object {f618c514-dfb8-11d1-a2cf-00805fc79235} could be created for context 0x15
http://mikolajapp.appspot.com/uuid/query?q=%7Bf618c514-dfb8-11d1-a2cf-00805f...
Most likely the missing class COMAdminCatalog is the culprit here.
Prerequisites: winetricks mspatcha workaround for bug 32048