home *** CD-ROM | disk | FTP | other *** search
/ The Education Master 1994 (4th Edition) / EDUCATIONS_MASTER_4TH_EDITION.bin / files / windties / instalwr / install.txt < prev    next >
Text File  |  1994-01-22  |  5KB  |  108 lines

  1. **************************************************************
  2.  InstallWare
  3.  Version 2.0
  4.  January 22, 1994
  5.  
  6.  By Bob Dolan
  7. **************************************************************
  8.  
  9. Thank you for trying InstallWare.  This is a small, easy to use
  10. application installation program.  It costs nothing to use if you
  11. are distributing shareware or freeware.  I wrote this system to
  12. distribute my own shareware because I couldn't find anything
  13. that met my requirements.  Those requirements were:
  14.  
  15.     * Small: I didn't want to add too much extra baggage to
  16.     my distribution or upload packages.
  17.  
  18.     * Cheap: I didn't mind paying a shareware type price but
  19.     all I found were commercial type prices.
  20.  
  21.     * Simple: It had to be easy for me to configure and easy
  22.     for my customers to use.
  23.  
  24.     * Attractive: It had to look good since it is the first
  25.     impression your customers get of your product.  In this
  26.     case I used the CTL3D.DLL provided by Microsoft to give
  27.     a sculpted look to all of the windows in the program.
  28.  
  29. The biggest omission in this package as compared to other installers
  30. is the lack of INI file modification.  This was intentional since I
  31. don't think that this is the job of an installation program.  Apps
  32. should maintain their own private INI files and not muck up WIN.INI.
  33. Now I realize that there are some types of system oriented applications
  34. that must modify WIN.INI in order for them to work, but they are not
  35. in the same market as this installer is (that's my excuse anyway 8} ).
  36.  
  37. I also feel compelled to point out that this code is based on some
  38. sample code that Microsoft made available in 1991.  I have added a
  39. lot of functionality and cleaned up the code and dialogs.
  40.  
  41. As far as how to use this package...  The INSTALL.EXE application reads
  42. a configuration file when it starts up.  This file is called APPSETUP.INF
  43. and must be present with INSTALL.  The entire personality of InstallWare
  44. is defined within this program.  Rather than go into a long discussion
  45. on how to do this, I have commented each section of this file with what
  46. I feel are rather descriptive hints on how to change things to suit your
  47. needs.  Hey, I figured this out from the Microsoft stuff with no help
  48. and you're probably smarter than me.  However, if you are lost, then
  49. contact me and I'll see if I can help.
  50.  
  51. To see what the system looks like, you can run INSTALL.EXE right from this
  52. directory.  You will see what a user of yours would see.
  53.  
  54. Remember to include to CTL3D.DLL file to your distribution floppy or
  55. upload file.  InstallWare will crash without it.  I will be doing a version
  56. that tries to dynamically load this file.  This will allow the program
  57. to continue if it is not found.  When it is available, I will upload it.
  58. My shareware is usually found on CIS, GEnie, and SDN.
  59.  
  60. The code seems robust and has worked with everything I've thrown at it.
  61. Large apps with multiple disks should work.  I'd be interested in hear-
  62. ing about your experiences.  However, see the disclaimer below.
  63.  
  64. If you are distributing Shareware with this system, then you are not
  65. obligated to send me money.  However, I won't refuse any donations if
  66. you feel so inclined.  I do require that you register with me and send me
  67. a copy of what you are sending out with my program.  No money, just a
  68. disk.  If you are using this in a commercial environment or distributing
  69. commercial software (in other words, your customers pay before the try),
  70. then you must register by sending $25 along with a copy of what you are
  71. distributing (unless it is a private internal application).  Make checks
  72. payable to Bob Dolan and send them to:
  73.  
  74.     Bob Dolan
  75.     P.O. Box 16514
  76.     Rochester, New York
  77.     14616-0514
  78.     
  79.     716-865-8248
  80.     
  81. Good Luck! and have fun!
  82.  
  83. New Features In This Release
  84. ----------------------------
  85. 2.0 Added the capability to place icon executables in directories other
  86.     than the base directory.
  87.  
  88. Distribution
  89. ------------
  90. If you distribute InstallWare to friends, associates, or to a computer bulletin board 
  91. system (BBS),  you may only distribute the compressed file including the copyright 
  92. and disclaimer.
  93.  
  94. Disclaimer
  95. ----------
  96. The Copyright Owner hereby disclaims all warranties relating to this software, whether 
  97. express or implied, including without limitation any implied warranties of 
  98. merchantability or fitness for a particular purpose. The Copyright Owner will not be 
  99. liable for any special, incidental, consequential, indirect or similar damages due to 
  100. loss of data or any other reason, even if The Copyright owner or an agent of The 
  101. Copyright Owner has been advised of the possibility of such damages.  In no event 
  102. shall The Copyright Owner's liability for any damages ever exceed the price paid for 
  103. the license to use the software, regardless of the form of the claim. The person using 
  104. the software bears all risk as to the quality and performance of the software.
  105.  
  106.  
  107.  
  108.