home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / finst151.zip / README.TXT < prev    next >
Text File  |  1994-07-15  |  2KB  |  72 lines

  1. Freeman Installer & Uninstaller version 1.5
  2. Copyright (C) 1994 Ka Iok Tong
  3. All Rights Reserved
  4.  
  5.  
  6. Introduction
  7. ============
  8.  
  9. Freeman Installer & Uninstaller v1.5 is an install utility facilitating
  10. the installation of Windows applications. Installer creates install log
  11. automatically.  Uninstaller  reads  the  log  and  displays the changes
  12. in  a  structured & easy-to-read format and, on request, tries to  undo
  13. the changes. A  front end generating INF files to be interpreted and/or
  14. generating C++ source files to be compiled and linked to get a tailored
  15. and  integrated  EXE  without  the  need  to add a single line of code. 
  16. Selective installation. Setting/adding  INI entries, registration keys. 
  17. Displays dialog boxes while copying files. File  version checking. Easy 
  18. variable substitution. Customizations  by C++ subclassing. Suitable for
  19. anyone, from  dummy  to  C/C++  programmer. Context sensitive, Example-
  20. based online doc (many common customizations are discussed).
  21.  
  22. The  class  lib  needed  to  link with the generated C++ source file is 
  23. only provided to registered users.  But  getting  registered  does  NOT 
  24. necessarily mean paying. Read the online manual for more info.
  25.  
  26.  
  27. Installation Procedures
  28. =======================
  29.  
  30. 1. Create a temporary directory in your hard disk, i.e.,
  31.  
  32.        md temp
  33.  
  34. 2. unzip finst15.zip to that direcotry, i.e.,
  35.  
  36.        cd temp
  37.        pkunzip a:finst15
  38.  
  39. 3. run install.exe, i.e.,
  40.  
  41.        install
  42.  
  43. 4. follow  the  instructions. When being asked the installation
  44.    directory,  DON'T  answer  the  temporary  directory, answer 
  45.    another  one  or  simply  press  enter to accept the default 
  46.    directory.
  47.  
  48.  
  49.  
  50. Requirements
  51. ============
  52.  
  53. This software requires Windows 3.1 or later.
  54.  
  55.  
  56. Documentation
  57. =============
  58.  
  59. A manual in Windows help format is included.
  60.  
  61.  
  62. Author
  63. ======
  64.     ka iok tong (Kent)
  65.     Mail Box 20
  66.     Wentworth Building
  67.     University of Sydney
  68.     Sydney NSW 2006
  69.     Australia
  70.     e-mail: tongk@archsci.arch.su.edu.au
  71.     ph & fax: (61) (2) 2116314
  72.