http://bugs.winehq.org/show_bug.cgi?id=33520
Bug #: 33520 Summary: Microsoft SQL Server 2005 Express Edition: installer fails (netapi32:NetLocalGroup* functions need real implementation) 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: netapi32 AssignedTo: wine-bugs@winehq.org ReportedBy: djelinski1@gmail.com Classification: Unclassified
Created attachment 44362 --> http://bugs.winehq.org/attachment.cgi?id=44362 console output
Continuation from bug 33512: now the installer reports an error during installation of the application. The installer first tries to create user groups using NetLocalGroupAdd, then tries to access them using LookupAccountName (found in relay log). This of course fails, since NetLocalGroupAdd is a no-op stub.
Prerequisites: winetricks mspatcha dotnet20 workaround for bug 32048