home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / useful / util / misc / installer / product-info < prev    next >
Fred Fish's Product-Info  |  1995-08-25  |  1KB  |  63 lines

  1. .name
  2. Installer
  3. .type
  4. OS Utility
  5. .short
  6. Commodore's Amiga Installer utility
  7. .description
  8. Archive distribution of the Amiga Installer utility direct from
  9. Commodore.  Contains V1.24 of the Installer, documen- tation and
  10. examples for developers to use when developing their software.  Also
  11. contains various enhancements and fixes detailed in the documentation
  12. enclosed.  The documen- tation has also been enhanced and brought up
  13. to date.
  14. .version
  15. 1.26
  16. .date
  17. .author
  18. Commodore Business Machines
  19. .restrictions
  20. .requirements
  21. .reference
  22. AmigaLibDisk870:Installer/
  23. 1.24
  24. .keywords
  25. .distribution
  26. Copyrighted but Freely Redistributable
  27. .price
  28. .address
  29. .email
  30. .phone
  31. .fax
  32. .exectype
  33. .installsize
  34. .source
  35. .construction
  36. .tested
  37. .docs
  38. ReadMe
  39. Installer.license
  40. .described-by
  41. Fred Fish (fnf@fishpond.cygnus.com)
  42. .submittal
  43. Submitted electronically directly by the author.
  44. .execute
  45. LAB start
  46. set choice `RequestChoice "Installer" "Please select an option" "Description" "ReadMe" "License" "Cancel"`
  47. if $choice GT "0"
  48.   if $choice EQ "1"
  49.     MetaTool Installer.des TEXT
  50.   else
  51.     if $choice EQ "2"
  52.       MetaTool ReadMe TEXT
  53.     else
  54.       if $choice EQ "3"
  55.         MetaTool Installer.license TEXT
  56.       endif
  57.     endif
  58.   endif
  59.   skip start BACK
  60. endif
  61. .aminet-dir
  62. util/misc
  63.