http://bugs.winehq.org/show_bug.cgi?id=18614
--- Comment #24 from Dmitry Timoshkov dmitry@codeweavers.com 2011-04-21 06:20:28 CDT --- (In reply to comment #23)
There is no wine.inf in WINEPREFIX, but I found this
$ ls -l /usr/local/share/wine/wine.inf -rw-r--r-- 1 root root 201287 Apr 20 20:34 /usr/local/share/wine/wine.inf
There should be one in the build tree as well.
How would I find out "what's wrong with it"? Are the contents supposed to be system-specific? At any rate, its md5sum is
$ md5sum /usr/local/share/wine/wine.inf 39f39e0877afd9dacb0113d272229213 /usr/local/share/wine/wine.inf
No, its contents are not platform specific.
In the header it says
;; This should be run through setupapi: ;; rundll32 setupapi.dll,InstallHinfSection DefaultInstall 128 wine.inf
I could maybe try to do this manually, but I don't seem to have a rundll32 executable, only a rundll32.exe.so in /usr/local/lib/wine.
Run it as you would do with any other Wine built-in application: wine rundll32 setupapi.dll,InstallHinfSection DefaultInstall 128 wine.inf