http://bugs.winehq.org/show_bug.cgi?id=27325
--- Comment #13 from gymka@mail.ru 2012-01-24 06:01:12 CST --- (In reply to comment #12)
Can you get a backtrace? Run with WINEDEBUG=+msi and wait until you see this:
trace:msi:ACTION_PerformUIAction Performing action (L"StartServices")
Then run winedbg in another terminal and type 'bt all'.
how to do that? wine outputs a lot of text, so while i'll search for line trace:msi:ACTION_PerformUIAction Performing action (L"StartServices") setup finish install:) and if i try to use bash it's not better: env WINEARCH=win32 WINEPREFIX=/home/gymka/wine32 WINEDEBUG=+msi wine msiexec /i 'ABBYY FineReader 10 Professional Edition.msi' |grep 'PerformUIAction Performing action (L"Start' | terminal -e winedbg 'bt all' &>log2.txt