Minor documentation updates.
This commit is contained in:
parent
048b3ac67c
commit
26fe914d89
|
@ -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
|
||||
|
|
3
README
3
README
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue