Displaying 1 result from an estimated 1 matches for "wangimg".
Did you mean:
hanging
2006 Apr 21
0
Imaging für Windows 95
...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.