http://bugs.winehq.org/show_bug.cgi?id=17331
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com URL| |http://www.abbyy.com/scantoo | |ffice/?param=36274 Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Keywords| |Installer
--- Comment #2 from Dan Kegel dank@kegel.com 2009-02-10 05:40:59 --- Note: if you try running the installer from some other directory, you may get an error "Invalid parameters in the command line.". Best to be in the same directory as the downloaded installer before starting it. This tripped me up for a while.
I see the problem, too; ScanToOffice.exe exits quickly and silently. Looking at the +seh,+relay log, I see
003f:Call advapi32.RegOpenKeyExW(80000001,003b0990 L"Software\ABBYY\Fine Objects",00000000,00020019,0032fc30) ret=39427cde 003f:Ret advapi32.RegOpenKeyExW() retval=00000002 ret=39427cde ... 003f:Call msvcrt._CxxThrowException(0032fca4,39441158) ret=3940ec18 ... 003f:Call KERNEL32.WriteFile(00000008,003b0990,00000040,0032f40c,00000000) ret=39425292 Some files are corrupted. Please reinstall ABBYY ScanTo Office^M
For some reason, that error message doesn't make it anywhere visible.
It kind of seems like the app is upset that a registry key isn't set, RegOpenKeyExW returns ERROR_FILE_NOT_FOUND.
Looking for that key with $ grep "Fine Objects" .wine/*.reg I see .wine/system.reg:[Software\ABBYY\TrigrammsInstaller\7.00\Fine Objects] 1234265049
so perhaps it's just being created in the wrong place? Next step might be to install on Windows and see where the Fine Objects registry key gets put.