http://bugs.winehq.org/show_bug.cgi?id=20211
--- Comment #9 from alexandr lxndth@gmail.com 2010-03-20 04:29:28 --- (In reply to comment #8)
(In reply to comment #7)
If I remember correctly I had AutoCAD 2009 install successfully by hacking MsiDatabaseGenerateTransformW to return ERROR_NO_DATA.
How it is possible to make it?
Change http://source.winehq.org/git/wine.git/?a=blob;f=dlls/msi/msiquery.c#l814 to ERROR_NO_DATA and recompile.
Thanks, have helped.