I would like to install "Imaging f?r Windows 95 Version 1.0" on Fedora
Core 5/Wine 0.9.11. The application is availible at:
http://support.microsoft.com/kb/140980
I run the installation file:
$ wine IMGINST.EXE
After unpacking I run
$ wine SETUP.EXE
The Setup screen appears, I click OK for accepting Licence...
Setup screen disappears but no application (WANGIMG.EXE) is installed.
I try to use low case file names by:
$ for i in * ; do mv -i $i `echo $i | tr [A-Z] [a-z]` ; done
But it doesn't fit.
Any ideas? Is there an error log? Thank you.