http://bugs.winehq.org/show_bug.cgi?id=12346
--- Comment #8 from Konstantin tkachenkok@gmx.de 2008-05-18 02:08:52 --- I've tried the installation with the versions: 1.0-rc1 - just the same result, 0.9.61 - just the same.
I've seen, that Aleksandr Yakimov has successfully installed the 12.0 Lingvo and I've written to him. He answered, that he didn't use the automount system. So I tried it (with wine 0.9.61):
I've tried it with fvwm2 :) - there is no automounter there.
So, I did something like this: # mkdir /media/lingvo # mount -t iso9660 -o ro,exec,uid=1000,gid=100,utf8 /dev/sr0 /media/lingvo/
winecfg
... ; /media/lingvo were automatically associated with "d:"
wine "d:\Setup.exe"
So, it does nothing. With automounting under KDE there was at least a setup window. I've tried
wine "d:\Autostart.exe"
The Autostart.exe window comes up, but I still cannot start setup.
I've tried some other mount options variants: # mount -t iso9660 -o ro,exec,uid=1000,gid=100 /dev/sr0 /media/lingvo/ ... # mount -t iso9660 /dev/sr0 /media/lingvo/ ...
Just with the same effect.
Best regards to all