home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Secrets / Secrets2.iso / Utility / Registry / RegView / README.TXT < prev    next >
Encoding:
Text File  |  1997-07-26  |  4.8 KB  |  149 lines

  1. -----------------------------
  2.  Registration Entries Viewer
  3. -----------------------------
  4.  Perpetual Motion Software
  5.  Stefan K. S. Tucker
  6. -----------------------------
  7.  
  8.  
  9. -------------------
  10.  Table of Contents
  11. -------------------
  12.  
  13.   Introduction
  14.   Contents
  15.   Requirements
  16.   Installation
  17.   Uninstall
  18.   Disclaimer
  19.   Release Notes
  20.  
  21.  
  22. --------------
  23.  Introduction
  24. --------------
  25.  
  26. This is an application that runs under Microsoft(R) Windows(R) 95 and
  27. allows you to view Registration Entries (.reg) files.  You can also
  28. choose to merge selected keys or branches into the Windows Registry.
  29. This tool is primarily for software developers and powerusers because
  30. it allows you to modify the Windows Registry -- be extremely cautious
  31. when doing this and always make a backup.
  32.  
  33. This application is freeware.  You can distribute any version of this
  34. application to individuals and to bulletin boards, as long as you
  35. distribute all of the files in their original format.  (In fact, we
  36. encourage it because that is the only way that people find out about
  37. our work.)
  38.  
  39. If you decide that you enjoy the program and wish to continue using it,
  40. you are encouraged to mail in a registration fee.
  41.  
  42. Please see Products.TXT for more information on registering this
  43. application and for details on other products that are available
  44. from Perpetual Motion Software.
  45.  
  46.  
  47. ----------
  48.  Contents
  49. ----------
  50.  
  51. The following files are included in this package:
  52.       ReadMe.txt   - Installation instructions and release notes (this file)
  53.       RegView.inf  - The installation script
  54.       RegView.exe  - The application
  55.       RegView.reg  - Registry entry to add View command to .reg files
  56.       Products.txt - Information on this and other products
  57.       Order.txt    - Information on how to order this and other products
  58.       Support.txt  - Information on technical support
  59.  
  60.  
  61. --------------
  62.  Requirements
  63. --------------
  64.  
  65. IBM PC or compatible (386, 486, Pentium, or better)
  66. Microsoft(R) Windows(R) 95, or later
  67.  
  68.  
  69. --------------
  70.  Installation
  71. --------------
  72.  
  73. 1. Right-click on the RegView.inf file and select the Install command.
  74.  
  75. 2. Right-click on the RegView.reg file and select the Merge command.
  76.    This adds an entry to your registry so that you can right-click on
  77.    any .reg file and select a View command to open it with RegView.
  78.  
  79. 3. You can then create a shortcut to regview.exe in your Startup
  80.    group or on your desktop, wherever.
  81.  
  82. Not all of the files are installed on your computer.  You should keep them
  83. in case you need to refer to the .txt files or need to reinstall the
  84. application.  (You can keep them either on the distribution media they
  85. came on or you can copy them to your computer yourself.)
  86.  
  87.  
  88. -----------
  89.  Uninstall
  90. -----------
  91. 1. Open the Control Panel and run "Add/Remove Programs".
  92. 2. Select "Registration Viewer for Windows 95" and press the
  93.    "Add/Remove" button.  (The actual name may be slightly different.)
  94. 3. Please send us a message telling us what you don't like about Alarm.
  95.  
  96.  
  97. ------------
  98.  Disclaimer
  99. ------------
  100.  
  101. The author and distributors of this software are in no way legally liable
  102. for any negative effect resulting from its use.  In the extremely unlikely
  103. event that something bad does happen and we are held responsible, our
  104. liability is limited to the licensing fees paid by the user to the author.
  105.  
  106. Windows is a trademark of Microsoft Corporation.
  107.  
  108.  
  109. ---------------
  110.  Release Notes
  111. ---------------
  112.  
  113. Known Problems
  114. --------------
  115. It is very slow when reading very large .reg files (e.g., over 1M).
  116. Reading in very large files (over 1M) takes a very long time.
  117. You can, however, cancel the process if you decide it is taking too long.
  118.  
  119. =============================================================================
  120.                                  Version 1.10
  121. =============================================================================
  122.  
  123. Fixes
  124. -----
  125. RegView now displays the last key section in the file.  It was reaching the
  126. end-of-file and ignoring the last entry.
  127.  
  128. =============================================================================
  129.                                  Version 1.02
  130. =============================================================================
  131.  
  132. Recompiled with Visual C++ 5 and changed About box.
  133.  
  134. =============================================================================
  135.                                  Version 1.01
  136. =============================================================================
  137.  
  138. Enhancements
  139. ------------
  140. The progress dialog now correctly disables the main window and processes
  141. mouse commands.
  142.  
  143. =============================================================================
  144.                                  Version 1.00
  145. =============================================================================
  146.  
  147. First release.
  148.  
  149.