home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / APPS / ARCH / ZS103F / README.1ST < prev    next >
Encoding:
Text File  |  1995-04-10  |  3.3 KB  |  107 lines

  1. V103f Installation Notes:
  2. =========================
  3.  
  4. If you receive ZipStream as a Zip file, you should unzip all files
  5. to a diskette, as installation is designed to occur from diskette.
  6.  
  7. After files have been unzipped to diskette, run 'view a:zstream.inf'
  8. for further information on installation.
  9.  
  10. An alternative method is to unzip all files to a subdirectory say
  11. 'c:\zs' then change directory to that directory (cd \zs) and then
  12. run 'zsinst -s .' which specifies the source directory for the 
  13. ZipStream installation program. After installation is complete you
  14. can delete the directory 'zs' e.g. del c:\zs\*.*  and  rd c:\zs.
  15.  
  16.  
  17.  
  18. V103e New Features
  19. ==================
  20.  
  21. V103e contains new compression and cacheing algorithms that 
  22. significantly improve performance in cases where the existing algorithms
  23. have suffered.
  24.  
  25. As with any compression or cacheing algorithm, there will always exist 
  26. pathological cases where one algorithm will perform badly while another
  27. will perform well and visa versa.  We have tried to ensure that the best 
  28. performance is always achieved by using adaptive techniques, but even 
  29. this can suffer in unexpected cases.  For this reason we have still allowed 
  30. manual selection of algorithms where appropriate.
  31.  
  32. To utilize the new compression and cacheing options files will need to
  33. be recompressed into a new format. i.e.
  34.  
  35. zsunpack *.*
  36. zspack *.*
  37.  
  38. To give you an idea of the new performance possible here is some test 
  39. results with AmiPro.
  40.  
  41. AmiPro startup with no compression: 21 seconds
  42. AmiPro startup with old compression algorithms: 60 seconds
  43. AmiPro startup with new compression algorithms: 27 seconds
  44.  
  45.  
  46. Upgrading From Versions PRIOR to 1.03
  47. =====================================
  48.  
  49. In Version 1.03 and later the storage path of several key 
  50. components of ZipStream has changed.
  51.  
  52. Previously most of the ZipStream files were stored in the \OS2 and 
  53. \OS2\DLL directories.  Now all files are stored in the \CBASED 
  54. directory.
  55.  
  56.  
  57. Upgrading From Version 1.02 or later
  58. ====================================
  59.  
  60. Just run a standard installation, the update operation is automatic.
  61. Then shutdown and restart to begin using the new version.
  62.  
  63.  
  64. Upgrading From Versions PRIOR to 1.02
  65. =====================================
  66.  
  67. If you have a previous version already installed then follow these 
  68. instructions:
  69.  
  70. 1. Run the new zsinst utility manually as follows:
  71.       zsinst -d
  72.  
  73.       (the -d switch is a new automatic deinstall function)
  74.  
  75. 2. Reboot the system (Not Ctrl-Alt-Del)
  76. 3. Run the installation as per the on-line documentation
  77.    (That is use the device drive install utility from the desktop).
  78.  
  79. 4. Reboot, and that's it.
  80.  
  81. Note: If you have modified the standard installation setup then you will have
  82.       to manually deinstall ZipStream yourself, but try zsinst -d first!
  83.  
  84.  
  85. Deinstallation
  86. ==============
  87.  
  88. Deinstallation is now automatic (if you have a standard installation), 
  89. just run
  90.     zsinst -d
  91.  
  92. If you have a non standard installation, use zsinst -U to clean off the
  93. Desktop.
  94.  
  95.  
  96. Evaluation Period
  97. =================
  98.  
  99. ZipStream may be evaluated for a period of 30 days only!
  100.  
  101. After 45 days have expired, automatic (de)compression operations 
  102. will be suspended.
  103.  
  104. Files that are compressed on your system after the Evaluation period
  105. has expired may be manually decompressed with the ZSUnpack utility.
  106.  
  107.