home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09964.iso / program / hsi.zip / README.TXT < prev    next >
Text File  |  1996-04-21  |  4KB  |  132 lines

  1. HS-INSTALL v 2.0
  2. Copyright 1996
  3. Harrisoft Inc.
  4. P.O. Box 132 
  5. Kittery, ME 03904-0132
  6.  
  7.  
  8. HS-Install is a tool for developing software installation programs.  
  9. It provides a quick and easy way for Windows developers to
  10. create simple, functional setup programs. You simply follow
  11. the easy steps to create a standard Windows 95 interface-style
  12. setup wizard.
  13.  
  14. HS-Install was developed for Windows 95, although it can generate an 
  15. install program for Windows 3.1x. 
  16.  
  17. You as the developer must use Windows 95,  Windows NT 3.51, 
  18. or Win32s (ver 1.3 or higher) as your development environment.
  19.  
  20. Special Features include:
  21.  
  22. Selective installation of components for a multi-component application
  23. Use of your logo, bitmaps, and billboards during installation
  24. Wizards to guide the design and setup process
  25. Creation of multiple directories on different drives
  26. Full updating of the Windows Regsitry
  27. The ability to launch help files, text files, and any other application 
  28. at any time during or after the installation
  29. Ability to intelligently update or modify system files, AUTOEXEC.BAT 
  30. and CONFIG.SYS, private and system INI files
  31. Complete integrated uninstall capabilities
  32. Microsoft Compress compatible file compression
  33. No run time licenses or per use fees
  34. Reference counting for shared files
  35.  
  36. The complete generated setup package can be as small as 80K
  37. depending on your chosen options.  This small overhead leaves
  38. more space on the installation floppy disks for your files,
  39. and reduces the number of diskettes needed for distribution.
  40.  
  41. INSTALLATION AND SETUP
  42.  
  43. System Requirements
  44. HS-Install requires the following 
  45. Windows 95, Windows NT 3.51, or Win32s ver 1.3 or higher.
  46.  
  47. Note:
  48. You as the developer must use Windows 95,
  49. Windows NT 3.51, or Win 32s (ver 1.3 or higher)
  50. as your development environment.
  51.  
  52. HS-Install can generate a native 32-bit ( Windows 95 )
  53. or a 16-bit ( Windows 3.1x ) setup program.
  54.  
  55. If you are currently running Windows 3.1x, make sure
  56. you have Win32s ver 1.3 or higher installed.
  57.  
  58. After you have verified that you are running a 32-bit
  59. operating system, run SETUP.EXE. The Setup Program
  60. installs HS-Install on your system in the directory you specify.
  61.  
  62.  
  63. Please see the help file for additional information.
  64.  
  65. Your comments and suggestions are welcome
  66.  
  67. REGISTRATION
  68.  
  69. In order to use HS-Install you must register your copy with 
  70. Harrisoft Inc. The current registration fee is $49.95 + 
  71. shipping and handling.
  72.  
  73. When payment is received you will receive a registered copy, 
  74. and will be entitled to 90 days of Technical support.
  75.  
  76. To order by MasterCard, Visa, American Express, or Discover, 
  77. call the Public (software) Library at 1-800-2424-PsL or 713-524-6394 
  78.  
  79. or send your order by FAX to 1-713-524-6398 or 
  80. CompuServe Email to 71355,470 
  81. Internet mail to 71355.470@compuserve.com.  
  82.  
  83. You can also mail credit card orders to PsL at 
  84. P.O. Box 35705, Houston, TX 77235-5705.
  85.  
  86. Please be sure to include your credit card number and expiration 
  87. date on all credit card orders.
  88. Harrisoft Inc. cannot be reached at the numbers above.
  89.  
  90. These numbers are for PsL, a credit card order taking service only.
  91. Any questions about the status of the shipment of the order, refunds, registration options, product details, technical support, volume discounts, dealer pricing, site licenses, non-credit card orders, etc., must be directed to
  92.  
  93. Harrisoft Inc.
  94.  
  95. Email - support@harrisoft.mv.com
  96. WWW - http://www.dnh.mv.net/ipusers/harrisoft
  97.  
  98. PO Box 132 
  99. Kittery ME, 03904-0132
  100.  
  101. Ordering by check:  
  102. To order by check send the order form and a check to:
  103.  
  104. Harrisoft Inc. 
  105. PO Box 132 
  106. Kittery ME, 03904-0132
  107.  
  108. You can print the ASCII text file ORDER.TXT.  
  109. Payments must be in US dollars drawn on a US bank.
  110.  
  111.  
  112.  
  113. Note to Windows 95 users.
  114.  
  115. When adding desktop folder items, you should put quotes 
  116. around the command line. Otherwise if a user installs
  117. in a directory with spaces in the name, Windows 95 will
  118. not find your executable that the icon points to.
  119.  
  120. Leave the icon file blank.
  121.  
  122. For example:
  123.  
  124. instead of 
  125. ?D\myprogram.exe arg1 arg2
  126.  
  127. use
  128. "?D\myprogram.exe" arg1 arg2
  129.  
  130.  
  131.  
  132.