http://bugs.winehq.org/show_bug.cgi?id=8193
------- Additional Comments From truiken@gmail.com 2007-28-04 15:17 ------- By msi.log, do you mean the last part of WINEDEBUG=+msi,+msidb wine setup.exe >& msi.log? That's not wine writing to the file, that's bash redirecting standard output to a file, which can be anywhere on the file system.
WINEDEBUG=+msi,+msidb,+file wine setup.exe >& ~/msi.log
That will put the log in your home directory. Next time you run the installer, run it from the disk and make sure the drive is set up in winecfg.
(I still need the COD2.msi file attached here)