http://bugs.winehq.org/show_bug.cgi?id=11008
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #1 from Dan Kegel dank@kegel.com 2008-01-02 15:35:36 --- Ah, but it's running a different program, regasm, not regsvr.
Launching: c:\windows\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe Parameter: /silent "c:\Programme\SDL International\T2007\TT\Trados.Translation.Comments.dll
I think the thing to do is run that command by hand with logging, e.g.
WINEDEBUG=+relay,+seh wine 'c:\windows\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe' /silent "c:\Programme\SDL International\T2007\TT\Trados.Translation.Comments.dll" > log 2>&1 and see what's in that log file.