From 26fe914d895a1910f7f5213e6e364c66e617dfac Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Wed, 5 May 2004 05:53:37 +0000 Subject: [PATCH] Minor documentation updates. --- DEVELOPERS-HINTS | 3 ++- README | 3 --- documentation/PACKAGING | 19 ++++++++++--------- 3 files changed, 12 insertions(+), 13 deletions(-) diff --git a/DEVELOPERS-HINTS b/DEVELOPERS-HINTS index 9a9bbd8669b..2c2b22651df 100644 --- a/DEVELOPERS-HINTS +++ b/DEVELOPERS-HINTS @@ -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 diff --git a/README b/README index 622e83f8597..6b7cdcbff4d 100644 --- a/README +++ b/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. diff --git a/documentation/PACKAGING b/documentation/PACKAGING index c783c067d73..296fb642a04 100644 --- a/documentation/PACKAGING +++ b/documentation/PACKAGING @@ -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.