http://bugs.winehq.org/show_bug.cgi?id=33609
Bug #: 33609 Summary: Microsoft SQL Server 2005 Express Edition: installer warns about non-writable Program Files (needs Win32_Directory WMI class) Product: Wine Version: 1.5.30 Platform: x86 URL: http://go.microsoft.com/fwlink/?linkid=65212 OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: wmi&wbemprox AssignedTo: wine-bugs@winehq.org ReportedBy: djelinski1@gmail.com Classification: Unclassified
The installer complains that the default installation path is not writable. This message has no consequences (installation continues anyway), but it would be nice if we could get rid of it.
The installer logs reveal that the following WQL query is used to check disk write access: select * from Win32_Directory where Name='C:\Program Files\Microsoft SQL Server' or Name='C:\Program Files'
Install native mspatcha to reproduce this bug.