http://bugs.winehq.org/show_bug.cgi?id=8603
------- Additional Comments From hans@it.vu.nl 2007-10-06 07:38 ------- I can't reproduce the "incorrect command line parameters" error here. With the attached msi hack and these steps I can get the installer to complete:
$ rm -rf ~/.wine $ wine mono-1.2.3.1-gtksharp-2.8.3-win32-0.exe $ wineserver -k $ cat >> $HOME/.wine/system.reg <<"_EOF_" [Software\Microsoft\NET Framework Setup\NDP\v2.0.50727] "Install"=dword:00000001 _EOF_
But if I then run the application it aborts showing a message box. I'll attach a screenshot.