home *** CD-ROM | disk | FTP | other *** search
/ The WinSite Windows Explosion! 1996 Summer / WINSITE_2.iso / demo / auditkit.exe / README.TXT < prev    next >
Encoding:
Text File  |  1995-12-04  |  13.4 KB  |  337 lines

  1.  
  2.                 Express Meter 3.1
  3.                 -----------------
  4.  
  5. This document describes installation procedures and documentation updates
  6. for Express Meter, including the Express Meter Audit Kit.
  7.  
  8. Running the Express Meter INSTALL program
  9. -----------------------------------------
  10. Some notes before you begin the INSTALL program:
  11.  
  12.      *  The Express Meter Editor requires 2 MB of disk space on the
  13.     destination drive.  Additionally, approximately 3 MB of temporary
  14.     storage is required during installation.
  15.  
  16.      *  The metering files require 900 KB of disk space on the 
  17.     destination drive.
  18.  
  19.      *  The INSTALL program is incompatible with the DOS FASTOPEN.EXE
  20.     utility.  If you have this program loaded, you must rename it
  21.         and restart your computer.  After you've completed the 
  22.         installation, you can restore it to its original name and reboot.
  23.  
  24. Installing Express Meter is a two step process.  First, it must be 
  25. installed on one or more network servers or shared volumes that will be 
  26. accessible to all workstations that will be using Express Meter.  Second,
  27. it must be installed on each workstation.  The workstation installation
  28. can be done automatically from a network login script, or it can be
  29. installed manually on each workstation that will be using Express Meter.
  30.  
  31. The instructions below give you a quick overview of the installation 
  32. process.  For more information, consult the documentation.
  33.  
  34.  
  35. SERVER INSTALLATION
  36.  
  37. To install Express Meter on the server(s), follow these simple steps:
  38.  
  39.      1. If Windows is not already running, type "win" at the DOS
  40.         prompt, and press ENTER.  (Note: You must have Microsoft 
  41.         Windows already set up on your computer before installing
  42.         Express Meter.)
  43.  
  44.      2. Insert your Express Meter diskette into drive A:.
  45.  
  46.      3. Run "a:install" from Program Manager, or from Explorer
  47.         if you are using Windows 95.
  48.  
  49.      4. Follow the instructions on the screen.
  50.  
  51. Note that during the server installation process you will be asked to 
  52. enter the names of two directories or to accept the defaults:
  53.  
  54.      1. A directory to use for Express Meter Editor.  The Editor
  55.         is the tool you will use to assign license counts and to view
  56.         reports, so you will typically want this tool to be installed
  57.         on a local hard disk, so that it is inaccessible to users.
  58.         Alternatively, you might wish to install it to a directory on
  59.         a server that only system administrators can access.
  60.  
  61.      2. A directory to use for the initial application library and the
  62.     workstation installation program.  This directory needs to be 
  63.     accessible (with read, write, create, execute, and delete
  64.         privileges) to every user who will use the library.
  65.  
  66. If you have purchased more than one library, you will be asked to supply
  67. the above directory information for each library you have purchased.
  68.  
  69. Note: If you choose to install Express Meter Editor to a directory on a
  70. server, you should then run NETINST.EXE from every workstation which will
  71. use Express Meter Editor.  This will ensure that each workstation has the
  72. current support files used by Express Meter Editor.
  73.  
  74.  
  75. AUTOMATIC WORKSTATION INSTALLATION
  76.  
  77. To install Express Meter on workstations automatically:
  78.  
  79.      1.    To tell EMINST which client software (DOS or Windows) to install
  80.     on which workstations, edit the [Workstation Install] section of 
  81.     the APPLIB.INI file.  The lines in this section are of the syntax:
  82.     
  83.     Default | username = [w] [d] [a] [m]
  84.  
  85.     Where "w" means install the Windows client software, "d" means 
  86.     install the DOS client software, "a" means add a line to the 
  87.     user's AUTOEXEC.BAT file which loads the DOS client software as a 
  88.     TSR, amd "m" means to install MiniMail on the client (if you have
  89.     a full version of Express Meter).  You may override these settings
  90.     for specific users as in the following example:
  91.  
  92.     [Workstation Install]
  93.     default=wda  ; install Windows, DOS, and load TSR in AUTOEXEC.BAT
  94.     Roger=w         ; install just the Windows version
  95.     Christine=wd ; install Windows, DOS versions, don't load TSR
  96.     Mark=da         ; install just the DOS client and load TSR
  97.     Ed=m         ; install just MiniMail
  98.  
  99.     Also, you can specify whether to interactively prompt users during 
  100.     the workstation installation or to run the installation quietly in 
  101.     the background with the setting UserInst=quiet or UserInst=verbose 
  102.     in the [Express Meter] section.
  103.  
  104.     Note that a Windows installation will install Windows 3.x,
  105.     Windows 95, or Windows NT client software, as appropriate.  The
  106.         "d" and "a" switches are ignored on Windows 95 and Windows NT
  107.     workstations.
  108.  
  109.      2. Put a line in the login script that runs EMINST -L.  EMINST is
  110.     in the network directory you specified for the application
  111.         library.  For example, if you installed to N:\EMLIB and 
  112.         are on a Novell network, you would put the following in 
  113.     your system login script:
  114.  
  115.         #N:\EMLIB\EMINST -L
  116.  
  117.         If you are running EMINST from within a Windows NT login
  118.         script, you should establish a drive mapping to the application
  119.         library directory, and run EMINST using this mapped drive,
  120.         as follows:
  121.  
  122.         net use N: \\SERVER\EMLIB >nul
  123.         N:\EMINST -L
  124.  
  125.         Do not switch to the mapped drive and run EMINST from there.
  126.         There is a known bug with NT login script processing that
  127.         will cause a "Please wait while your login script executes..."
  128.     messagebox to remain on the screen after the login script
  129.     completes in this case.
  130.  
  131.     The -L switch must be used when installing from any 
  132.     network login script.
  133.  
  134.      3. EMINST will automatically install Express Meter on each
  135.     workstation and will also update the workstation files when 
  136.     necessary.  Users will be notified that an installation
  137.     is taking place.  This message can be disabled; consult
  138.     the manual for more information.
  139.  
  140.      4. EMINST will add a line to EMINST.LOG (a text file in the
  141.     application library directory) indicating the user name, date,
  142.     and time installation took place.  If any errors occurred, they 
  143.     will be noted in this file.
  144.  
  145.  
  146. MANUAL WORKSTATION INSTALLATION
  147.  
  148. To install Express Meter on a workstation manually:
  149.  
  150.      1. You must be at the workstation to which the installation is to be 
  151.     performed.
  152.  
  153.      2. From the workstation installation directory, run EMINST.EXE.
  154.         Do not use the "-L" switch when installing manually.
  155.  
  156.      3. If you ran EMINST from Windows, you will have to restart
  157.     Windows before metering starts.
  158.  
  159.      4. EMINST will add a line to EMINST.LOG (a text file in the 
  160.     application library directory) indicating the user name, date
  161.     and time installation took place.  If any errors occurred, they 
  162.     will be noted in this file.
  163.  
  164.  
  165. New features in Express Meter 3.1
  166. ---------------------------------
  167. The following is a summary of new features in Express Meter 3.1.  See the
  168. documentation for more information on these features.
  169.  
  170. WINDOWS 95 SUPPORT
  171.  
  172. * Workstation Support.  Express Meter now meters all applications launched
  173.   on Windows 95 workstations.
  174.  
  175. * Look and Feel.  Both the workstation software and Express Meter Editor
  176.   now use the Windows 95 user interface.
  177.  
  178. * Long Filenames.  Express Meter supports metering of executables with
  179.   filenames of up to 255 characters.  
  180.  
  181. EASE OF USE
  182.  
  183. * Application Knowledgebase.  A new application knowledgebase contains 
  184.   metering and pricing information for hundreds of popular applications.
  185.  
  186. * New Application Wizard.  A new wizard makes identifying and adding
  187.   new applications to the library easy.
  188.  
  189. * Support Files.  You can now designate executables as "support files" 
  190.   to application programs, simplifying the main window list and
  191.   ensuring these files are metered correctly.
  192.  
  193. * Streamlined Installation.  Installation is simpler, and now
  194.   automatically configures Express Meter optimally for different
  195.   network types.
  196.  
  197. REPORTING
  198.  
  199. * Suite Peak Usage.  This new report shows the peak usage of 
  200.   suites such as Microsoft Office.
  201.  
  202. * Suite-only Applications.  You can designate applications as 
  203.   being available only as part of a suite.  This ensures these 
  204.   programs are metered correctly.
  205.  
  206. * Volume Licensing Programs.  Express Meter now lets you track
  207.   purchases made under volume licensing programs like Microsoft
  208.   Select 3.
  209.  
  210. IMPROVED DIAGNOSTICS
  211.  
  212. * Client Configuration.  A new Windows version of Dr. EM lets
  213.   you pinpoint client configuration problems quickly.
  214.  
  215. * Library Integrity Validation.  An automatic validation and a
  216.   new Repair command let you identify library corruptions (which
  217.   can occur when clients or servers terminate unexpectedly)
  218.   and repair them easily.
  219.  
  220. * Performance Tuning.  Advanced INI options let you diagnose
  221.   problems and tune performance.
  222.  
  223. PERFORMANCE
  224.  
  225. * Improved Performance.  Express Meter Editor now requires less
  226.   memory and runs more quickly.
  227.  
  228.  
  229. Documentation Updates
  230. ---------------------
  231.  
  232. METERING DOS APPLICATIONS
  233.  
  234. * Do not use the "lock out" option in conjunction with a DOS shell
  235.   program; these programs typically cannot gracefully recover from
  236.   a blocked execution resulting from no available licenses.
  237.  
  238. * Loading the DOS Client before you run Windows will enable you to meter
  239.   any DOS applications which are run in DOS boxes in Windows, including
  240.   those which are launched from within the DOS box, i.e., from the command
  241.   prompt.  However, in rare cases involving applications launched from the
  242.   command prompt, a DOS box may appear to freeze just after a new
  243.   application is launched.  This can occur when a second DOS box had been
  244.   switched away from shortly after launching an application, without
  245.   Background Execution enabled.  To solve it, switch back to the second
  246.   DOS box and allow it to complete its launch.    A more permanent solution
  247.   may be to allow Background Execution in the PIF file of your command
  248.   prompt DOS box.
  249.  
  250.  
  251. METERING WINDOWS APPLICATIONS
  252.  
  253. * When you are put on the waiting list for an application, Express Meter
  254.   automatically saves any document filenames or other command line
  255.   parameters you specified, so that when a license becomes available, the
  256.   originally-specified document is opened.  Some recent applications,
  257.   however, use the Windows registry to specify DDE execute strings
  258.   that File Manager uses to open and print documents, instead of using
  259.   the traditional command line.  In these cases, Express Meter will open
  260.   the application when the license becomes available, but the document will
  261.   not be automatically opened.
  262.  
  263. * Express Meter supports Windows 3.0 workstations but requires that the
  264.   files COMMDLG.DLL and SHELL.DLL be present.  Contact Microsoft if you
  265.   do not have these files.
  266.  
  267.  
  268. METERING APPLICATIONS ON WINDOWS NT WORKSTATIONS
  269.  
  270. * Idle time is not tracked on NT workstations.    It will appear as zero in
  271.   all reports.
  272.  
  273. * You may encounter long delays when the 16-bit version of Microsoft Word
  274.   fails to launch due to no available licenses.  To solve this, run
  275.   Word in its own memory space.
  276.  
  277. * You may encounter occasional problems running Express Meter Editor after
  278.   running some 16-bit applications unlicensed.    The error will indicate
  279.   that MICROMAN.EXE could not be found.  To solve this, run either the
  280.   16-bit application or Express Meter Editor in its own memory space.
  281.  
  282.  
  283. Thanks for your support of Express Systems products!
  284.  
  285.  
  286. Copyright Notice
  287. ----------------
  288.  
  289. Information in this document is subject to change without notice and does 
  290. not represent a commitment on the part of Express Systems, Inc.  The
  291. software described in this document is furnished under a license agreement.
  292. The software may be used or copied only in accordance with the terms of the 
  293. agreement.  It is against the law to copy Express Meter on magnetic tape,
  294. disk, or any other medium for any purpose other than the purchaser's 
  295. personal use.
  296.  
  297. US Governmental restricted rights:  The software and accompanying written 
  298. materials are provided to the US Government with restricted rights.  Use, 
  299. duplication, or disclosure by the Government is subject to the restrictions 
  300. as set forth in subparagraph (c)(1)(ii) of the Rights in Technical Data and 
  301. Computer Software clause at 48 C.F.R. SS 252.227-7013 or in subparagraphs 
  302. (c)(1) and (2) of the Commercial Computer Software - Restricted Rights 
  303. clause at 48 C.F.R. SS 52.227-19, as applicable.  Contractor/manufacturer is 
  304. Express Systems, Inc.
  305.  
  306. (c) Copyright Express Systems, Inc. 1992-1995.    All Rights Reserved.
  307.  
  308.  
  309. Trademark Notice
  310. ----------------
  311.  
  312. Express Meter is a registered trademark, and Express Systems and Express 
  313. Meter Audit Kit are trademarks of Express Systems, Inc.  Microsoft and 
  314. Windows are registered trademarks and Word for Windows and Excel are 
  315. trademarks of Microsoft Corporation.  Other brand and product names used 
  316. in this documentation are trademarks of their respective owners.
  317.  
  318. Various Windows applications are used as examples in the text and screen 
  319. shots in the documentation, including Aldus Pagemaker, Microsoft Excel,
  320. Microsoft Office, Microsoft Word and Norton Desktop.  None of these 
  321. applications are included as part of Express Meter.
  322.  
  323. If you have comments about this README, the documentation or the software,
  324. please send them to:
  325.  
  326. Express Systems, Inc.
  327. 2101 Fourth Ave., Suite 303
  328. Seattle, WA 98121-2314
  329.  
  330. Phone   206.728.8300
  331. Fax     206.728.8301
  332. E-mail  info@express-systems.com
  333.  
  334. CIS     76702, 1031
  335. AOL     HDCTECH
  336. Web     http://www.express-systems.com
  337.