Skip to content
Snippets Groups Projects
Commit 26fe914d authored by Steven Edwards's avatar Steven Edwards Committed by Alexandre Julliard
Browse files

Minor documentation updates.

parent 048b3ac6
No related branches found
No related tags found
No related merge requests found
......@@ -163,13 +163,14 @@ Winelib programs (under programs/):
cmdlgtst/ - Common dialog tests
control/ - Control panel
expand/ - Decompress Lempel-Ziv compressed archive
notepad/ - Notepad with RichEdit functionality
notepad/ - Notepad replacement
progman/ - Program manager
regedit/ - Registry editor
regsvr32/ - Register COM server
rpcss/ - RPC services
rundll32/ - Execute DLL functions directly
start/ - Replacement for start.exe
taskmgr/ - Manage running Windows/Winelib applications
uninstaller/ - Remove installed programs
view/ - Metafile viewer
wcmd/ - Command line interface
......
......@@ -139,9 +139,6 @@ man page (documentation/wine.conf.man).
The file documentation/samples/config contains an example configuration file
which has to be adapted and copied to the location mentioned above.
Don't forget to add vital registry entries by applying winedefault.reg
with programs/regedit/. See documentation/ directory for details.
See the Support area at http://www.winehq.org/ for further
configuration hints.
......
......@@ -140,14 +140,13 @@ Successfully installing Wine requires:
dump .exe/.dll/etc. files into C:\WINDOWS or C:\Program Files.
* An initial set of registry entries.
The current Wine standard is to use the regedit tool against
the 'winedefault.reg' file to generate a default registry.
The current preferred method of configuring/installing
Wine is to run /toos/wineinstall. There are several other
choices that could be made; registries can be imported from
a Windows partition. At this time, Wine does not completely
support a complex multi-user installation ala Windows NT,
but it could fairly readily.
For custom changes to the default registry, tools/wine.inf
can be modified as needed. The current preferred method of
configuring/installing Wine is to run /tools/wineinstall.
There are several other choices that could be made; registries
can be imported from a Windows partition. At this time, Wine
does not completely support a complex multi-user installation
ala Windows NT, but it could fairly readily.
* Special files
Some special .dll and .exe files in the C:\WINDOWS\SYSTEM
......@@ -159,10 +158,12 @@ WINE COMPONENTS
* Executable Files
- notepad : The windows Notepad replacement.
- progman : A Program Manager replacement.
- regedit : A command-line tool to edit your registry or for
- regedit : A graphical tool to edit your registry or for
important a windows registry to Wine.
- regsvr32 : A program to register/unregister .DLL's and .OCX files.
Only works on those dlls that can self-register.
- taskmgr : A clone of the windows taskmgr, used for debugging and
managing running Windows and Winlib processes.
- uninstaller: A program to uninstall installed Windows programs.
Like the Add/Remove Program in the windows control panel.
- wcmd : Wine's command line interpreter, a cmd.exe replacement.
......
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