http://bugs.winehq.org/show_bug.cgi?id=11480
Summary: db: Parsing select * _ForceCodepage fails Product: Wine Version: CVS/GIT Platform: Other OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: msi AssignedTo: wine-bugs@winehq.org ReportedBy: jdahlin@async.com.br
This might be related to not using quotes around identifiers. Trace:
trace:msi:MSI_DatabaseOpenViewW L"select * from _ForceCodepage" 0x33f878 trace:msi:MSI_ParseSQL Parse returned 1
To reproduce, do the following: cd /tmp wget http://ufpr.dl.sourceforge.net/sourceforge/msi2xml/msi2xml-2.2.1.957-bin.zip unzip msi2xml-2.2.1.957-bin.zip wget http://ufpr.dl.sourceforge.net/sourceforge/msi2xml/msi2xml-2.2.1.957.msi wine msi2xml.exe msi2xml-2.2.1.957.msi
msi2xml.exe also requires msixml6, which can be downloaded from http://download.microsoft.com/download/2/e/0/2e01308a-e17f-4bf9-bf48-161356c... It can be installed using msiexec /i.