home *** CD-ROM | disk | FTP | other *** search
/ PC-Test Pro / PCTESTPRO.iso / winsys / wmisrs / entp / readme.txt < prev    next >
Encoding:
Text File  |  1995-11-30  |  7.1 KB  |  253 lines

  1. WINMISER SHAREWARE VERSION 2.1 README FILE
  2.  
  3.  
  4. This readme file contains the following topics:
  5.  
  6.    Installation
  7.    Uninstalling
  8.    WinMiser Tips
  9.    Revision History
  10.    Notes
  11.  
  12.  
  13. INSTALLATION
  14.  
  15.  
  16. The shareware version of WinMiser consists of 10 files:
  17.  
  18.       MISERDRV.DLL    A driver to load WinMiser
  19.       MISERNAG.EXE    The executable showing memory usage
  20.       MISERUNI.EXE    The WinMiser uninstall cleanup program.
  21.       ORDERFRM.WRI    Order form, Windows Write format
  22.       README.TXT            WinMiser documentation, ASCII text format
  23.       SETUP.EXE     The WinMiser install program
  24.       UNINST.EXE            The WinMiser uninstall program
  25.       WINMISER.DLL    The WinMiser DLL
  26.       WINMISER.HLP    The WinMiser Windows help file
  27.       WINMISER.WRI    The documentation file, Windows Write file format
  28.  
  29.  
  30.   To install WinMiser automatically:
  31.  
  32.         1) From Windows File Manager select File and then Run.
  33.            Enter the path and name SETUP.EXE.
  34.  
  35.            For example:
  36.  
  37.            A:\SETUP.EXE
  38.  
  39.         2) Follow the instructions in the install procedure.
  40.            If you have any questions, use the available help panels.
  41.  
  42.         3) Upon completion, restart Windows to enable WinMiser.
  43.  
  44.  
  45.   To install WinMiser manually:
  46.  
  47.         1) Create a directory and copy all WinMiser files to this
  48.            directory.
  49.  
  50.            For example:
  51.  
  52.            MD C:\MISERSHW
  53.            COPY A:\*.* C:\MISERSHW
  54.  
  55.         2) Edit the Windows SYSTEM.INI file found in the Windows
  56.            directory
  57.  
  58.            For example:
  59.  
  60.            EDIT C:\WINDOWS\SYSTEM.INI
  61.  
  62.         3) Find the drivers= line in the [boot] section.  It should look
  63.            something like:
  64.  
  65.                 [boot]
  66.                 ...
  67.                 drivers=mmsystem.dll
  68.  
  69.         4) Add the WinMiser driver to this line.  For optimal
  70.            performance, WinMiser should be the first entry on this line.
  71.            The new line should look something like:
  72.  
  73.                 [boot]
  74.                 ...
  75.                 drivers=winmiser, mmsystem.dll
  76.  
  77.         5) Find the [drivers] section in SYSTEM.INI.
  78.            If it doesn't exist create it.
  79.  
  80.         6) Add the WinMiser load driver MISERDRV.DLL to this section.
  81.  
  82.            For example:
  83.  
  84.                 [drivers]
  85.                 ...
  86.                 WinMiser=C:\MISERSHW\MISERDRV.DLL
  87.  
  88.         7) Save these changes to SYSTEM.INI.
  89.  
  90.         8) Create a file called WINMISER.INI in the Windows directory.
  91.  
  92.            For example:
  93.  
  94.            C:\WINDOWS\WINMISER.INI
  95.  
  96.         9) Add the following lines to this file to specify where
  97.            the WinMiser files are located.
  98.  
  99.            [WinMiser]
  100.            Path=C:\MISERSHW
  101.  
  102.        10) Save this change to WINMISER.INI.
  103.  
  104.        11) If Windows is already running, restart it for WinMiser to
  105.            take effect and manage your Windows DOS memory.
  106.  
  107. Once these changes are made, WinMiser will load each time Windows is
  108. started. At the startup, WinMiser will display a dialog box notifying
  109. you that WinMiser is managing your Windows DOS memory.  This will only
  110. be displayed for a few seconds.  You may also remove this dialog by
  111. selecting the OK or CANCEL buttons.  If you select OK, WinMiser will
  112. continue to run (the default mode).  However, if you select CANCEL,
  113. WinMiser will not load for the current Windows session.
  114.  
  115. WinMiser also provides an active icon on your desktop.  If you select
  116. this icon,  the MiserNag program will display statistics on the current
  117. state of Windows DOS memory.  Once displayed, you may select the OK
  118. button to minimize this dialog, or you may select Close from the system
  119. menu to terminate this program.
  120.  
  121.  
  122. UNINSTALLING
  123.  
  124.   To uninstall WinMiser automatically:
  125.  
  126.         1) From Windows File Manager select File and then Run.
  127.            Enter the path and name UNINST.EXE.
  128.  
  129.            For example:
  130.  
  131.            C:\MISERSHW\UNINST.EXE
  132.  
  133.         2) You can also select the WinMiser Uninstall icon
  134.            in the WinMiser program group.  Follow the instructions in
  135.            the uninstall procedure.  If you have any questions, use
  136.            the available help panels.
  137.  
  138.  
  139.   To uninstall WinMiser manually:
  140.  
  141.         1) If Windows is running, return to DOS.
  142.  
  143.         2) Delete all WinMiser files and the WinMiser directory.
  144.            directory.
  145.  
  146.            For example:
  147.  
  148.            DEL C:\MISERSHW\*.*
  149.            RD  C:\MISERSHW
  150.  
  151.         3) Edit the Windows SYSTEM.INI file found in the Windows
  152.            directory
  153.  
  154.            For example:
  155.  
  156.            EDIT C:\WINDOWS\SYSTEM.INI
  157.  
  158.         4) Find the drivers= line in the [boot] section.  It should look
  159.            something like:
  160.  
  161.                 [boot]
  162.                 ...
  163.                 drivers=winmiser, mmsystem.dll
  164.  
  165.         5) Remove the WinMiser driver from this line.
  166.  
  167.                 [boot]
  168.                 ...
  169.                 drivers=mmsystem.dll
  170.  
  171.         6) Find the [drivers] section in SYSTEM.INI.
  172.  
  173.            For example:
  174.  
  175.                 [drivers]
  176.                 ...
  177.                 WinMiser=C:\MISERSHW\MISERDRV.DLL
  178.  
  179.         7) Remove the WinMiser load driver MISERDRV.DLL from this
  180.            section.
  181.  
  182.         8) Save these changes to SYSTEM.INI.
  183.  
  184.         9) Delete the file called WINMISER.INI in the Windows directory.
  185.  
  186.            For example:
  187.  
  188.            DEL C:\WINDOWS\WINMISER.INI
  189.  
  190.        10) You may now restart Windows without WinMiser.
  191.  
  192.  
  193. WINMISER TIPS
  194.  
  195. While WinMiser is a valuable product for many people, it is best to
  196. be sure that it is really needed.  We recommend you read the information
  197. on Windows DOS memory provided with WinMiser.  You can look at the
  198. User Manual (WINMISER.WRI) or the WinMiser Tutorial (WINMISER.HLP).
  199.  
  200. Along with this documentation is a simple display utility that can
  201. show you how much Windows DOS memory you have available.  The program
  202. MISERNAG.EXE can be executed prior to installing WinMiser.  This can
  203. give you a before and after picture to see how much WinMiser is helping.
  204.  
  205. If you believe you have a probem with WinMiser, load Windows without
  206. WinMiser.  To do this, simply select the "Cancel" button on the
  207. WinMiser logo display.  This will halt the loading of WinMiser for
  208. just this one load.  At this point you can use the uninstall process
  209. to remove WinMiser from your system if needed.
  210.  
  211.  
  212. REVISION HISTORY
  213.  
  214. Version 1.0
  215.  
  216. New Product
  217.  
  218.  
  219. Version 1.1
  220.  
  221. Added Display function via MISERNAAG.EXE
  222.  
  223.  
  224. Version 1.2
  225.  
  226. Added install/uninstall feature.
  227. Added improved load procedure to manage even more memory.
  228. Fixed bug associated with running along with Norton Desktop.
  229.  
  230.  
  231. Version 1.3
  232.  
  233. Improved Windows DOS memory management logic.
  234.  
  235.  
  236. Version 2.0
  237.  
  238. Fixed problem under severe memory constraints.
  239. New version to correspond with new commercial version.
  240.  
  241. Version 2.1
  242.  
  243. Enhanced MISERDRV.DLL to work with Control Panel.
  244.  
  245.  
  246. NOTES
  247.  
  248. The displays are optional in the registered version of WinMiser.
  249.  
  250. When using WinMiser, it is recommended that you remove any other products designed to manage Windows DOS memory.  WinMiser is superior
  251. to all other known products and will render these products ineffective.
  252.  
  253.