Minor documentation updates.

This commit is contained in:
Steven Edwards 2004-05-05 05:53:37 +00:00 committed by Alexandre Julliard
parent 048b3ac67c
commit 26fe914d89
3 changed files with 12 additions and 13 deletions

View File

@ -163,13 +163,14 @@ Winelib programs (under programs/):
cmdlgtst/ - Common dialog tests cmdlgtst/ - Common dialog tests
control/ - Control panel control/ - Control panel
expand/ - Decompress Lempel-Ziv compressed archive expand/ - Decompress Lempel-Ziv compressed archive
notepad/ - Notepad with RichEdit functionality notepad/ - Notepad replacement
progman/ - Program manager progman/ - Program manager
regedit/ - Registry editor regedit/ - Registry editor
regsvr32/ - Register COM server regsvr32/ - Register COM server
rpcss/ - RPC services rpcss/ - RPC services
rundll32/ - Execute DLL functions directly rundll32/ - Execute DLL functions directly
start/ - Replacement for start.exe start/ - Replacement for start.exe
taskmgr/ - Manage running Windows/Winelib applications
uninstaller/ - Remove installed programs uninstaller/ - Remove installed programs
view/ - Metafile viewer view/ - Metafile viewer
wcmd/ - Command line interface wcmd/ - Command line interface

3
README
View File

@ -139,9 +139,6 @@ man page (documentation/wine.conf.man).
The file documentation/samples/config contains an example configuration file The file documentation/samples/config contains an example configuration file
which has to be adapted and copied to the location mentioned above. 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 See the Support area at http://www.winehq.org/ for further
configuration hints. configuration hints.

View File

@ -140,14 +140,13 @@ Successfully installing Wine requires:
dump .exe/.dll/etc. files into C:\WINDOWS or C:\Program Files. dump .exe/.dll/etc. files into C:\WINDOWS or C:\Program Files.
* An initial set of registry entries. * An initial set of registry entries.
The current Wine standard is to use the regedit tool against For custom changes to the default registry, tools/wine.inf
the 'winedefault.reg' file to generate a default registry. can be modified as needed. The current preferred method of
The current preferred method of configuring/installing configuring/installing Wine is to run /tools/wineinstall.
Wine is to run /toos/wineinstall. There are several other There are several other choices that could be made; registries
choices that could be made; registries can be imported from can be imported from a Windows partition. At this time, Wine
a Windows partition. At this time, Wine does not completely does not completely support a complex multi-user installation
support a complex multi-user installation ala Windows NT, ala Windows NT, but it could fairly readily.
but it could fairly readily.
* Special files * Special files
Some special .dll and .exe files in the C:\WINDOWS\SYSTEM Some special .dll and .exe files in the C:\WINDOWS\SYSTEM
@ -159,10 +158,12 @@ WINE COMPONENTS
* Executable Files * Executable Files
- notepad : The windows Notepad replacement. - notepad : The windows Notepad replacement.
- progman : A Program Manager 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. important a windows registry to Wine.
- regsvr32 : A program to register/unregister .DLL's and .OCX files. - regsvr32 : A program to register/unregister .DLL's and .OCX files.
Only works on those dlls that can self-register. 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. - uninstaller: A program to uninstall installed Windows programs.
Like the Add/Remove Program in the windows control panel. Like the Add/Remove Program in the windows control panel.
- wcmd : Wine's command line interpreter, a cmd.exe replacement. - wcmd : Wine's command line interpreter, a cmd.exe replacement.