Skip to content
Snippets Groups Projects
Commit a73b4278 authored by Ove Kåven's avatar Ove Kåven Committed by Alexandre Julliard
Browse files

Updated and improved instructions.

parent 42751a3e
No related merge requests found
Running Wine without Windows
==================
============================
Sometimes you can bring applications to run by using some of the
native Windows DLL's, together with Wine. Here are some Tips by
native Windows DLL's, together with Wine. Here are some tips by
Juergen Schmied on how to proceed. This assumes that your C:\windows
directory in the configuration file does not point to a native Windows
installation but is in a separate Unix file system. (For instance,
......@@ -13,6 +13,11 @@ C:\windows is really /home/ego/wine/drives/c).
and a messy registry. (Wine creates a special registry in your home
directory, in $HOME/.wine/*.reg. Perhaps you have to remove these
files).
- Point [Drive C] in wine.conf or .winerc to where you want C: to be.
Refer to the README file or man page. Remember to use filesystem=win95 !
- Use tools/wineinstall to compile Wine and install the default
registry. Or if you prefer to do it yourself, compile programs/regapi,
and run: programs/regapi/regapi setValue < winedefault.reg
- Run the application with -debugmsg +module,+file to find out
which files are needed. Copy the required DLL's one by one to the
C:\windows\system directory.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment